摘要: https://www.cnblogs.com/luluping/archive/2009/12/22/1629788.html 阅读全文
posted @ 2020-05-19 20:20 士官长 阅读(256) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/19192ad8df4ed8e53e5707ad.html 阅读全文
posted @ 2020-05-19 17:02 士官长 阅读(1040) 评论(0) 推荐(0) 编辑
摘要: select * from all_tables where owner='TEST'; TEST为用户名,用户名必须是大写。 查看当前登录的用户的所有表: select table_name from user_tables; 查看所有以 SYM_ 开头的所有表: select table_nam 阅读全文
posted @ 2020-05-19 16:29 士官长 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 参考自http://blog.csdn.net/lsyuan1989/article/details/50418665 https://blog.csdn.net/z1049186181/article/details/42391987 exp exp userid=user_name/passwd 阅读全文
posted @ 2020-05-19 16:03 士官长 阅读(897) 评论(0) 推荐(0) 编辑
摘要: 依次创建A、B、C三张表,C的ID字段为非空主键,并被B表的ID字段作为外键关联,而A的ID字段关联B的ID字段,依赖关系为:A依赖B依赖C,故创建先后为C—>B—>A创建语句如下 #创建表C create table C( ID VARCHAR2(50) not null primary key, 阅读全文
posted @ 2020-05-19 15:19 士官长 阅读(819) 评论(0) 推荐(0) 编辑
摘要: 转自https://blog.csdn.net/xie_calm/article/details/76672354?utm_source=blogxgwz5 当我们有时候要更改linux账户密码时,有时候会遇到下面这种情况: Password has been already used. Choos 阅读全文
posted @ 2020-05-19 11:20 士官长 阅读(7651) 评论(0) 推荐(0) 编辑
摘要: 官方文档:http://www.symmetricds.org/doc/3.11/html/user-guide.html#_file_synchronization 文件同步 SymmetricDS不仅支持数据库表的同步,而且还支持文件和文件夹从一个节点到另一节点的同步。 6.7.1。文件同步概述 阅读全文
posted @ 2020-05-19 10:48 士官长 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 转自https://www.cnblogs.com/daxiangxm/p/kuwo_music_api.html 今天把酷我音乐API分享给大家: 歌曲搜索API:http://search.kuwo.cn/r.s?all={0}&ft=music& itemset=web_2013&client 阅读全文
posted @ 2020-05-19 10:46 士官长 阅读(2838) 评论(1) 推荐(0) 编辑