摘要: URL:https://cloud.tencent.com/developer/article/1412515 阅读全文
posted @ 2019-09-25 16:07 Curedfisher 阅读(136) 评论(0) 推荐(0) 编辑
摘要: Oracle语句中IN和=的区别有: 1、首先应用范围不一样:in 可以理解为是范围内的选择;= 只有一个。例如: select sno, sname from t1 where sno in ('sn1001','sn1002'); select sno, sname from t1 where 阅读全文
posted @ 2019-09-18 09:05 Curedfisher 阅读(4224) 评论(0) 推荐(0) 编辑
摘要: 1. dual 确实是一张表.是一张只有一个字段,一行记录的表.2.习惯上,我们称之为'伪表'.因为他不存储主题数据.3. 他的存在,是为了操作上的方便.因为select 都是要有特定对象的.如:select * from mytable ;select * from myview;等等.但如果我们 阅读全文
posted @ 2019-09-17 15:15 Curedfisher 阅读(334) 评论(0) 推荐(0) 编辑
摘要: URL地址:https://www.cnblogs.com/dshore123/p/7878310.html 阅读全文
posted @ 2019-09-17 09:33 Curedfisher 阅读(423) 评论(0) 推荐(0) 编辑
摘要: URL:https://www.cnblogs.com/count-mjb/p/7655592.html wssbht = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 70.12.101.142)(PORT = 阅读全文
posted @ 2019-09-12 10:29 Curedfisher 阅读(475) 评论(0) 推荐(0) 编辑
摘要: URL:https://www.cnblogs.com/kscnchina/p/4570865.html 阅读全文
posted @ 2019-09-12 09:25 Curedfisher 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 1.DOS窗口下连接oracle数据库 阅读全文
posted @ 2019-09-12 08:26 Curedfisher 阅读(103) 评论(0) 推荐(0) 编辑
摘要: URL地址:https://blog.csdn.net/AlbertFly/article/details/76855367 阅读全文
posted @ 2019-09-06 16:35 Curedfisher 阅读(985) 评论(0) 推荐(0) 编辑
摘要: URL地址:https://blog.csdn.net/qiantujava/article/details/17244529 阅读全文
posted @ 2019-09-06 14:54 Curedfisher 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 1. 2.编辑sysmodule.cmd文件 java -cp sysmodule.jar;classes12.jar;mysql-connector-java-5.0.3-bin.jar;jbcl.jar sysmodule.Application 新关联的mysql-connector-java 阅读全文
posted @ 2019-09-05 17:54 Curedfisher 阅读(2622) 评论(0) 推荐(0) 编辑