摘要: ALTER TABLE 表名 alter COLUMN 字段名 set data TYPE int4 using 0 阅读全文
posted @ 2017-05-15 16:16 回到明朝 阅读(620) 评论(0) 推荐(0) 编辑
摘要: 使用SEQUENCE 创建序列号 create sequence seq_name minvalue 1 maxvalue 9999999999 start with 1 修改SEQUENCE start drop sequence seq_name //删除sequence create sequ 阅读全文
posted @ 2017-05-15 14:57 回到明朝 阅读(575) 评论(0) 推荐(0) 编辑
摘要: 使用idea 配置mybatis时 找不到****.xml文件 是因为idea不会将src/java下的xml编译到classes文件夹中 解决方法:在pom配置文件下的build节点下添加 阅读全文
posted @ 2017-04-16 23:13 回到明朝 阅读(367) 评论(0) 推荐(0) 编辑
摘要: tomcat日志: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[loca 阅读全文
posted @ 2016-04-25 11:30 回到明朝 阅读(28420) 评论(1) 推荐(0) 编辑