Do you understand all these questions at the beginning of Python? (including learning path)

Python basic syntax learning path python concept level Expression → create and process objects Statement → include expression Logical unit → function or class, composed of statements Module →. py code file composition module Package → define a group of related files or modules (package is a folder, module is a file in ...

Added by AliceG on Fri, 24 Apr 2020 12:29:47 +0300

freecplus framework - directory operation

1, Source code description Freecplus is a C/C + + open source framework under Linux system. Please go to the C language technology network (www.freecplus.net) to download the source code. This article introduces the directory operation functions and classes of freecplus framework. The declaration file for functions and classes is freecplus / 6 ...

Added by GrexP on Mon, 20 Apr 2020 19:45:17 +0300

freecplus framework - load parameter file

1, Source code description Freecplus is a C/C + + open source framework under Linux system. Please go to the C language technology network (www.freecplus.net) to download the source code. This paper introduces the method of loading parameter file in freecplus framework. The declaration file for functions and classes is freecplus / 65124; freec ...

Added by natbrazil on Mon, 20 Apr 2020 19:41:01 +0300

RxHttp, a more elegant protocol experience than Retrofit

1. Preface Hello, you little friends, have met again. Looking back, RxHttp We are about to have our anniversary birthday (launched in April 19). This year, we have come over with sincerity.... Sincerity is not easy. Code maintenance, writing articles, writing documents, etc. are often done after zero o'clock. It is also the first time that I sp ...

Added by Jordi_E on Mon, 20 Apr 2020 19:24:27 +0300

Build CDN distribution network architecture

1. Questions: Hechuang technology has registered the domain name www.mvsc.com for the enterprise website and deployed two Nginx website servers. In order to improve the response speed of this site when serving users in different regions, hechuang technology purchased CDN cache service from bluenews. According to the needs of cache distribution, ...

Added by htmlstig on Mon, 20 Apr 2020 12:46:00 +0300

Detailed description of C++ classes

Examples of Super Girls have been playing for a long time. To learn from them and leave them temporarily, I will use examples of actual project development to explain more about classes. File operations have been learned in the C language basics. In practice, in order to improve efficiency, I will encapsulate file operations into a class with ...

Added by bensonang on Sat, 18 Apr 2020 20:10:10 +0300

rhel7 add static route

1. Use route command to add //Routes added to hosts [root@localhost ~]# route add -host 8.8.8.8 dev ens3 [root@localhost ~]# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 172.25.8.250 0.0.0.0 UG 100 0 0 ens3 8.8.8.8 0.0.0.0 ...

Added by rash on Sat, 18 Apr 2020 18:23:51 +0300

[network programming 01] basic knowledge of socket - simple network communication program

1. What is socket Socket is simply a combination of IP address and port, which can communicate with the application of remote host. A host can be determined by IP address, and an application can be determined by port. IP + port can completely determine an application of a host. Socket originated from UNIX, similar to a special file, can be open ...

Added by munuindra on Wed, 15 Apr 2020 11:46:48 +0300

openstack-packstack One-click Online Deployment

openstack-packstack One-click Online Deploymentopenstack focuses on services, covering network, virtualization, operating systems, servers, and so on.OpenStack released the latest version of Ocata in February 2017. Typically, it is updated about half a year - minor versionI. Eight core services common to OpenStack2. Advantages of OpenStack ...

Added by sajy2k on Tue, 14 Apr 2020 03:51:06 +0300

dns Part II cluster

(1) Auxiliary dns Set slave Select a machine as auxiliary dns machine Operation on auxiliary machine 1. yum install bind -y 2.vim /etc/named.conf listen-on port 53 { any; }; allow-query { any; }; dnssec-validation no; 3.vim /etc/named.rfc1912.zones zone "westos.com" IN { type slave; masters ...

Added by shadysaiyan on Sat, 11 Apr 2020 18:04:48 +0300