05 2018 档案

摘要:yum install wget gcc make zlib-devel readline-develwget https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tar.xz xz -d Python-3.6.1.tar.xztar -xvf 阅读全文
posted @ 2018-05-18 15:19 愚木 阅读(194) 评论(0) 推荐(0)
摘要:修改settings vi project/settings.py 添加模型类 vi project/app1/models.py 注册到admin vi project/app1/admin.py 参考: https://blog.csdn.net/gamer_gyt/article/detail 阅读全文
posted @ 2018-05-17 10:01 愚木 阅读(165) 评论(0) 推荐(0)
摘要:谷歌浏览器安装jetbrains ide support 打开webstorm 新建项目 新建test.html并添加js文件 Edit Configurations >defaults-->javascript debug-->browser-->选择chrome 运行test.html 参考:h 阅读全文
posted @ 2018-05-16 16:32 愚木 阅读(305) 评论(0) 推荐(0)
摘要:原文链接:https://kb.vmware.com/s/article/1010652 阅读全文
posted @ 2018-05-15 13:25 愚木 阅读(238) 评论(0) 推荐(0)
摘要:1.修改配置 vi zabbix-agent-win.conf 添加 UserParameter=tcpcount10020,netstat -ano | find "10020" |find /i "estab" /c 2.重启zabbix-agent 3.web上添加键值为tcpcoun1002 阅读全文
posted @ 2018-05-15 13:19 愚木 阅读(341) 评论(0) 推荐(0)
摘要:vi /etc/resolv.conf nameserver 1.2.4.8 nameserver 8.8.8.8 更换yum base repo 1)centos5.*的下载连接:[root@bastion-IDC yum.repos.d]# wget -O /etc/yum.repos.d/Ce 阅读全文
posted @ 2018-05-08 13:56 愚木 阅读(278) 评论(0) 推荐(0)