随笔 - 638  文章 - 0 评论 - 168 阅读 - 291万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

06 2013 档案
linux c++下载http文件并显示进度<转>
摘要:#include #include #include #include #include #include #include #include #include #include #include #include using namespace std;typedef string::size_type (string::*find_t)(const string& delim, string::size_type offset) const;vector Split(const string& ... 阅读全文
posted @ 2013-06-21 18:42 瓦楞球 阅读(5450) 评论(0) 推荐(0) 编辑
Linux下类似windows下_beginthread和_endthread 的多线程开发
摘要:在 windows下头文件中包含 #include就可以使用_beginthread进行线程创建。个人感觉挺方便的。在linux下类似于_beginthread 和 _endthread 的 是pthread_create和pthread_exitlinux下包含头文件 #include=================================pthread_create 启动线程属性讲解:http://blog.csdn.net/hudashi/article/details/7709413===================================下面是转载的一个例子:原 阅读全文
posted @ 2013-06-21 11:49 瓦楞球 阅读(4093) 评论(0) 推荐(0) 编辑
MFC-Dialog各函数的执行顺序
摘要:CDlgTestDlg::CDlgTestDlg CDlgTestDlg::DoModal CDialog::DoModal CDlgTestDlg::PreSubclassWindow CDlgTestDlg::OnCreate CDlgTestDlg::OnSize CDialog::OnInitDialog CWndUpdateData(FALSE) CDlgTestDlg::DoDataExchange CDlgTestDlg::OnInitDialog CDlgTestDlg::OnShowWindow CDlgTestDlg::OnPaint CDlgTes... 阅读全文
posted @ 2013-06-20 10:39 瓦楞球 阅读(1690) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示