2018年2月11日

json python 基本转换

摘要: if __name__ == '__main__': # 将python对象test转换json对象 test = [{"username":"测试","age":16},(2,3),1] print type(test) python_to_json = json.dumps(test,ensur 阅读全文

posted @ 2018-02-11 16:50 高渐离1992 阅读(115) 评论(0) 推荐(0)

iptables 命令大全 iptables -A -L -D等【转】

摘要: 原文链接http://blog.163.com/xychenbaihu@yeah/blog/static/132229655201212705752493/ iptables 指令 语法: iptables [-t table] command [match] [-j target/jump] -t 阅读全文

posted @ 2018-02-11 14:16 高渐离1992 阅读(948) 评论(0) 推荐(0)

导航