上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
摘要: Leaflet https://www.oschina.net/question/tag/leaflet https://www.cnblogs.com/Jeely/p/11132192.html 阅读全文
posted @ 2020-03-13 10:33 三驾马车 阅读(225) 评论(0) 推荐(0) 编辑
摘要: http://www.kyngchaos.com/software/postgres/ https://www.cnblogs.com/nidaye/p/4553522.html https://www.cnblogs.com/kkyyhh96/p/6379515.html 阅读全文
posted @ 2020-03-13 09:26 三驾马车 阅读(216) 评论(0) 推荐(0) 编辑
摘要: select * from v$sql_plan v where v.operation = 'TABLE ACCESS' and v.OPTIONS = 'FULL' and v.OBJECT_OWNER='DBUSER';--指定用户下查询得到SQL_ID,ADDRESS, HASH_VALUE 阅读全文
posted @ 2020-01-08 16:31 三驾马车 阅读(1881) 评论(0) 推荐(0) 编辑
摘要: 一、ORACLE中常见执行计划 表访问的执行计划 1、table access full:全表扫描。它会访问表中的每一条记录。 2、table access by user rowid:输入源rowid来自于用户指定。 3、table access by index rowid:输入源rowid来自 阅读全文
posted @ 2020-01-08 16:26 三驾马车 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 本文主要讨论以下几种索引访问方法: 1.索引唯一扫描(INDEX UNIQUE SCAN)2.索引范围扫描(INDEX RANGE SCAN)3.索引全扫描(INDEX FULL SCAN)4.索引跳跃扫描(INDEX SKIP SCAN)5.索引快速全扫描(INDEX FAST FULL SCAN 阅读全文
posted @ 2020-01-08 14:54 三驾马车 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 1. 下载 jdk-8u211-linux-x64.tar.gz文件. 2. 创建/opt/soft目录,# cd /opt, # mkdir soft, #tar -zxvf jdk-8u211-linux-x64.tar.gz. 3. 创建/usr/local/java目录# mkdir /us 阅读全文
posted @ 2019-12-09 11:53 三驾马车 阅读(570) 评论(0) 推荐(0) 编辑
摘要: [root@test ~]# ls[root@test ~]# mysql -u root -pEnter password: Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 7S 阅读全文
posted @ 2019-12-09 08:48 三驾马车 阅读(612) 评论(1) 推荐(0) 编辑
摘要: 解决方法: $ sudo chmod -R 777 目录其中-R 是指级联应用到目录里的所有子目录和文件777 是所有用户都拥有最高权限 阅读全文
posted @ 2019-08-22 11:37 三驾马车 阅读(1002) 评论(0) 推荐(0) 编辑
摘要: sudo iptables -I INPUT -p tcp -m tcp --dport 8888 -j ACCEPTsudo service iptables savesudo service iptables restartsudo iptables status 阅读全文
posted @ 2019-07-08 13:57 三驾马车 阅读(143) 评论(0) 推荐(0) 编辑
摘要: E:/Soft/Maven/apache-maven-3.3.3 E:\Soft\Maven\apache-maven-3.3.3\conf\settings.xml E:\DellWork\MavenLib\m2\repository 阅读全文
posted @ 2019-05-28 21:10 三驾马车 阅读(559) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页