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 阅读全文
posted @ 2012-12-15 09:04 邓维 阅读(299) 评论(0) 推荐(0) 编辑
摘要:previousunix 网络编程总结http://www.itokit.com/2012/0409/73525.htmlhttp://www.itokit.com/2012/0409/73526.htmlhttp://www.itokit.com/2012/0409/73527.html 阅读全文
posted @ 2012-12-10 23:08 邓维 阅读(124) 评论(0) 推荐(0) 编辑
摘要:回调函数是你把函数地址传递过去,然后至于什么时候被调用,你并不需要知道,也不由你去调用。#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 阅读全文
posted @ 2012-12-07 15:17 邓维 阅读(163) 评论(0) 推荐(0) 编辑