随笔分类 -  Java

摘要:默认情况下,密钥项存储在.keystore文件中,而可信的CA证书项存储在.cacerts文件中,该文件位于JRE安全目录中。想在Linux环境下,用keytool命令检查一下一个证书,打keytool -list -v -keystore xxx.keystore结果报错:-bash: keyto... 阅读全文
posted @ 2014-10-20 11:17 jy02432443 阅读(776) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/hbcui1984/article/details/2719089 阅读全文
posted @ 2014-10-11 17:50 jy02432443 阅读(140) 评论(0) 推荐(0) 编辑
摘要:http://li3huo.com/index.php/2009/09/https-certificates-are-ignoring-the-right-java-http-client/ 阅读全文
posted @ 2014-09-02 17:45 jy02432443 阅读(171) 评论(0) 推荐(0) 编辑
摘要:1:int类型的范围值(可以用指数表示min--max)答案:此题考对int占用的字节和计算机基础---2³¹-1到-2³¹2.java用来表示unicode的转义符是什么,并简要描述unicode和utf-8的关系---网络字符处理的基础,必须掌握答案:\u Unicode有多种存储方式,U... 阅读全文
posted @ 2014-04-17 15:18 jy02432443 阅读(257) 评论(0) 推荐(0) 编辑
摘要:请使用1.java -jar -Dfile.encoding=utf-8 dapao.jar2.请使用URLDecode,URLEncode3.请使用unicode编码格式bat运行当前目录下的jar文件cd %~dp0 java -jar -Dfile.encoding=utf-8 ttdp.ja... 阅读全文
posted @ 2014-04-09 18:37 jy02432443 阅读(970) 评论(0) 推荐(0) 编辑
摘要:public static Long getDaysBetween(long startDate, long endDate) { Calendar fromCalendar = Calendar.getInstance(); fromCalendar.setTimeInMillis(startDate); fromCalendar.set(Calendar.HOUR_OF_DAY, 0); fromCalendar.set(Calendar.MINUTE, 0); fromCalendar.se... 阅读全文
posted @ 2014-03-31 13:50 jy02432443 阅读(1097) 评论(0) 推荐(0) 编辑
摘要:需要的工具1.Eclipse2.JDK3.exe4j4.Eclipse附加插件windowsBuilder :百度直接搜去eclipse官网下exe4j配置:http://xiejianglei163.blog.163.com/blog/static/124727620138931213864/对话... 阅读全文
posted @ 2014-03-15 17:53 jy02432443 阅读(235) 评论(0) 推荐(0) 编辑
摘要:服务端框架:1、servlet2、netty协议:1、http 1.02、http 1.1数据库:mysql对象关系映射(ORM)框架:mybatis缓存:rediseclipse能运行,导入jar包不能运行 没任何提示 请注意jar包不能放在有中文目录的路径下,全为英文即可 阅读全文
posted @ 2014-02-21 17:12 jy02432443 阅读(262) 评论(0) 推荐(0) 编辑
摘要:对于想学习Java的朋友请参考IBM旗下站点:http://www.ibm.com/developerworks/cn/java/newto/index.html我看了下对于新手有很好的指导,并且全面。想继续深入学习的话可以参考:http://www.ibm.com/developerworks/cn/java/newto/tutorials.html 阅读全文
posted @ 2014-02-21 16:12 jy02432443 阅读(188) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示