摘要:
window->preferences->java->code style->formatter->edit->line wrapping->maximum line width 阅读全文
摘要:
原因:不清楚是什么原因,哪位知道可以给我留言,不胜感激!解决方法:1.把mysql的驱动包放到你项目的WEB-INF目录下的lib目录中2.要mysql的驱动包放在tomcat/lib目录下 阅读全文
org.apache.catalina.util.DefaultAnnotationProcessor cannot be cast to org.apache.AnnotationProcessor
摘要:
原因分析:Tomcat中catalina.jar和jasper.jar都有AnnotationProcessor接口,所以运行时,就出错了:java.lang.ClassCastException: org.apache.catalina.util.DefaultAnnotationProcesso... 阅读全文
摘要:
待生成表中有字段“desc”或“descripe”等和hibernate关键字,导致和hibernate冲突 阅读全文
摘要:
SQLite分页显示:Select * From news order by id desc Limit 10 Offset 10这篇文章是根据 SQLite 官方 WIKI 里的内容翻译,如果有什么翻译不当的地方希望大家指出,毕竟我的英文水平实在很差。 SQLite 包括以下五个时间函数:date(日期时间字符串, 修正符, 修正符, ……)time(日期时间字符串, 修正符, 修正符, ……)datetime(日期时间字符串, 修正符, 修正符, ……)julianday(日期时间字符串, 修正符, 修正符, ……)strftime(日期时间格式, 日期时间字符串, 修正符, 修正符, . 阅读全文
摘要:
.net本地资源实现多语言界面.net全局资源实现多语言界面 阅读全文