?? config.php
字號:
<?php
$db = mysql_connect(localhost, root,111111);
mysql_query("set names'gbk'");
mysql_select_db(hdjr,$db) or die ('不能連接數(shù)據(jù)庫!');
$table = 'hdjr_table';
function preg($Y,$result){
return preg_replace("/$Y/i","<span>$Y</span>",$result);
}
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -