JSF2+Tomcat8 项目配置 2016年1月12日 | Leave a comment 问题: jsf 项目如何运行在 tomcat8 上? 解决: 添加 com.sun.faces:… Read More
iredmail 如何设置域名别名 2016年1月11日 | Leave a comment 问题: 比如邮件地址 *@itwenti.com 还对应有个别名 *@itwenti2.com … Read More
viewId:/index.xhtml – 无法恢复视图 /index.xhtml。 2016年1月8日 | Leave a comment 问题: 打开JSF页面1 , 然后重启JSF 服务器,再回到JSF页面1(不是新打开)进行操作就会报错无法恢复… Read More
Java 用什么解析命令行参数 2016年1月8日 | Leave a comment 问题: Java 用什么解析参数 如:java -cp *** com.itwenti.app1.App -n… Read More
java maven 项目如何运行 2016年1月8日 | Leave a comment 问题: java maven 项目如何运行 因为有很多jar 在maven 中 解决: mvn … Read More
JPush The permissoin is required – ***.permission.JPUSH_MESSAGE 2016年1月6日 | Leave a comment 问题: 集成jpush 后,提示 [AndroidUtil] The permissoin is requir… Read More
Android 集成了Jpush后导出apk 提示can’t find class com.google.gson.jpush 2016年1月6日 | Leave a comment 问题: 16-01-06 13:28:55 - example] Proguard returned with error code 1. See console [2016-01-06 13:28:55 - example] Warning: com.google.gson.jpush.internal.ab: can't find referenced class com.google.gson.jpush.internal.w$com.google.gson.jpush.internal.ac [2016-01-06 13:28:55 - example] Warning: com.google.gson.jpush.internal.w: can't find referenced class com.google.gson.jpush.internal.w$com.google.gson.jpush.internal.y [2016-01-06 13:28:55 - example] Warning: com.google.gson.jpush.internal.w: can't find referenced class com.google.gson.jpush.internal.w$com.google.gson.jpush.internal.aa [2016-01-06 13:28:55 - example] Warning: com.google.gson.jpush.internal.z: can't find referenced class com.google.gson.jpush.internal.w$com.google.gson.jpush.internal.ac [2016-01-06 13:28:55 - example] Warning: there were 4 unresolved references to classes or interfaces. [2016-01-06 13:28:55 - example] You may need to specify additional library jars (using '-libraryjars'). [2016-01-06 13:28:55 - example] java.io.IOException: Please correct the above warnings first. [2016-01-06 13:28:55 - example] at proguard.Initializer.execute(Initializer.java:321) [2016-01-06 13:28:55 - example] at proguard.ProGuard.initialize(ProGuard.java:211) [2016-01-06 13:28:55 - example] at proguard.ProGuard.execute(ProGuard.java:86) [2016-01-06 13:28:55 - example] at proguard.ProGuard.main(ProGuard.java:492) [2016-01-06 13:35:40 - example] Proguard returned with error code 1. See console 12345678910111213 16-01-06 13:28:55 - example] Proguard returned with error code 1. See console[2016-01-06 13:28:55 - example] Warning: com.google.gson.jpush.internal.ab: can't find referenced class com.google.gson.jpush.internal.w$com.google.gson.jpush.internal.ac[2016-01-06 13:28:55 - example] Warning: com.google.gson.jpush.internal.w: can't find referenced class com.google.gson.jpush.internal.w$com.google.gson.jpush.internal.y[2016-01-06 13:28:55 - example] Warning: com.google.gson.jpush.internal.w: can't find referenced class com.google.gson.jpush.internal.w$com.google.gson.jpush.internal.aa[2016-01-06 13:28:55 - example] Warning: com.google.gson.jpush.internal.z: can't find referenced class com.google.gson.jpush.internal.w$com.google.gson.jpush.internal.ac[2016-01-06 13:28:55 - example] Warning: there were 4 unresolved references to classes or interfaces.[2016-01-06 13:28:55 - example] You may need to specify additional library jars (using '-libraryjars').[2016-01-06 13:28:55 - example] java.io.IOException: Please correct the above warnings first.[2016-01-06 13:28:55 - example] at proguard.Initializer.execute(Initializer.java:321)[2016-01-06 13:28:55 - example] at proguard.ProGuard.initialize(ProGuard.java:211)[2016-01-06 13:28:55 - example] at proguard.ProGuard.execute(ProGuard.java:86)[2016-01-06 13:28:55 - example] at proguard.ProGuard.main(ProGuard.java:492)[2016-01-06 13:35:40 - example] Proguard returned with error code 1. See console 解决: … Read More
Java String.matches(“.*”) 多行时 return false 2016年1月5日 | Leave a comment 问题: Java String.matches(“.*”) 多行时 return fa… Read More
如何设置JVM的locale & region 2015年12月30日 | Leave a comment 问题: 如何设置JVM的locale & region 解决: java -Duser.… Read More
JavaEE App插入数据库的日期不对,差几个小时 2015年12月29日 | Leave a comment 问题: JavaEE App插入数据库的日期不对,差几个小时 发现是服务器的时区不对,设置的是utc 解决: … Read More