摘要:
cmd 直接d: 远程链接window server 的服务器 快捷键mstsc 阅读全文
摘要:
insert overwrite table t_md_soft_wp7_dload partition (ds = 20120820) select g_f, dload_count, dload_user, tensoft_dload_count, tensoft_dload_user, out 阅读全文
摘要:
SELECT T1.TABLE_NAME ,LISTAGG(CASE WHEN T2.DATA_TYPE = 'DATE' THEN 'TO_CHAR('||T1.COLUMN_NAME || ',''YYYYMMDD'')' ELSE T1.COLUMN_NAME END,'||''|''||') 阅读全文
摘要:
#/bin/bash function recursive_list_dir(){ for file_or_dir in `ls $1` do if [ -d $1"/"$file_or_dir ] then recursive_list_dir $1"/"$file_or_dir else fil 阅读全文
摘要:
1.notepad++ 替换行首、行尾空格 行首:^\s+ 行尾:\s+$ 阅读全文
摘要:
os.environ["ORACLE_HOME"] = '/oracle/client/12.2.0' os.environ["LD_LIBRARY_PATH"] = '$LD_LIBRARY_PATH:$ORACLE_HOME/lib' 阅读全文
该文被密码保护。 阅读全文
摘要:
find /app/dcol/cfefs -type f |xargs grep -n "215.6.9.205" find /app/dcol/markit -type f |xargs grep -n "215.6.9.205" find /app/dcol/blp -type f |xargs 阅读全文