会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
这是页首
夏日的风
工作中的点滴记录
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2017年6月19日
rails bootstrap icon丢失
摘要: application.css.scss @font-face{ font-family:'Glyphicons Halflings'; src: url("bootstrap/glyphicons-halflings-regular.eot"); src: url("bootstrap/glyph
阅读全文
posted @ 2017-06-19 16:45 夏日的风888
阅读(206)
评论(0)
推荐(0)
2017年6月15日
nginx 配置实例
摘要: nginx.conf #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
阅读全文
posted @ 2017-06-15 10:27 夏日的风888
阅读(210)
评论(0)
推荐(0)
2017年6月13日
定期清空log文件
摘要: # auto-del-log.sh #!/bin/shfor i in `find . -name "*.out" -o -name "*.log"`do cat /dev/null > $i;done; # auto-del-log.rb while true system 'sh /opt/au
阅读全文
posted @ 2017-06-13 16:08 夏日的风888
阅读(222)
评论(0)
推荐(0)
上一页
1
2
公告