2018年12月9日

modify和change

摘要: ALTER TABLE tablename CHAGNE column newColumn type ; CAHNNE修改字段时需要指定要修改的字段,以及修改后的字段属性 ALTER TABLE tablename MODIFY column type; MODIFY修改字段时只需要指定要修改的字段 阅读全文

posted @ 2018-12-09 16:03 贪玩的九喇嘛 阅读(149) 评论(0) 推荐(0)

eclipse配置文件

摘要: eclipse中配置文件简介 https://www.cnblogs.com/skillking/p/6653692.html 阅读全文

posted @ 2018-12-09 15:56 贪玩的九喇嘛 阅读(127) 评论(0) 推荐(0)

mybatis errors

摘要: org.apache.ibatis.binding.BindingException: Type interface com.smbms.dao.ProviderMapper is not known to the MapperRegistry.错误原因:使用基于mapper接口方式操作数据时,没有 阅读全文

posted @ 2018-12-09 15:55 贪玩的九喇嘛 阅读(95) 评论(1) 推荐(0)

git命令

摘要: git config --global user.name "码云、github的用户名" 设置本地Git库的全局用户名 git config --global user.email "电子邮件" 设置本地Git库的全局电子邮件 git config user.name "码云、github的用户名 阅读全文

posted @ 2018-12-09 15:50 贪玩的九喇嘛 阅读(127) 评论(0) 推荐(0)

导航