12 2012 档案
摘要:I often goto some picture bbs to see pictures ,I have needed to download the pictures from some good post.But I hate of saving it to local disk by WebBrowser. WE NEED TO DO IT AUTOMATICALLY.Some picture bbs forumusually has a list of each post , and each post contain the pictures , with url in it
阅读全文
摘要:previousunix 网络编程总结http://www.itokit.com/2012/0409/73525.htmlhttp://www.itokit.com/2012/0409/73526.htmlhttp://www.itokit.com/2012/0409/73527.html
阅读全文
摘要:回调函数是你把函数地址传递过去,然后至于什么时候被调用,你并不需要知道,也不由你去调用。#include<stdio.h>//#include<iostream>//usingnamespacestd;typedefvoid(*CALLBACK)(inta,intb);classExample{private:intm;intn;staticCALLBACKfunc;public:voidregister_callback(CALLBACKfun,intk,intj);voidcallcallback();voidcalulate();voidincrease(ints
阅读全文