Improving our mouse drag event Our mouse drag event is a little too simple. Notice that when we drag around the sprite, it always positions itself at ...
分类:
Web程序 时间:
2016-07-01 06:38:57
阅读次数:
236
#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 ...
分类:
其他好文 时间:
2016-06-30 20:00:44
阅读次数:
153
SHIRO在UMS的使用 一:引用LIB包 二:建立表关系 1,创建用户,角色,权限及用户角色表,角色权限表; 2,在权限表中加一字段(如:do,;例:notice:list_view); 3,在对应的Controller的方法上加上“ @RequiresPermissions(value = { ...
分类:
其他好文 时间:
2016-06-27 19:13:56
阅读次数:
202
在你PHP的最上方写上 error_reporting(E_ALL); 就会显示错误信息了 1、Notice: Undefined variable: 变量名in注:使用了一个没有被定义的变量2、Parse error: syntax error, unexpected T_ELSE in If ( ...
分类:
Web程序 时间:
2016-06-25 20:26:26
阅读次数:
197
;E_ALL所有错误和警告(除E_STRICT外);E_ERROR致命的错误。脚本的执行被暂停。;E_RECOVERABLE_ERROR大多数的致命错误。;E_WARNING非致命的运行时错误,只是警告,脚本的执行不会停止。;E_PARSE编译时解析错误,解析错误应该只由分析器生成。;E_NOTICE脚本运行时产生的提醒(往..
分类:
Web程序 时间:
2016-06-24 13:10:08
阅读次数:
187
最完整的Nginx配置参数中文说明了。#定义Nginx运行的用户和用户组user www www;#nginx进程数,建议设置为等于CPU总核心数。worker_processes 8;#全局错误日志定义类型,[ debug | info | notice | warn | error | crit ...
分类:
其他好文 时间:
2016-06-22 14:08:57
阅读次数:
174
#定义Nginx运行的用户和用户组user www www; #nginx进程数,建议设置为等于CPU总核心数。worker_processes 8; #全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]error_log /var/ ...
分类:
其他好文 时间:
2016-06-21 12:29:31
阅读次数:
170
Given an interval list which are flying and landing time of the flight. How many airplanes are on the sky at most? Notice If landing and flying happen ...
分类:
其他好文 时间:
2016-06-18 22:21:40
阅读次数:
161
个人博客地址转移至vitostack.com 这里可能不会经常更新。 欢迎访问新地址。 ...
分类:
其他好文 时间:
2016-06-18 00:05:18
阅读次数:
196
#定义Nginx运行的用户#user nobody;#nginx启动进程数,建议设置为等于CPU总核心数。worker_processes 1;#全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]#error_log logs/err ...
分类:
其他好文 时间:
2016-06-16 20:17:13
阅读次数:
189