05 2020 档案

摘要:个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/12974334.html 建表 CREATE TABLE: postgresql=# CREATE TABLE weather ( "City" varchar(80), "Temp_lo" 阅读全文
posted @ 2020-05-27 16:58 wshenJin 阅读(346) 评论(0) 推荐(0) 编辑
摘要:个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/12952126.html 建库: CREATE DATABASE Command: CREATE DATABASE Description: create a new database Syn 阅读全文
posted @ 2020-05-24 18:39 wshenJin 阅读(207) 评论(0) 推荐(0) 编辑
摘要:个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/12942435.html 编译安装 root@ ~]# yum install readline-devel root@ ~]# wget https://ftp.postgresql.org 阅读全文
posted @ 2020-05-23 14:36 wshenJin 阅读(241) 评论(0) 推荐(0) 编辑
摘要:个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/12930036.html 在location外,两者作用差不多 在location里: last 重写后会继续匹配location(停止当前这个请求,并根据rewrite匹配的规则重新发起一个 阅读全文
posted @ 2020-05-21 12:52 wshenJin 阅读(297) 评论(0) 推荐(0) 编辑
摘要:个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/12884622.html pre-shared keys加密 生成PSK string openssl rand -hex 32 > ssl/zabbix_agentd.psk chown z 阅读全文
posted @ 2020-05-13 20:17 wshenJin 阅读(425) 评论(0) 推荐(0) 编辑
摘要:个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/12871191.html 线上某个接口需要按分钟切割日志: location /lua { default_type 'text/plain'; content_by_lua 'ngx.say 阅读全文
posted @ 2020-05-11 19:13 wshenJin 阅读(596) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示