摘要: 刚开始用intellij,一些基本的配置和新建、运行、调试操作的学习。 阅读全文
posted @ 2016-11-01 09:40 七月流火嗞嗞嗞 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 鸟哥私房菜服务器篇-第二章网络基础的总结 阅读全文
posted @ 2016-09-21 11:12 七月流火嗞嗞嗞 阅读(753) 评论(0) 推荐(0) 编辑
摘要: 想要学的东西。技术博客、视频或者书籍等。以及进度。 阅读全文
posted @ 2016-08-23 15:46 七月流火嗞嗞嗞 阅读(95) 评论(1) 推荐(0) 编辑
摘要: Axure实现两级下拉框的联动,重点是第二个下拉框要convert to dynamic panel。 阅读全文
posted @ 2016-08-23 15:14 七月流火嗞嗞嗞 阅读(4331) 评论(0) 推荐(0) 编辑
摘要: 将div设置为隐藏或显示使用style=“display:none|block”,在代码中使用$("#div").show()|hide()可以更改状态。 阅读全文
posted @ 2016-08-19 16:38 七月流火嗞嗞嗞 阅读(36277) 评论(0) 推荐(1) 编辑
摘要: (JQuery的使用)在dialog上增加一个button出现错误:failed to execute setAttribute on Element...原因是button的格式错误。 阅读全文
posted @ 2016-08-19 16:28 七月流火嗞嗞嗞 阅读(862) 评论(0) 推荐(0) 编辑
摘要: 针对不同的数据库类型generatorConfig文件中的数据库配置,主要的区别在:org.postgresql/mysql.Driver和jdbc:postgresql/mysql://127.... 阅读全文
posted @ 2016-07-15 13:57 七月流火嗞嗞嗞 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 用mybatis-generator自动生成代码会出现很多没必要的注释。在配置文件里加上: 阅读全文
posted @ 2016-07-15 11:03 七月流火嗞嗞嗞 阅读(845) 评论(0) 推荐(0) 编辑
摘要: 在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就没有错误了,但是我不知道为什么。 阅读全文
posted @ 2016-07-15 11:01 七月流火嗞嗞嗞 阅读(2026) 评论(0) 推荐(0) 编辑
摘要: 在mybatis generator的配置文件中将target project的路径写作绝对路径时,会导致project is not exist的错误。应该改为相对路径。 阅读全文
posted @ 2016-07-15 10:55 七月流火嗞嗞嗞 阅读(915) 评论(0) 推荐(0) 编辑