eclipse里大小写转化的快捷键是什么
摘要:ctrl+shift+x,ctrl+shift+y
阅读全文
posted @
2013-02-26 09:23
silentjesse
阅读(333)
推荐(0)
java annotation 学习
摘要:http://docs.oracle.com/javase/tutorial/java/javaOO/annotations.html
阅读全文
posted @
2013-02-17 14:54
silentjesse
阅读(163)
推荐(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)
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)
推荐(0)