随笔 - 4  文章 - 0  trackbacks - 0
<2025年2月>
2627282930311
2345678
9101112131415
16171819202122
2324252627281
2345678

常用链接

留言簿

随笔档案

搜索

  •  

最新评论

阅读排行榜

评论排行榜

 typedef multimap<CString, CString>::iterator it_authors;
 pair<it_authors, it_authors> pos = theApp.m_chatConetentList.equal_range(strDel);
 if (pos.first!=pos.second)
 {
  theApp.m_chatConetentList.erase(pos.first,pos.second);
 }
posted on 2010-01-26 12:00 zwicker 阅读(474) 评论(0)  编辑 收藏 引用

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   博问   Chat2DB   管理