码迷,mamicode.com
首页 >  
搜索关键字:m10i cfeb reload    ( 1977个结果
DevTools in Spring Boot 1.3
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
linux重启nginx后出现nginx的pid丢失的解决方案
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的pid消失问题
重启了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
来谈一谈------JavaScript对象
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
Spring MVC 参数校验
转自:http://blog.csdn.net/eson_15/article/details/51725470 这一篇博文主要总结一下springmvc中对数据的校验。在实际中,通常使用较多是前端的校验,比如页面中js校验,对于安全要求较高的建议在服务端也要进行校验。服务端校验可以是在控制层con ...
分类:编程语言   时间:2017-02-24 15:40:28    阅读次数:214
Centos 7和 Centos 6开放查看端口 防火墙关闭打开
Centos 7 firewall 命令: 查看已经开放的端口: 开启端口 命令含义: –zone #作用域 –add-port=80/tcp #添加端口,格式为:端口/通讯协议 –permanent #永久生效,没有此参数重启后失效 重启防火墙 CentOS 7 以下版本 iptables 命令 ...
分类:其他好文   时间:2017-02-23 11:53:03    阅读次数:239
linux配置nginx
相关命令: 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执行" service iptables save"错误提示
在centos7中用iptables命令配置完策略规则后,需要保存策略永久生效,执行serviceiptablessave时提示:#serviceiptablessave TheservicecommandsupportsonlybasicLSBactions(start,stop,restart,try-restart,reload,force-reload,status).Forotheractions,pleasetrytousesystem..
分类:其他好文   时间:2017-02-22 15:22:14    阅读次数:182
H5中背景音乐无法自动播放问题
苹果禁止了Autoplay和JS "onload" 加载播放,使在html文件里使用了preload和autoplay属性,在移动版 Safari 上,此属性会被忽视,并且不会加载视频流,甚至不会下载该视频流。 除非用户物理点击一次屏幕,其实现在不能苹果手机,其他的安卓手机和部分App有时也存在背景 ...
分类:其他好文   时间:2017-02-21 15:57:59    阅读次数:476
laravel command
Ubuntu 16.04 Install laravel installer, Edit environment config, Then add, Then reload path config, For mac, ...
分类:其他好文   时间:2017-02-19 20:12:22    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!