上一页 1 ··· 9 10 11 12 13
摘要: 1. Could not autowire. No beans of 'xxxx' type found解决办法 在Idea的spring工程里,经常会遇到Could not autowire. No beans of 'xxxx' type found的错误提示。但程序的编译和运行都是没有问题的, 阅读全文
posted @ 2019-12-26 09:26 夏夜凉凉 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 一:操作表 创建表 create table t_user( id number(3,0),name varchar(100),sex char(2),birthday date); 查看表 desc t_user; // (show tables是MySQL的命令) 添加列 alter table 阅读全文
posted @ 2019-12-25 13:35 夏夜凉凉 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 注意:现在有两种安装的方式 1. oracle11g服务端(64位)+oracle客户端(32位)+plsql(32位) 2. oracle11g服务端(32位)+plsql(32位) 这里我选择的是第二种 原因是 :首先需要明确oracle的服务端自带客户端,所以正常来说安装了oracle服务端之 阅读全文
posted @ 2019-12-24 13:43 夏夜凉凉 阅读(4960) 评论(0) 推荐(1) 编辑
上一页 1 ··· 9 10 11 12 13