码迷,mamicode.com
首页 > 其他好文 > 详细

开发中一些经常使用技巧总结

时间:2017-06-03 16:09:10      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:apt   load   nbsp   name   rac   blank   follow   data   ted   

Fiddler2

capture指定站点的traffic信息

rule菜单下,

6 down vote accepted

 

Manipulate the OnBeforeRequest function using the following syntax:

if (!oSession.HostnameIs("domainIcareabout.com") &&
        !oSession.HostnameIs("anotherDomainIcareabout.com"))
{
    oSession["ui-hide"] = "Hiding other domains"; // String value not important
}

开发中一些经常使用技巧总结

标签:apt   load   nbsp   name   rac   blank   follow   data   ted   

原文地址:http://www.cnblogs.com/ljbguanli/p/6937307.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!