11 2013 档案
摘要:Write Log // strLog : the log content need write to log file; // strFile: the compliete file path(include the file name) of the log file. e.g. C:\log.log; procedure WriteLog(strLog, strFile: string); var fLog: TextFile; begin AssignFile(fLog, strFile); try i...
阅读全文
摘要:监听器 监听文件路径 /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora 一个能够正常启动的监听器文件内容 1: # listener.ora Network Configuration File: /home/oracle/app/oracle/product/11.2...
阅读全文
摘要:保护色Hue: 84; Sat: 91; Lum: 205;Red: 204; Green: 232; Blue: 207;WIN7修改登陆界面:在开始菜单中输入regedit,打开注册表定位到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background,更改OEMBackground的值,若为0则表示不使用OEM背景仅使用Windows默认背景;若为1则表示使用OEM背景,此时C:\Windows\System32\oobe\info\Backgrounds下的Ba
阅读全文
摘要:clear transaction log>dump transaction master with truncate_only>dump transaction master with no_logcharacter set- the character set of server exec sp_helpsort- the character set of clientselect@@client_csname- all character set installed on the server select * from syscharsets- change charact
阅读全文

浙公网安备 33010602011771号