2024年6月29日
摘要: 肝了三天,万字长文教你玩转 tcpdump,从此抓包不用愁 (qq.com) option 可选参数:将在后边一一解释, proto 类过滤器:根据协议进行过滤,可识别的关键词有:upd, udp, icmp, ip, ip6, arp, rarp,ether,wlan, fddi, tr, dec 阅读全文
posted @ 2024-06-29 10:27 vanness_205 阅读(13) 评论(0) 推荐(0) 编辑
  2017年4月14日
摘要: Add the official oVirt repository. This will add repositories from ovirt.org to your host allowing you to get the latest oVirt rpms. It will also enab 阅读全文
posted @ 2017-04-14 11:02 vanness_205 阅读(325) 评论(0) 推荐(0) 编辑
  2017年4月7日
摘要: web.py session学习: import webfrom web import form urls = ( '/','Index', '/test','Test', '/login','Login', '/logout','Logout',) render = web.template.re 阅读全文
posted @ 2017-04-07 23:52 vanness_205 阅读(229) 评论(0) 推荐(0) 编辑
  2017年4月5日
摘要: 首先是这个图 更多的理解参照这个 http://diaocow.iteye.com/blog/1922760 http://python.jobbole.com/84279/ 关于application的代码参照这个 http://www.jb51.net/article/65307.htm 阅读全文
posted @ 2017-04-05 20:38 vanness_205 阅读(117) 评论(1) 推荐(0) 编辑