07 2019 档案

摘要:https://github.com/MicrosoftArchive/redis/tags 阅读全文
posted @ 2019-07-19 09:54 冬天不眠 阅读(213) 评论(0) 推荐(0)
摘要:nginx访问时报403, 于是查看nginx日志,路径为/var/log/nginx/error.log。打开日志发现报错Permission denied,详细报错如下: 1. open() "/data/www/1.txt" failed (13: Permission denied), cl 阅读全文
posted @ 2019-07-16 12:13 冬天不眠 阅读(8492) 评论(0) 推荐(0)
摘要:https://my.oschina.net/golang/blog/2254531 阅读全文
posted @ 2019-07-15 13:48 冬天不眠 阅读(366) 评论(0) 推荐(0)
摘要:添加 firewall-cmd --zone=public --add-port=80/tcp --permanent (--permanent永久生效,没有此参数重启后失效) 重新载入 不然不生效 firewall-cmd --reload 查看 firewall-cmd --zone=publi 阅读全文
posted @ 2019-07-15 13:00 冬天不眠 阅读(1497) 评论(0) 推荐(0)
摘要:oracle 字符集安装错了,修改字符集 及创建用户 表空间 ,删除用户及所有的表 阅读全文
posted @ 2019-07-15 12:48 冬天不眠 阅读(763) 评论(0) 推荐(0)
摘要:private static Date getDateAdd(int days){ SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-dd"); Calendar c = Calendar.getInstance(); c.add(Calenda 阅读全文
posted @ 2019-07-12 13:38 冬天不眠 阅读(6936) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2019-07-02 11:03 冬天不眠 阅读(0) 评论(0) 推荐(0)