摘要:
2012-2-6 17:32:24 PM IS2120@CSDN 与datatable奋战了一天,记录一下。。。 1. 查看得到的 datatable 是否为空 datatable.Rows.Count 2. 查看得到的 DataRow[] 是否为空,... 阅读全文
摘要:
1. 查找vector中某个元素是否存在 std::find(vector.begin(), vector.end(), item)!=vector.end() 2. 从iterator得到位置( position ) it = std::find(vector.begin(), vector.... 阅读全文
摘要:
Symbolic constant name Value (hexadecimal) Keyboard (or mouse) equivalent VK_LBUTTON 01 Left mouse button VK_RBUTTON 02 Right mouse button ... 阅读全文