码迷,mamicode.com
首页 >  
搜索关键字:lang    ( 21197个结果
Ubuntu Server 14.04 选择中文安装后日期乱码的解决方法
Ubuntu Server 14.04选择中文安装后,默认的/etc/default/locale会使某些中文日期乱码,执行ll和date可见. /etc/default/locale 原来内容为: LANG="zh_CN.UTF-8" LANGUAGE="zh_CN:zh" LC_NUMERIC="zh_CN" LC_TIME="...
分类:其他好文   时间:2014-07-25 00:00:07    阅读次数:257
hibernate之createQuery与createSQLQuery
信息: java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to com.miracle.dm.doc.catalog.model.UserInfo 原来的查询语句: String sql = "select a.* from tb_user_info a where a.cat_code like '"+catCo...
分类:数据库   时间:2014-07-24 23:17:33    阅读次数:331
USACO Section 2.1 Healthy Holsteins
/* ID: lucien23 PROG: holstein LANG: C++ */ #include #include #include using namespace std; bool compFun(int x, int y) { int temp, i = 0; while (true) { temp = 1 < temp&y...
分类:其他好文   时间:2014-07-24 23:11:33    阅读次数:433
Android java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
E/AndroidRuntime(7200): Uncaught handler: thread Thread-8 exiting due to uncaught exceptionE/AndroidRuntime( 7200): java.lang.RuntimeException: Can't ...
分类:移动开发   时间:2014-07-24 22:12:02    阅读次数:286
捕获Java线程池执行任务抛出的异常
捕获Java线程池执行任务抛出的异常Java中线程执行的任务接口java.lang.Runnable 要求不抛出Checked异常, public interface Runnable { public abstract void run(); } 那么如果 run() 方法中抛出了Runt...
分类:编程语言   时间:2014-07-24 21:57:42    阅读次数:246
java里遇到的两个错误,还挺常见的,也比较麻烦
java.lang.NoClassDefFoundError这个是说,你的一个类找不到。1、你的路径可能有问题;2、我新增加一个package,里面有一个类A在java文件B中使用了,而我现在编译的是java文件C,C里用了B中的类;这时,也会出现这个错误。也就是:A--->B--->C。此时,应该...
分类:编程语言   时间:2014-07-24 21:47:32    阅读次数:190
android content provider 中的URL解析总是出问题?求指导!!!
java.lang.IllegalArgumentException: Unknown URL content:// 不管是自己写或者用别的的代码在我的eclipse中都是报这个错误 很怪,我的URL地址绝对没有写错,是不是和使用版本有关系?我的google提供的eclipse,sdk用的2.3.....
分类:移动开发   时间:2014-07-24 21:45:42    阅读次数:201
No value for key [org.hibernate.impl.SessionFactoryImpl 异常解决
使用Hibernate+Spring进行CRUD操作时,出现如下类似异常信息: java.lang.IllegalStateException: No value for key [org.hibernate.impl.SessionFactoryImpl@1b912ed] bound to thread 究其原因是如果你的某段代码同一个线程中包含了不止一次的CRUD操作,在某一次的...
分类:系统相关   时间:2014-07-24 17:47:02    阅读次数:271
修改帖子内容页中的分享到:QQ空间、微博等样式
打开当前模版文件夹template/当前模版/forum/viewthread_node.htm文件删除以下代码: {lang viewthread_share_to}: ...
分类:其他好文   时间:2014-07-24 17:28:25    阅读次数:274
Java多层目录打包和解压代码(apache commons compress, io, lang)
Java多层目录打包和解压代码(apache commons compress, io, lang) package?zip; ? import?java.io.BufferedOutputStream; import?java.io.ByteArrayOutputStream; import?java.io.File; import?java.io.Fil...
分类:编程语言   时间:2014-07-23 22:42:17    阅读次数:1345
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!