在查询中文时 hql语句在生成的语句中把中文显示为乱码 则在hibernate配置文件中加入: org.hibernate.hql.ast.ASTQueryTranslatorFactory true UTF-8注意:hibernate.query.factory_class设置查询翻译器引用:H....
分类:
系统相关 时间:
2014-07-26 14:58:20
阅读次数:
253
题意:给一个字符串(#include #include #include #include #include #define ll long longusing namespace std;int Maxn, N ;int sum[1005];struct BlockList{ int siz...
分类:
其他好文 时间:
2014-07-26 14:58:11
阅读次数:
244
Flood-Fill. BFS. But there's a trick. If we fill surrounded region directly, extra bookkeeping cost is needed - because we don't know whether that reg...
分类:
其他好文 时间:
2014-07-26 14:58:00
阅读次数:
313
哎 每次安装oracle的时候总是忘了将用户解锁,结果就蛋疼了,从网上找到一个简单的解决方案在CMD命令输出如下:sqlplus /nologalert user system account unlock之后用sqlplus命令登陆 账号 system 密码是在安装时候设定的全局密码
分类:
数据库 时间:
2014-07-26 14:57:50
阅读次数:
281
参考链接:http://www.blogjava.net/fancydeepin/archive/2012/10/11/java_log4j.htmlLog4j ( Log for Java ) 是 Apache 下的一个开源项目,通过 Log4j,可以将程序运行的信息输送到指定的目的地。这个目的地...
分类:
其他好文 时间:
2014-07-26 14:57:40
阅读次数:
228
Git是目前最流行的版本管理系统,学会Git几乎成了开发者的必备技能。 Git有很多优势,其中之一就是远程操作非常简便。本文详细介绍5个Git命令,它们的概念和用法,理解了这些内容,你就会完全掌握Git远程操作。git clonegit remotegit fetchgit pullgit p...
分类:
其他好文 时间:
2014-07-26 14:57:30
阅读次数:
235
出现这个异常,一般来说主要修改时候主键没有传递或者name属性指定错误。 解决方案:你要把你的更新的实例的主键传过去,可以以hidden的方式传。 参考:http://blog.csdn.net/chenssy/article/details/8362871
分类:
其他好文 时间:
2014-07-26 14:57:20
阅读次数:
221
代码:#include int main(){int n;int i;int m;int count;int dp[50];while(scanf("%d",&n)!=EOF){dp[1]=1;dp[2]=1;dp[3]=2;while(n--){count=0;scanf("%d",&m);for...
分类:
其他好文 时间:
2014-07-26 14:57:10
阅读次数:
244
【Fog】 Fog parameters are controlled with Fog command. Fogging blends the color of the generated pixels down towards a constant color based on dist...
分类:
其他好文 时间:
2014-07-26 14:57:00
阅读次数:
250
前言 在上一篇我大致的介绍了这个系列所涉及到的知识点,在本篇我打算把IOC这一块单独提取出来讲,因为IOC容器在解除框架层与层之间的耦合有着不可磨灭的作用。当然在本系列前面的三篇中我也提供了一种基于反射的解耦方式,但是始终不是很优雅,运用到项目中显得别扭。目前,我所掌握的IOC容器主要有两个:一个....
分类:
其他好文 时间:
2014-07-26 14:56:52
阅读次数:
317
exec一共有六种函数,都是以exec开头。1 int execl(const char *path, const char *arg, ...);2 int execlp(const char *file, const char *arg, ...);3 int execle(const char...
分类:
其他好文 时间:
2014-07-26 14:56:31
阅读次数:
232
..\..\SYSTEM\usart\usart.c(1): error: #5: cannot open source input file "sys.h": No such file or directory #include "..\sys\sys.h"这样就可以找到路径了 再次编译出现了问题...
分类:
其他好文 时间:
2014-07-26 14:56:20
阅读次数:
442
建模不难,就读入有点麻烦,无脑拍完dinic 1A happy~#include #include #include #include #include #include #include #include #include #include #include #include #include u...
分类:
Web程序 时间:
2014-07-26 14:56:10
阅读次数:
251
1.前言在阅读研究线程池的源码之前,一直感觉线程池是一个框架中最高深的技术。研究后才发现,线程池的实现是如此精巧。本文从技术角度分析了线程池的本质原理和组成,同时分析了JDK、Jetty6、Jetty8、Tomcat的源码实现,对于想了解线程池本质、更好的使用线程池或者定制实现自己的线程池的业务场景...
分类:
编程语言 时间:
2014-07-26 14:56:00
阅读次数:
326
诸葛亮竟然是中国的四大名相,伊尹,周公,管仲皆治理经济,保国安邦而得美名 。距今一千八百多年的诸葛孔明,卧龙先生一生虽奔波劳累可何得果?刘表临死前曾告诉刘备:“我死了之后你就做荆州之主吧!”怎奈玄德碍于情面,认为刘表对自己有恩,始终不肯。而在此时的小诸葛已经看到了荆州的重要地理位置却没有尽到自己的职...
分类:
其他好文 时间:
2014-07-26 14:55:50
阅读次数:
283
此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。 提供 Microsoft 管理控制台 (MMC) 的 ASP.NET 管理单元使用的帮助器方法。无法继承此类。 命名空间: Microsoft.Aspnet.Snapin 程序集: AspNetMMCExt(在 As...
分类:
Web程序 时间:
2014-07-26 14:55:20
阅读次数:
309