会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
阳台煮酒
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2016年11月28日
Github使用指南-从新手到专家
摘要: 转载自:http://www.cnblogs.com/xirongliu/p/4589834.html 个人从刚刚开始接触github,啥都不知道,不会用,不知道能够用来干什么,到现在坚持在github上分享自己的知识,中间搜集过很多资料,在这里汇总如下,希望能够帮到开始学习的人,github地址:
阅读全文
posted @ 2016-11-28 21:42 阳台煮酒
阅读(177)
评论(0)
推荐(0)
Tomcat服务器重启失败:The server may already be running in another process, or a system process may be using the port.
摘要: 在控制台重启Tomcat服务器,报错如下: 原因分析: You've another instance of Tomcat already running. You can confirm this by going to http://localhost:8080 in your webbrows
阅读全文
posted @ 2016-11-28 17:35 阳台煮酒
阅读(3997)
评论(0)
推荐(0)
ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'type=InnoDB' at line 7
摘要: 问题: 使用hibernate4.1.1,数据库使用mysql5.1.30,使用hibernate自动生成数据库表时,hibernate方言使用org.hibernate.dialect.MySQLInnoDBDialect,自动生成表时会出现错误。 控制台报错如下: 十一月 28, 2016 4:
阅读全文
posted @ 2016-11-28 16:55 阳台煮酒
阅读(409)
评论(0)
推荐(0)