08 2016 档案

摘要:Application configuration A collection of request handlers that make up a web application. Instances of this class are callable and can be passed dire 阅读全文
posted @ 2016-08-31 10:21 gold叠 阅读(9625) 评论(0) 推荐(1)
摘要:从源代码安装 有人觉得从源码安装 Git 更实用,因为你能得到最新的版本。 二进制安装程序倾向于有一些滞后,当然近几年 Git 已经成熟,这个差异不再显著。 如果你想从源码安装 Git,需要安装 Git 依赖的库:curl、zlib、openssl、expat,还有libiconv。 如果你的系统上 阅读全文
posted @ 2016-08-29 16:10 gold叠 阅读(543) 评论(0) 推荐(0)
摘要:sk = socket.socket() sk.connect(self.ip_port) sk.settimeout(5) sk.sendall(b'ZBXD\x01') sk.sendall(b'Q\x00\x00\x00\x00\x00\x00\x00') sk.sendall(b'{"req 阅读全文
posted @ 2016-08-11 15:48 gold叠 阅读(726) 评论(0) 推荐(0)