constructor getInitialState getDefaultProps propTypes ref this.props.children mixins statics ...
分类:
其他好文 时间:
2017-08-10 22:16:32
阅读次数:
173
一、innodb初探:1、MySQL日志文件:①:slow.log文件会记录慢查询日志,当一条语句执行时间超过在配置参数long_query_time中指定的值时,这条语句就会被记录在这个文件中;②:error.log文件会记录一些系统启动或运行时的错误或警告信息,通过配置参数log_error来设置;③:ge..
分类:
数据库 时间:
2017-08-08 16:43:44
阅读次数:
300
#user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/nginx.pid; event ...
分类:
其他好文 时间:
2017-08-05 18:59:22
阅读次数:
115
/usr/local/nginx/conf/nginx.conf文件例如以下: #worker工作进程的用户及用户组 user weijl; #Nginx worker进程个数 worker_processes 1; #error日志的设置,默认logs/error.log error #error ...
分类:
Web程序 时间:
2017-08-05 10:00:30
阅读次数:
289
user root; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; event... ...
分类:
其他好文 时间:
2017-08-04 12:45:22
阅读次数:
234
1.继承关系 2.Error 程序运行时发生的无法被处理的错误,一旦发生,JVM终止执行。 3.Exception Exception是程序编译与运行时出现的一种错误,一旦出现,JVM将告知程序员处理,处理得当,程序依然可以执行,这一点不同与Error,Error一旦发生,无法处理,程序立即终止。分 ...
分类:
编程语言 时间:
2017-08-01 12:39:21
阅读次数:
157
#user nobody;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/nginx.pid;events { ...
分类:
其他好文 时间:
2017-07-28 09:53:36
阅读次数:
225
cat>/etc/my.cnf<<EOF
[client]
port=3306
socket=/tmp/mysql.sock
[mysqld]
port=3306
socket=/tmp/mysql.sock
basedir=/usr/local/mysql
datadir=/usr/local/mysql/data
pid-file=/tmp/mysql.pid
log-error=/var/log/mysqld_err.log
log-bin=/var/log/mysqld_bin.bi..
分类:
其他好文 时间:
2017-07-27 22:28:08
阅读次数:
163
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev ...
分类:
其他好文 时间:
2017-07-24 09:54:11
阅读次数:
219
【温故而知新】类似文章浅析USB HID ReportDesc (HID报告描述符) 现在将en.stm32cubef1\STM32Cube_FW_F1_V1.4.0\Middlewares\ST\STM32_USB_Host_Library\Core\Inc\usbh_def.H /** **** ...
分类:
其他好文 时间:
2017-07-21 23:19:19
阅读次数:
852