参考资料:http://stackoverflow.com/questions/1306778/c-virtual-pure-virtual-explained验证代码:#include using namespace std;class Base {public: virtual void ...
分类:
编程语言 时间:
2014-11-18 23:17:29
阅读次数:
196
The purpose of this post is to provide an introduction to the Model-View-ViewModel (MVVM) pattern. While I've participated in lots of discussions onli...
Default Session Persistence for a Web Application (explained..) ------------------------------------------------------------------------ By default Tomcat (5.x onwards, based on my knowledge) persi...
分类:
其他好文 时间:
2014-11-04 11:16:39
阅读次数:
215
http://delphi.about.com/cs/adptips2004/a/bltip0504_4.htmWhen using ShellExecute (as explained in the above article) to open a web site or a htm file w...
IntroductionMe and my wife had some interesting conversations onObject Oriented Design principles. After publishing the conversation on CodeProject, I...
分类:
其他好文 时间:
2014-10-12 19:25:48
阅读次数:
231
IntroductionMy wife Farhana wants to resume her career as a software developer (she started her career as a software developer, but couldn't proceed m...
分类:
其他好文 时间:
2014-10-12 16:11:48
阅读次数:
289
1.explain plan的使用SQL> explain plan for delete from t_jingyu;Explained.SQL> select * from table(dbms_xplan.display);PLAN_TABLE_OUTPUT------------------...
分类:
数据库 时间:
2014-09-01 00:21:22
阅读次数:
272
negative-sampling, word2vec
分类:
其他好文 时间:
2014-08-09 21:11:59
阅读次数:
443
SSH Tunneling Explained Recently I wanted to set up a remote desktop sharing session from home pc to my laptop. While going through the set up guide I...
分类:
其他好文 时间:
2014-07-29 16:55:54
阅读次数:
386
关于python处理中文及不同情况下中文路径的研究,不足及错误之处,请批评指正!!谢谢!!
参考文献:
Why you benefit from using UTF-8 Unicode everywhere in your web applications
Python "'ascii' codec can't decode byte" explained and how to solve it
Windows 记事本的 ANSI、Unicode、UTF-8 这三种编码模式有什么区别?...
分类:
编程语言 时间:
2014-07-15 12:50:18
阅读次数:
269