08 2020 档案

oracle 正则表达式
摘要:运算符及含义 oracle 正则表达式 匹配 ORACLE中的支持正则表达式的函数主要有下面四个: REGEXP_LIKE :与LIKE的功能相似 REGEXP_INSTR :与INSTR的功能相似 REGEXP_SUBSTR :与SUBSTR的功能相似 REGEXP_REPLACE :与REPLA 阅读全文

posted @ 2020-08-18 16:14 iUpoint 阅读(2412) 评论(0) 推荐(0) 编辑

更改ip地址
摘要:ip @echo off :start echo 请输入数字选择下一步操作: echo 1:ip设置为192.168.1.101 echo 2:ip设置为192.168.1.102 echo 3:设置为DHCP自动获取ip set /P var=":" if %var%==1 goto ip101 阅读全文

posted @ 2020-08-12 23:28 iUpoint 阅读(187) 评论(0) 推荐(0) 编辑

windows定时重连wifi
摘要:有时候远程办公网络环境较差,经常掉线,因此需要不定时设置wifi重连,具体实现代码如下: 将该代码打包到 ReConnectionWifi.bat 文件下,然后设置windows定时任务即可实现指定wifi的定时重连。 ::查看周围可用wifi ::netsh wlan show networks 阅读全文

posted @ 2020-08-12 11:43 iUpoint 阅读(659) 评论(0) 推荐(0) 编辑

oracle字符集
摘要:oracle字符集 -- 查询oracle server端的字符集 select userenv('language') from dual; --如何查询dmp文件的字符集 select to_char(nls_charset_id('ZHS16GBK'), 'xxxx') from dual; 阅读全文

posted @ 2020-08-10 09:35 iUpoint 阅读(217) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 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 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示