02 2017 档案
摘要:select table_name from user_tables where NUM_ROWS=0;select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0执行结果集中的SQL
阅读全文
摘要:使用exp导出表时,出现EXP-00091的错误查询环境变量:select userenv('language') from dual;在Oracle用户下的.bash_profile中加入下行环境变量:export NLS_LANG="SIMPLIFIED CHINESE_CHINA.ZHS16G
阅读全文
摘要:参考:http://studygolang.com/topics/21 (1)首先进入go/src 源码所在目录,执行如下命令创建目标平台所需的包和工具文件。 $ cd /usr/local/go/src$ CGO_ENABLED=0 GOOS=linux GOARCH=amd64 ./make.b
阅读全文
摘要:^prompt.* 匹配:以prompt开头 \(\d{1,4}\) 匹配: (10)(1)(100)(1000)
阅读全文

浙公网安备 33010602011771号