1.Maven project facet配置错误信息: One or more constraints have not been satisfied.以及Cannot change version of project facet Dynamic web module to 2.5;类型为Mav...
分类:
其他好文 时间:
2014-09-16 18:44:10
阅读次数:
215
使用 ssh 登录远程主机,提供私钥 id_rsa.rsa ssh?-l?hust_fmliu?-i?id_rsa.rsa?planetlab1.xeno.cl.cam.ac.uk 出现如下错误 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@???????...
分类:
其他好文 时间:
2014-09-16 17:34:31
阅读次数:
226
1.浮点数省略的0System.out.println(.5f); //.5和0.5等价。2.import static引入一个static method后,可以在这个类中直接使用这个method.import static sort.BasicSort.bubbleSort;public cl.....
分类:
编程语言 时间:
2014-09-16 15:41:10
阅读次数:
161
在将ADT和SDK Tool升级到最新(分别是21.1和16.0.1)之后,我的一个工程(相对比较大)在编译并运行的时候,出现错误,Eclipse控制台输出如下信息: Unable to execute dex: Cannot merge new index 67208 into a non-...
分类:
其他好文 时间:
2014-09-16 15:34:50
阅读次数:
170
原因:项目中缺少servlet-api.jar文件。
解决办法:将D:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib下的servlet-api.jar拷贝到项目中,然后编译即可。...
分类:
编程语言 时间:
2014-09-16 12:38:20
阅读次数:
232
These are two different concepts, you cannot compare them. What the difference between the skunk and the moonlight?Null pointer is a special reserved ...
分类:
其他好文 时间:
2014-09-16 06:00:20
阅读次数:
216
在mybatis 中使用databaseIdProvider节点配置项()时, 出现如下错误提示:
Caused by: java.lang.ClassNotFoundException: Cannot find class: DB_VENDOR
at org.apache.ibatis.io.ClassLoaderWrapper.classForName(ClassLoaderWrapper.java:188)
at org.a...
分类:
数据库 时间:
2014-09-16 00:23:29
阅读次数:
648
其他配置均没有任何问题,在从SQLServer2005迁移到SQLServer2012的时候一直出现这个问题
org.hibernate.exception.JDBCConnectionException: Cannot open connection
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter....
分类:
数据库 时间:
2014-09-15 19:32:59
阅读次数:
221
制作ssh rpm 包升级后,ssh无法登录系统,报错如下: PAM?unable?to?dlopen(/lib64/security/pam_stack.so):?/lib64/security/pam_stack.so:?cannot?open?shared?object?file:?No?such?file?or?dir...
分类:
其他好文 时间:
2014-09-15 18:01:09
阅读次数:
705
相关代码链接: http://git.oschina.net/alexgaoyh/alexgaoyh ????????上周在编写hibernate4的相关代码的时候,出现异常 org.hibernate.LazyInitializationException: could not initial...
分类:
系统相关 时间:
2014-09-15 11:31:38
阅读次数:
234