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