Wargames clearance notes -- Natas
Range link: https://overthewire.org/wargames/natas/natas0.html
<img src="files/pixel.png">
It shows that the web has a directory / files. After accessing the files directory, there is only pixel Png also has a text with the next level password
[PARENTDIR] Parent Directory -
[IMG] pixel.png 2016-12-15 16:07 303
[TXT] u ...
Posted by chadt on Thu, 10 Feb 2022 19:46:55 +0100
Distributed computing framework Map/reduce
Introduction:
MapReduce is a cluster based high-performance parallel computing platform. MapReduce is a software framework for parallel computing and operation. MapReduce is a parallel programming model and methodcharacteristic:
① The distribution is reliable. The operation of the data set is distributed to multiple nodes in the cluster to ac ...
Posted by warren on Thu, 10 Feb 2022 19:39:51 +0100
[optimization solution] solve the multi-objective distribution network reconstruction model based on genetic algorithm matlab source code
1, Mathematical representation of fault information
In the figure above, K represents the circuit breaker, and each circuit breaker has an FTU device, which can feed back whether the circuit breaker switch is overcurrent. It is used to represent the uploaded fault information, which reflects whether the fault current flows at each section swit ...
Posted by sambo80 on Thu, 10 Feb 2022 19:36:44 +0100
Design pattern: Builder Pattern
Design mode
preface
1, Builder model
1. Definitions
Separate the construction of a complex object from its representation, so that the same construction process can create different representations
2. Main functions
When users do not know the construction process and details of objects, they can directly create complex o ...
Posted by prasad_deba on Thu, 10 Feb 2022 19:26:54 +0100
Construction practice of front-end drawing bed (back-end)
Project backgroundIn addition to using the common third-party drawing bed, we can also build a private drawing bed to provide front-end basic services for the team. This paper aims to review and summarize the implementation scheme of the back-end part of the self built drawing bed, hoping to give some reference and schemes to students with simi ...
Posted by TGixer on Thu, 10 Feb 2022 19:20:53 +0100
Vue cli package and deploy nginx
Vue cli is packaged and deployed to nginx server
1. I directly package npm run build, and open index. Under dist directory HTML , a blank page appears on the page , no "NODE ENV" is that I didn't specify which environment to package when packaging , the correct packaging is npm run build:prod
2. With regard to the setting of mode ...
Posted by Squiggles on Thu, 10 Feb 2022 19:17:11 +0100
Object oriented programming of Java core
Object oriented programming of Java core
essence
Organize code in the form of class and encapsulate data in the form of object
Review method calls
static
Static method
static is loaded with the class
//demo01
public class demo01 {
public static void main(String[] args) {
student.say();//Direct call
}
}
//studen ...
Posted by johncox on Thu, 10 Feb 2022 19:00:21 +0100
Case 01 of linear regression
The space here may be too long. Carry out the water alone. The tutorial video is only eight minutes long. I just looked at my ideas, and then I wrote it for two hours. I kept fixing mistakes, and finally came up with a result similar to the result in the video.
Problem description
According to the first-order equation of last class: y=1.477x+ ...
Posted by devil6600 on Thu, 10 Feb 2022 18:56:15 +0100
minio cluster installation document
1. Preparatory work
1. min officials recommend at least 4 nodes
nodeIPdatayouduk2xxx.xxx.xxx.xxx/home/minio/data1 /home/minio/data2youduk3xxx.xxx.xxx.xxx/home/minio/data1 /home/minio/data2youduk4xxx.xxx.xxx.xxx/home/minio/data1 /home/minio/data2youduk5xxx.xxx.xxx.xxx/home/minio/data1 /home/minio/data2
2,mkdir /home/minio/{data1,data2,run}
Cr ...
Posted by terry1989 on Thu, 10 Feb 2022 18:45:10 +0100
Getting started with pytorch lightning - getting started
PyTorch Lightning is windy recently. Let's see why it's so hot 🔥 This article is mainly about what pytorch lighting is, what its advantages are, and the main structure of the code. Specific details and cases are given later.
1 what is pytorch lighting
PyTorch lighting (pl for short) is actually a lightweight PyTorch library and a lightw ...
Posted by fleabay on Thu, 10 Feb 2022 18:44:48 +0100