06 2019 档案

摘要:网上搜的是这样的 : 但是会有没有match上的现象,可以,使用: 参考: http://ipset.netfilter.org/iptables extensions.man.html 阅读全文
posted @ 2019-06-26 13:19 苏小北1024 阅读(1724) 评论(0) 推荐(0) 编辑
摘要:``` #cat file { "Bangalore_City": "35_Temperature", "NewYork_City": "31_Temperature", "Copenhagen_City": "29_Temperature" } ``` ``` #cat json.go package main import ( "fmt" "encoding/j... 阅读全文
posted @ 2019-06-25 18:12 苏小北1024 阅读(1907) 评论(0) 推荐(0) 编辑
摘要:``` apt-get -f install wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.1/linux-headers-5.1.0-050100_5.1.0-050100.201905052130_all.deb wget -c https://kernel.ubuntu.com/~kernel-ppa/mainline... 阅读全文
posted @ 2019-06-25 12:01 苏小北1024 阅读(812) 评论(0) 推荐(0) 编辑
摘要:``` json.loads() 是将字符串传化为字典 json.dumps () 是将字典转化为字符串 ``` ``` >>> dict = "{8:'bye', 'you':'coder'}" #假字典 fake >>> print type(dict) >>> print dict {8:'bye', 'you':'coder'} # 哟呵,输出 >>> dict_real = {... 阅读全文
posted @ 2019-06-24 14:13 苏小北1024 阅读(351) 评论(0) 推荐(0) 编辑