#定义Nginx运行的用户和用户组userwwwwww;#nginx进程数,建议设置为等于CPU总核心数。worker_processes8;#全局错误日志定义类型,[debug|info|notice|warn|error|crit]error_log/var/log/nginx/error.loginfo;#进程文件pid/var/run/nginx.pid;#一个nginx进程打开的最多文件描述..
分类:
其他好文 时间:
2017-06-25 10:15:04
阅读次数:
125
1.change network card configure edit: vi /etc/sysconfig/network-scripts/ifcfg-eth0 ps:notice HWADDR! 2.restart network service executive command: serv ...
分类:
系统相关 时间:
2017-06-23 19:33:19
阅读次数:
200
系统:Ubuntu 14.04.4 LTS (GNU/Linux 3.13.0-32-generic x86_64) 1核2G Notice:内存不可过小,否则会编译失败 ...
分类:
系统相关 时间:
2017-06-23 15:36:30
阅读次数:
2057
开发中经常会遇到验证某个参数是否是null或者是否为空。 一、isset()、is_null() 、empty() : isset():检测变量是否设置,并且不是 NULL.如果变量没有赋值 或者 变量赋值为null.为 false. is_null():检测变量是否为 NULL,变量未声明,提示错 ...
分类:
Web程序 时间:
2017-06-22 01:15:01
阅读次数:
177
cefCopy:function(str){ var t=this; if(!str || str=="暂无激活码") { $.notice("暂无激活码", 'error'); return; } if(!t.$$text){ t.$$text = $("").css({ position:"ab... ...
分类:
编程语言 时间:
2017-06-21 15:15:18
阅读次数:
214
Eddy's digital Roots Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 6826 Accepted Submission(s): ...
分类:
其他好文 时间:
2017-06-21 11:38:28
阅读次数:
213
ServletContext作用功能详解 ServletContext,是一个全局的储存信息的空间,服务器开始,其就存在,服务器关闭,其才释放。request,一个用户可有多个;session,一个用户一个;而servletContext,所有用户共用一个。所以,为了节省空间,提高效率,Servle ...
分类:
其他好文 时间:
2017-06-20 11:05:29
阅读次数:
153
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for ...
分类:
其他好文 时间:
2017-06-17 12:13:46
阅读次数:
139
#定义Nginx运行的用户和用户组userwwwwww;#nginx进程数,建议设置为等于CPU总核心数。worker_processes8;#全局错误日志定义类型,[debug|info|notice|warn|error|crit]error_log/var/log/nginx/error.loginfo;#进程文件pid/var/run/nginx.pid;#一个nginx进程打开的最多文件描述..
分类:
其他好文 时间:
2017-06-15 00:39:34
阅读次数:
233
【题目描述】Reversealinkedlistfrompositionmton.Notice:Givenm,nsatisfythefollowingcondition:1≤m≤n≤lengthoflist.翻转链表中第m个节点到第n个节点的部分注意:m,n满足1≤m≤n≤链表长度【题目链接】http://www.lintcode.com/en/problem/reverse-linked-list-ii/【题目解..
分类:
其他好文 时间:
2017-06-14 16:17:26
阅读次数:
130