#定义Nginx运行的用户和用户组 user www www; #nginx进程数,建议设置为等于CPU总核心数(一般等于CPU的总核数或总核数的两倍)。 worker_processes 4; #指定错误日志的存放路径,错误日志记录级别可选项为:[ debug | info | notice | ...
分类:
其他好文 时间:
2016-09-08 21:32:14
阅读次数:
170
Given a list, each element in the list can be a list or integer. flatten it into a simply list with integers. Notice If the element in the given list ...
分类:
其他好文 时间:
2016-09-06 06:52:02
阅读次数:
247
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. Notice Bonus point if you ...
分类:
其他好文 时间:
2016-09-04 07:55:49
阅读次数:
180
#user nobody;worker_processes 4; #nginx进程数,建议设置为等于CPU总核心数 #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; # ...
分类:
其他好文 时间:
2016-09-01 18:15:19
阅读次数:
128
lens_mobapp_trace=#createrolelenswithlogin;
NOTICE:resourcequeuerequired--usingdefaultresourcequeue"pg_default"
CREATEROLE
lens_mobapp_trace=#alterrolelenswithpassword‘nbs2010‘;
ALTERROLE
lens_mobapp_trace=#grantallondatabaselens_mobapp_tracetolens;
GRANT
l..
分类:
其他好文 时间:
2016-09-01 00:46:35
阅读次数:
1883
lens_mobapp_trace=#createrolelenswithlogin;
NOTICE:resourcequeuerequired--usingdefaultresourcequeue"pg_default"
CREATEROLE
lens_mobapp_trace=#alterrolelenswithpassword‘nbs2010‘;
ALTERROLE
lens_mobapp_trace=#grantallondatabaselens_mobapp_tracetolens;
GRANT
l..
分类:
其他好文 时间:
2016-09-01 00:46:10
阅读次数:
123
整形:就是对用整数 正整数与负整数整形的表示:int integer NOTICE:写整形的时候不要在外面再加引号了 浮点:就是小数 3.1415926Float 浮点 布尔值:男和女 真和假 阴和阳 对和错 True 真 false 假 字符串:就是你在课本当中看到的,需要显示出来的一句话。需要显 ...
分类:
Web程序 时间:
2016-08-28 13:49:18
阅读次数:
203
1.创建maven项目。并添加相关的依赖。 2.新建log4j.properties。 3.创建与 schema.xml文件相对应的javabean,这里命名为Notice。并添加@Field注解,生成getter和setter方法。 4.创建测试类SolrjTest,初始化HttpSolrClie ...
分类:
Windows程序 时间:
2016-08-22 21:27:00
阅读次数:
1039
1.在solr的环境目录F:\projects\solr\home下新建文件夹,命名为notice(根据实际情况)。 2.复制环境目录下的/configsets/sample_techproducts_configs下的conf文件夹到notice文件夹。 3.打开solr管理后台,选择Core A ...
分类:
其他好文 时间:
2016-08-22 19:49:09
阅读次数:
199
E_ERROR 致命的运行错误。错误无法恢复,暂停执行脚本。 E_WARNING 运行时警告(非致命性错误)。非致命的运行错误,脚本执行不会停止。 E_PARSE 编译时解析错误。解析错误只由分析器产生。 E_NOTICE 运行时提醒(这些经常是你代码中的bug引起的,也可能是有意的行为造成的。) ...
分类:
Web程序 时间:
2016-08-20 08:56:23
阅读次数:
140