2015年2月26日

Java中MessageDigest加密的使用

摘要: 1.背景对称加密,非对称加密2.java.security.MessageDigest介绍3.java.security.MessageDigest使用4.目前常用的加密解密算法4.1MD5http://md5ss.sinaapp.com/http://stackoverflow.com/quest... 阅读全文

posted @ 2015-02-26 11:43 majia1949 阅读(322) 评论(0) 推荐(0) 编辑

Java annotation

摘要: 总结注解相关的知识点:1.JAVA SE5内置的3种1.1 @Override1.2 @Deprecated参考文献:1.《Java编程思想》第20章 阅读全文

posted @ 2015-02-26 11:43 majia1949 阅读(107) 评论(0) 推荐(0) 编辑

Could not load ehcache-version.properties

摘要: http://stackoverflow.com/questions/18685287/error-when-starting-project-exception-in-thread-net-sf-ehcache-cachemanager4ehttp://grepcode.com/file/repo... 阅读全文

posted @ 2015-02-26 00:01 majia1949 阅读(1570) 评论(0) 推荐(0) 编辑

2015年2月25日

Apache Catalina Error:- “SEVERE: Error listenerStart”

摘要: http://stackoverflow.com/questions/12561932/apache-catalina-error-severe-error-listenerstarthttp://tomcat.apache.org/tomcat-6.0-doc/logging.htmlhttp:/... 阅读全文

posted @ 2015-02-25 23:58 majia1949 阅读(147) 评论(0) 推荐(0) 编辑

MySQL

摘要: MySQL的timestamp类型,在java中对应的java.sql.timestamp,使用时候,使用Timestamp create_time = new Timestamp(0); 而后插入mysql数据库时,会提示出错。要求timestamp的参数得是大于0的。相关的页面http://b... 阅读全文

posted @ 2015-02-25 23:37 majia1949 阅读(118) 评论(0) 推荐(0) 编辑

Java Bean

摘要: http://www.cnblogs.com/ghost-draw-sign/articles/1801476.html 阅读全文

posted @ 2015-02-25 21:53 majia1949 阅读(72) 评论(0) 推荐(0) 编辑

2015年2月6日

Maven使用

摘要: 1.提示某些java语言特性不支持,这可能是由于maven默认使用的java compiler的版本太低所致,需在pom的中添加maven-compiler-plugin 31 32 org.apache.maven.plugins 33 ... 阅读全文

posted @ 2015-02-06 12:51 majia1949 阅读(323) 评论(0) 推荐(0) 编辑

2015年1月27日

*.jar will not be exported or published. runtime ClassNotFoundExceptions may result

摘要: http://stackoverflow.com/questions/4255826/eclipse-helios-tomcat-project-jar-will-not-be-exported-or-published-runtimeDeployment Assembly//to dohttp:/... 阅读全文

posted @ 2015-01-27 10:25 majia1949 阅读(843) 评论(0) 推荐(0) 编辑

2015年1月14日

编程时候的Log记录

摘要: Log4j采用xml配置http://blog.csdn.net/tsyj810883979/article/details/7333400另一个初学不注意的,是忘记掉加上判断isDebugEnabled() or isInfoEnabled()The reason of that is of co... 阅读全文

posted @ 2015-01-14 21:37 majia1949 阅读(208) 评论(0) 推荐(0) 编辑

2014年12月12日

Linux 常见命令

摘要: 1.top http://www.cnblogs.com/xd502djj/archive/2011/03/01/1968041.html “top命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器.” 2.tail http://en. 阅读全文

posted @ 2014-12-12 22:18 majia1949 阅读(196) 评论(0) 推荐(0) 编辑

导航