1. 参考园友文章:http://www.cnblogs.com/zengxiangzhan/archive/2010/03/05/1679286.html2.另外还可以参考一下文章:http://jingyan.baidu.com/article/00a07f3880127b82d028dc0d....
分类:
Web程序 时间:
2014-07-16 21:23:37
阅读次数:
191
原文链接:http://www.cnblogs.com/AllStarGIS/p/3788518.html参考链接:1.http://www.cnblogs.com/zhouej/archive/2012/03/25/2379646.html2.http://ec58.com/archives/28...
分类:
数据库 时间:
2014-07-16 21:13:37
阅读次数:
289
本文转载自:http://www.blogjava.net/robbie/archive/2009/04/05/264003.html前段时间对Spring的事务配置做了比较深入的研究,在此之间对Spring的事务配置虽说也配置过,但是一直没有一个清楚的认识。通过这次的学习发觉Spring的事务配置...
分类:
编程语言 时间:
2014-07-16 21:10:21
阅读次数:
415
转自:http://www.cnblogs.com/LinuxHunter/archive/2013/01/06/2848293.html#include #include #include const std::string ws2s( const std::wstring& src ){ std...
分类:
编程语言 时间:
2014-07-16 21:07:38
阅读次数:
261
1.工厂设计模式. 参照:http://www.cnblogs.com/zhouqiang/archive/2012/07/20/2601365.html 有三种:简单工厂(Simple Factory)、工厂方法(Factory Method)、抽象工厂(Abstract Factory) 简单工...
分类:
编程语言 时间:
2014-07-16 21:06:42
阅读次数:
206
Error Handlerhttp://prideparrot.com/blog/archive/2012/5/exception_handling_in_asp_net_mvchttp://www.asp.net/web-api/overview/web-api-routing-and-actio...
分类:
Web程序 时间:
2014-07-16 20:36:23
阅读次数:
206
转载自 居家懒人http://www.cnblogs.com/JD85/archive/2012/09/17/2688128.html加入写了新场景SecondScene,结果在cpp文件里类名地方报错说undefined reference to `vtable for SecondScene',...
分类:
移动开发 时间:
2014-07-16 20:30:58
阅读次数:
205
文章来源:http://www.cnblogs.com/anorthwolf/archive/2009/12/07/1618744.html在.NET Framework中,内存中的资源(即所有二进制信息的集合)分为"托管资源"和"非托管资源".托管资源必须接受.NET Framework的CLR(...
分类:
Web程序 时间:
2014-07-16 20:21:22
阅读次数:
286
http://www.oracle.com/technetwork/java/archive-139210.html
分类:
编程语言 时间:
2014-07-16 20:13:53
阅读次数:
135
原文:http://www.cnblogs.com/tqsummer/archive/2011/01/25/1944771.html一、Python中的线程使用:Python中使用线程有两种方式:函数或者用类来包装线程对象。1、函数式:调用thread模块中的start_new_thread()函数...
分类:
编程语言 时间:
2014-07-16 19:58:09
阅读次数:
275