Detailed installation directory for Nginx
1.Nginx Log Rotation, Log Cutting for logrotate Service | Profile
/etc/logrotate.d/nginx
2.Nginx Home Profile|Directory, Profile
/etc/nginx
/etc/nginx/nginx.conf
/etc/nginx/conf.d
/etc/nginx/conf.d/default.conf
3.cgi configuration related, fastcgi | configuration file
/etc/nginx/fastcgi_params
/etc/nginx/scgi ...
Posted on Sun, 19 Jul 2020 11:06:32 -0400 by henka
Detailed installation directory for Nginx
1.Nginx Log Rotation, Log Cutting for logrotate Service | Profile
/etc/logrotate.d/nginx
2.Nginx Home Profile|Directory, Profile
/etc/nginx
/etc/nginx/nginx.conf
/etc/nginx/conf.d
/etc/nginx/conf.d/default.conf
3.cgi configuration related, fastcgi | configuration file
/etc/nginx/fastcgi_params
/etc/nginx/scgi ...
Posted on Sun, 19 Jul 2020 11:06:58 -0400 by bala_god
The android Ultra-PullToRefresh(Ultra-ptr) slide up causes the top of the ScrollView to be hidden
The process of overusing Fresco from Picasco a while ago was enjoyable, because there was a minor problem in the middle of trying Ultra-ptr (due to problems with PTR integrated lib and years of no maintenance). I searched a lot of data and found out the reason for the problem. The problem was to use ScrollView to slide up to the bottom and th ...
Posted on Fri, 17 Jul 2020 12:41:21 -0400 by rhecker
QQ Side Slide for Technology Sharing
QQ Side Slide for Technology Sharing
QQ side-sliding is implemented through custom containers, which mimics the function of QQ side-sliding.The main principle is that custom containers inherit HorizontalAScrollView or LinearLayout, measure menu and home page, redraw them, and handle events accordingly. They also include some attribute animati ...
Posted on Wed, 15 Jul 2020 10:31:38 -0400 by predator12341
Imitate Advertising Effect
Imitate the effect of an advertisement, see the effect picture first
The results are as follows:
Slide up, the head of the picture comes out first, and then scroll along as you scroll. When the picture slides out of the screen, the inside of the picture also reaches the bottom.
Slide down, the bottom of the ...
Posted on Thu, 09 Jul 2020 11:17:25 -0400 by snowgirl
Imitate Advertising Effect
Imitate the effect of an advertisement, see the effect picture first
The results are as follows:
Slide up, the head of the picture comes out first, and then scroll along as you scroll. When the picture slides out of the screen, the inside of the picture also reaches the bottom.
Slide down, the bottom of the ...
Posted on Thu, 09 Jul 2020 11:16:13 -0400 by mcubedma
Methods of type javascript String
1. Basic string inheritance methods
valueOf(), toLocaString(), toString(), returns the value of the base string represented by the object
2. Character Method
1.charAt() returns the character that returns the given position as a single string
var str = new String("tengtang")
console.log(str.charAt(1)) //"e"
Squar ...
Posted on Sun, 05 Jul 2020 11:15:37 -0400 by chrislead
[code explanation] using Python 3 + Tkinter to develop class attendance system with graphical interface
Using easy to learn Python and its powerful tripartite library to develop a simple attendance system:
1. Development background
2. Implementation process
-Data reading
-Data slicing and comparison matching
-Graphic development
3. Operation effect
-Interface
-Choose the path
-Read data
-Final effec ...
Posted on Tue, 30 Jun 2020 02:49:29 -0400 by dexter_sherban
Several special ways of Spring Bean instantiation
ServiceLoader uses the reverse control in JDK
ServiceLoaderFactoryBean
AutowireCapableBeanFactory#createBean
BeanDefinitionRegistry#registerBeanDefinition
RumenzFactory interface and default implementation class DefaultRumenzFactory
RumenzFactory.java
package com.rumenz;
public interface RumenzFactory {
//jdk1.8 default implementation
...
Posted on Tue, 30 Jun 2020 02:10:36 -0400 by HektoR
Detection of pneumonia by X-ray film based on convolution neural network
Prediction of pneumonia by X-ray film based on convolution neural network
[!] the task is completed at the beginning of my freshman year, and my professional knowledge is not yet mature
1 mission objective
Understanding the lung and the types of lung diseases
Principle of X-ray inspection and c ...
Posted on Mon, 29 Jun 2020 22:29:41 -0400 by herrin