摘要: 参考:SSM框架——使用MyBatis Generator自动创建代码 阅读全文
posted @ 2017-03-25 22:03 蛋尼 阅读(376) 评论(0) 推荐(0) 编辑
摘要: springmvc mybatis整合,遇到错误:The type org.springframework.dao.support.DaoSupport cannot be resolved. It is indirectly referenced 缺依赖包导致,在pom.xml加入依赖 <depe 阅读全文
posted @ 2017-03-25 21:35 蛋尼 阅读(822) 评论(0) 推荐(0) 编辑
摘要: eclipse真是个坑爹玩意儿,前期在idea开发的web,移到eclipse遇到各种问题 刚开始好好的,突然404,不明所以,搞了好几天 参考eclipse修改web项目部署路径 解决了问题 后来发现,我把server删了,再重新加,就好了。。。真是个奇葩IDE 1、删除 2、remove,确定 阅读全文
posted @ 2017-03-23 13:05 蛋尼 阅读(446) 评论(0) 推荐(0) 编辑
摘要: 遇到这坑爹的问题,网上各种答案。 只有这个能解决我的问题,eclipse机制问题: Eclipse “cannot be resolved to a type” 阅读全文
posted @ 2017-03-23 12:04 蛋尼 阅读(416) 评论(0) 推荐(0) 编辑
摘要: 核心命令是 myssqldump mysqldump --host=host1 --opt sourceDb| mysql --host=host2 -C targetDb 详情参考: MySQL数据备份之mysqldump使用 阅读全文
posted @ 2017-03-22 16:32 蛋尼 阅读(182) 评论(0) 推荐(0) 编辑
摘要: eclipse maven-web有个蛋疼的问题,就是web版本很低。 且看别人是如何解决的:Eclipse创建Maven-Web项目及解决 jre版本和web.xml版本问题 阅读全文
posted @ 2017-03-22 10:19 蛋尼 阅读(961) 评论(0) 推荐(0) 编辑
摘要: 参考:http://blog.sina.com.cn/s/blog_67e192090102v6u0.html 另外一个错:Description Resource Path Location Type Cannot change version of project facet Dynamic W 阅读全文
posted @ 2017-03-18 23:31 蛋尼 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 1、引用计数法 2、标记——清除法 3、标记——整理算法 4、copying算法 5、generation算法(新生代、老年代、持久代) 详情参考:深入理解 Java 垃圾回收机制 阅读全文
posted @ 2017-03-16 18:39 蛋尼 阅读(519) 评论(0) 推荐(0) 编辑
摘要: 最近两次提交:git log -2 单行显示:git log --pretty=oneline 退出git log:Q 查看状态:git status stage文件:git add <file> 提交:git commit -m "msgxxxxx" 忽略修改:git checkout --<fi 阅读全文
posted @ 2017-03-15 14:52 蛋尼 阅读(488) 评论(0) 推荐(0) 编辑
摘要: MySQL命令行汇总: mysql -u root -p show databases; show status like 阅读全文
posted @ 2017-03-10 22:53 蛋尼 阅读(76825) 评论(0) 推荐(1) 编辑