This writing is a series, is to let everyone know how to carry out the network of auxiliary development. To develop the network-assisted development of the clutch tool is essential, let us familiarize you with some of the commonly used clutch tools,
1,fiddler
This tool is my current use of the most of a clutch tool, not only can catch the HTTPS packet can also be agent to catch the network packet on Android, very convenient.
How to use: http://blog.csdn.net/ohmygirl/article/details/17846199 give a link, the specific not detailed
2.HttpWatch
It can be used as a plug-in for IE, which is very convenient for crawling specific web pages.
3.HttpAnalyzer
It is very similar to the use of HttpWatch, interested friends can try
4.WSExplorer
The above 3 capture tools are mainly crawling web-based data, and sometimes we want to crawl software-based packets, I generally use wsexplorer, he can crawl the Android emulator in the packet, is also very useful.
Of course, there are some other useful tools on the Internet, to see everyone's usage habits.
The other thing I often like to say is, ' don't ask me how to use the tools ' I used to have people ask me how Eclipse shows line numbers, how Visual Studio debugs WinForm Dreamweaver How to build a site. When I heard it, I to fire, not for anything else, Think about how much software there is now, if every software has to teach you to use it, can someone else teach you? For such people can only say lazy, do not know how to learn,
OK. Some of the most commonly used grab kits are listed here, ready for work, the next time to start formal development
C # One-step Learning Network-assisted development (1)--use of commonly used grab kits