06 2021 档案

Git配置
摘要:1.配置git git config --global user.name "用户名" git config --global user.email "用户邮箱" 2.git配置修改 2.1 方法一 git config --global --replace-all user.name "用户名" 阅读全文

posted @ 2021-06-11 15:28 lovezj9012 阅读(30) 评论(0) 推荐(0) 编辑

jdbc连接oracle方法
摘要:1.servicename连接方式 jdbc:oracle:thin:@//<host>:<port>/<service_name> 2.sid连接方式 2.1 jdbc:oracle:thin:@<host>:<port>/<SID> 2.2 jdbc:oracle:thin:@<host>:<p 阅读全文

posted @ 2021-06-11 15:11 lovezj9012 阅读(320) 评论(0) 推荐(0) 编辑

Oracle 查看所有表结构
摘要:with temp as (select table_name name, '表' type, comments comments, '' tablename, 0 num, '' nullable from user_tab_comments where table_type = 'TABLE' 阅读全文

posted @ 2021-06-09 16:39 lovezj9012 阅读(387) 评论(0) 推荐(0) 编辑

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8
点击右上角即可分享
微信分享提示