摘要:
刚开始用intellij,一些基本的配置和新建、运行、调试操作的学习。 阅读全文
摘要:
鸟哥私房菜服务器篇-第二章网络基础的总结 阅读全文
摘要:
将div设置为隐藏或显示使用style=“display:none|block”,在代码中使用$("#div").show()|hide()可以更改状态。 阅读全文
摘要:
(JQuery的使用)在dialog上增加一个button出现错误:failed to execute setAttribute on Element...原因是button的格式错误。 阅读全文
摘要:
针对不同的数据库类型generatorConfig文件中的数据库配置,主要的区别在:org.postgresql/mysql.Driver和jdbc:postgresql/mysql://127.... 阅读全文
摘要:
用mybatis-generator自动生成代码会出现很多没必要的注释。在配置文件里加上:
阅读全文
摘要:
在eclipse中运行mybatis的generator插件时,出现如下错误提示:Generation Warnings Occured:Table configuration with catalog null, schema public, and table globalpage did not resolve to any tables。去掉table标签的schema=public就没有错误了,但是我不知道为什么。 阅读全文
摘要:
在mybatis generator的配置文件中将target project的路径写作绝对路径时,会导致project is not exist的错误。应该改为相对路径。 阅读全文