摘要:
http://www.rubular.com/ 阅读全文
阅读排行榜
生成的数据库脚本没有注释?
2012-08-02 17:12 by hongjiumu, 296 阅读, 收藏,
摘要:
1,选择Database->Generate Database选中Generate name in empty comment就可以了 阅读全文
friend ---- public and private
2014-01-18 21:13 by hongjiumu, 294 阅读, 收藏,
摘要:
I mean the difference between:class A{public: friend class B;};andclass A{private: //or nothing as the default is privatefriend class B;};Is there a difference?No, there's no difference - you just tell that class B is a friend of class A and now can access its private and protected members, that 阅读全文
all objects of the same class share the same set of class methods
2013-12-22 11:00 by hongjiumu, 286 阅读, 收藏,
摘要:
#include #include "First.h" void Test(); int main() { std::cerr(&p_Function)[i]); std::cout(&p_Function_First_1)[i]); std::cout(&p_Function_First_2)[i]); getchar(); return 0; } 反映的是:Each new object you create contains storage for its own internal variables, the class mem... 阅读全文
RIATasks: A Simple Silverlight CRUD Example (using View Model)
2012-10-17 23:33 by hongjiumu, 280 阅读, 收藏,
摘要:
RIATasks: A Simple Silverlight CRUD Example (using View Model)http://www.codeproject.com/Articles/90071/RIATasks-A-Simple-Silverlight-CRUD-Example-using-VSilverlight学习点滴之一:使用WCF RIA构建应用http://www.veryhuo.com/a/view/35954.html怎样使用.NET RIA Services 创建 Silverlight Business Application(一)http://www.cnbl 阅读全文
浙公网安备 33010602011771号