摘要:import java.util.Vector; class Test{ private Vector mCache = new Vector (); static class Consumer implements Runnable{ priv...
阅读全文
posted @ 2011-02-26 20:56
|
|
|
02 2011 档案
摘要:import java.util.Vector; class Test{ private Vector mCache = new Vector (); static class Consumer implements Runnable{ priv...
阅读全文
posted @ 2011-02-26 20:56
摘要:服务端程序代码: 1 // BoostServer.cpp:定义控制台应用程序的入口点。 2 // 3 4 #include " stdafx.h " 5 #include 6 #include 7 8 using ...
阅读全文
posted @ 2011-02-23 21:23
摘要:VC:断言ASSERT(pState->m_hSocketWindow != NULL); CSocket断言错误:ASSERT(pState->m_hSocketWindow != NULL); 起因:在套接字处于连接或者发送状态时,试图关闭套接字,于是在这个断言语句处发生中断。 原因分析:: 微...
阅读全文
posted @ 2011-02-23 17:09
摘要:这是一个未删除的临时日志。请手动删除它。(01d7d6c2-5864-483a-b307-20bbb27a24bc - 3bfe001a-32de-4114-a6b4-4005b770f6d7)
阅读全文
posted @ 2011-02-23 17:03
|
|