A few days ago, I wrote a full-text search tool for my girlfriend on 51job. I encountered some problems during this time. Thanks to the care of many friends, I saved my younger brother's 'master' face. Today, after opening the program source code, thank you!
51Job position search assistant
Program principle:
We mainly use webclient to get and post data. The background thread filters the Job results obtained by searching the position searcher saved in 51job twice, because it is actually for each job entry, A get page is required to analyze the page process. If there are many candidate entries, the speed will inevitably not be very fast ~~
After the output result is formatted in html format, it is displayed in the webbrowser control.
Development and testing environment:
. Net Framework 1.1, C #, Windows 2003 Server
:
Compile the version (which can be run directly)
Source code (Vs.net 2003 format)