子敬正在创造自己的人生
需求有轻重缓急,功能有可控不可控。 需求有版本有截止(否则会无休无止),功能不可控变为可控。 集中兵力消灭敌人有生力量,集中优势兵力消灭敌人有生力量。
02 2013 档案
eclipse里大小写转化的快捷键是什么
摘要:ctrl+shift+x,ctrl+shift+y 阅读全文
posted @ 2013-02-26 09:23 silentjesse 阅读(333) 评论(0) 推荐(0)
java annotation 学习
摘要:http://docs.oracle.com/javase/tutorial/java/javaOO/annotations.html 阅读全文
posted @ 2013-02-17 14:54 silentjesse 阅读(163) 评论(0) 推荐(0)
元数据 metadata
摘要:Metadata describes other data. It provides information about a certain item's content. For example, an image may include metadata that describes how large the picture is, the color depth, the image resolution, when the image was created, and other data. A text document's metadata may contain 阅读全文
posted @ 2013-02-17 14:22 silentjesse 阅读(218) 评论(0) 推荐(0)
java.lang.ClassCastException: org.apache.taglibs.standard.tlv.JstlCoreTLV cannot be cast to javax.servlet.jsp.tagext.TagLibraryValidator
摘要:出现该问题可能的原因之一如下:可能在tomcat或者其他服务器软件的lib下有包含了一些jar包,但是你在你的应用的lib下面又包含了进来,这样可能造成了一些冲突,所以最好把你应用下面的lib相应的jar去掉如果用的是maven则将相应依赖中的scope设置为providedrefer from :http://archives.ryandaigle.com/articles/2005/1/27/frustrating-tomcat-5-5-x-issue-solved-conflicting-jars 阅读全文
posted @ 2013-02-17 11:00 silentjesse 阅读(11212) 评论(2) 推荐(0)