- 博客(6)
- 收藏
- 关注
原创 Async-CTP-v3的安装问题
问题描述:Async-CTP-v3提示成功安装,但是却没有发现有任何新的安装文件。平台:Visual studio 2010 SP1, Win7 x64,解决方法:卸载相应的更新包。其中包括:KB2615527 ,KB2635973,KB2549864。参考资料:点击打开链接
2012-03-03 19:24:12
1254
转载 自定义datagridview滚动条
private void hScrollBar1_Scroll(object sender, ScrollEventArgs e) { dataGridViewStu.FirstDisplayedScrollingColumnIndex = e.NewValue * dataGridViewStu.Columns.Count /h
2008-05-02 22:27:00
1716
原创 智能指针单例模式的实现
static MyClass* MyClass::Instance(){static std::autoPtr pSingleInstance; if ( pSingleInstance.get() == NULL ) pSingleInstance.reset(new MyClass()); return pSingleInstance.get();}
2007-09-29 13:08:00
1272
原创 How working of Copy and Paste
When you copy(ctrl+c) and paste(ctrl+v),it will activite reactor :COPYCLIP == WBLOCKPASTECLIP == INSERT
2007-08-29 22:01:00
354
原创 (FYI) C++ Style and FAQ
homepage | C++links | FAQ | technical FAQ | glossary | compilers | publications | C++TRs | TC++PL | D&E | bio | interviews | applications | TAMU | AT&T Research Bjarne Stroustrups C++ Style and Tec
2007-08-16 10:49:00
1413
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人