Spring Boot 1.3 will ship with a brand new module called spring-boot-devtools. The aim of this module is to try and improve the development-time exper ...
分类:
编程语言 时间:
2017-03-03 19:20:11
阅读次数:
187
kill 1331 重新加载 /usr/local/nginx/sbin/nginx -s reload [error]: open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory) 如果继续报错执行以 ...
分类:
系统相关 时间:
2017-03-03 00:04:20
阅读次数:
181
重启了linux服务器之后,进程性的 nginx -s stop后再次启动nginx -s reload ,总是会报错误nginx: [error] open() "/alidata/server/nginx/logs/nginx.pid" failed (2: No such file or di ...
分类:
系统相关 时间:
2017-03-01 12:49:42
阅读次数:
245
1.window常用的属性: ①history ②location 2.history对象的方法: ①back() ②forward() ③go() 3.location对象的属性: ①host() ②hostname() ③href() 4.location对象的方法: ①reload() ②re ...
分类:
编程语言 时间:
2017-02-25 13:40:32
阅读次数:
149
转自:http://blog.csdn.net/eson_15/article/details/51725470 这一篇博文主要总结一下springmvc中对数据的校验。在实际中,通常使用较多是前端的校验,比如页面中js校验,对于安全要求较高的建议在服务端也要进行校验。服务端校验可以是在控制层con ...
分类:
编程语言 时间:
2017-02-24 15:40:28
阅读次数:
214
Centos 7 firewall 命令: 查看已经开放的端口: 开启端口 命令含义: –zone #作用域 –add-port=80/tcp #添加端口,格式为:端口/通讯协议 –permanent #永久生效,没有此参数重启后失效 重启防火墙 CentOS 7 以下版本 iptables 命令 ...
分类:
其他好文 时间:
2017-02-23 11:53:03
阅读次数:
239
相关命令: nginx -s reload :修改配置后重新加载生效 nginx -s reopen :重新打开日志文件nginx -t -c /path/to/nginx.conf 测试nginx配置文件是否正确关闭nginx:nginx -s stop :快速停止nginx quit :完整有序 ...
分类:
系统相关 时间:
2017-02-22 19:42:04
阅读次数:
201
在centos7中用iptables命令配置完策略规则后,需要保存策略永久生效,执行serviceiptablessave时提示:#serviceiptablessave
TheservicecommandsupportsonlybasicLSBactions(start,stop,restart,try-restart,reload,force-reload,status).Forotheractions,pleasetrytousesystem..
分类:
其他好文 时间:
2017-02-22 15:22:14
阅读次数:
182
苹果禁止了Autoplay和JS "onload" 加载播放,使在html文件里使用了preload和autoplay属性,在移动版 Safari 上,此属性会被忽视,并且不会加载视频流,甚至不会下载该视频流。 除非用户物理点击一次屏幕,其实现在不能苹果手机,其他的安卓手机和部分App有时也存在背景 ...
分类:
其他好文 时间:
2017-02-21 15:57:59
阅读次数:
476
Ubuntu 16.04 Install laravel installer, Edit environment config, Then add, Then reload path config, For mac, ...
分类:
其他好文 时间:
2017-02-19 20:12:22
阅读次数:
205