?? initdb
字號:
## Uses the default OpenCA::DB moduleuse OpenCA::DB;if( ($ret = $dbconfig->loadCfg( "$DBCONFIG" )) == undef ) { print "Content-type: text/html\n\n"; configError( "Error while Loading Configuration ($DBCONFIG)");exit 100;}$dbDir = getRequired( 'dbDir', $dbconfig);$db = new OpenCA::DB( SHELL=>$cryptoShell, DB_DIR=>"$dbDir" );if ( not $db ) { configError( "Cannot initialize OpenCA::DB class! ($dbDir)" ); exit 1;}$versions->{DB} = OpenCA::DB->VERSION;1;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -