#include "Poco/Exception.h"#include "Poco/Data/Session.h"#include "Poco/Data/Common.h"#include "Poco/Data/BLOB.h"#include "Poco/Data/StatementImpl.h"#...
分类:
数据库 时间:
2014-06-29 06:39:28
阅读次数:
970
研究MSIL纯属于个人喜好,说在前面MSIL应用于开发的地方很少,但是很大程度上能够帮着我们理解底层的原理,这是我了解MSIL的主要原因。托管代码表示应用程序的方法的功能,它们以微软的中间语言(Microsoft intermediate language,MSIL)或公共语言运行(common i...
分类:
其他好文 时间:
2014-06-28 20:10:11
阅读次数:
265
无意中发现任务管理器中一个非常奇特的进程,迅速吃掉了我50%的cpu资源,并且是持续性的,于是上google一番查找,终于有了新的发现。 非常多问答产品所有都是清一色的错误解决方式:正常情况下,系统中应该有两个ccsvchst进程。路径为X:/progamme files/common files....
分类:
其他好文 时间:
2014-06-21 13:49:32
阅读次数:
305
HttpClient 是 Apache Jakarta Common 下的子项目,可以用来提供高效的、最新的、功能丰富的支持 HTTP 协议的客户端编程工具包,并且它支持 HTTP 协议最新的版本和建议。http://hc.apache.org/httpcomponents-client-ga/in...
分类:
编程语言 时间:
2014-06-21 13:12:52
阅读次数:
356
搭建环境搭建Lucene的开发环境只需要加入Lucene的Jar包,要加入的jar包至少要有: lucene-core-3.0.1.jar(核心包) contrib\analyzers\common\lucene-analyzers-3.0.1.jar(分词器) contrib\highlighte...
分类:
其他好文 时间:
2014-06-21 12:36:18
阅读次数:
290
BACKGROUNDComputer viruses are a common problem for computer users. One typical mode of attack is to send an electronic mail message (e-mail) containi...
分类:
其他好文 时间:
2014-06-21 00:51:41
阅读次数:
285
原文:http://www.cnblogs.com/52cik/p/js-console-show-source.html 在控制台输入要查找的函数名如votePost 然后回车: 函数源码粗显啦,并且在右下角有个链接 blog-common.js?v=WE8o1xrgcTu07QVvwYqERqD...
分类:
Web程序 时间:
2014-06-20 18:45:23
阅读次数:
237
Every now and then, I come across various newbies Java developers who are found to get stuck with some of the following common exceptions where I need...
分类:
编程语言 时间:
2014-06-20 17:19:52
阅读次数:
325
自己写的开发平台ssmy_m 与代码生成 ,strust2 mybatis spring maven jquery jqgrid jqueryui
有问题请留言,或QQ110146324
SVN上的代码基础功能已经都有了.美工没弄,有需要的自己改吧.
在/ssmy_m/src/main/webapp/common/include_com.jsp里引用.否则代码生成会有影响...
分类:
编程语言 时间:
2014-06-18 08:03:58
阅读次数:
299
Write a function to find the longest common prefix string amongst an array of strings.题解: 寻找一组字符串的最长公共前缀。最简单的方法,用一个字符串记录当前最长的公共前缀,然后依次比较。时间复杂度: O(N). ...
分类:
其他好文 时间:
2014-06-18 00:03:08
阅读次数:
274