?? config.jsp
字號:
<%
String tb_gbook = "gbook"; //用到的表
String tb_ip2address = "ip2address";
String admin_name = "admin"; //管理員帳號
String admin_pwd = "admin"; //管理員密碼
int page_size = 5; //每頁顯示的記錄數
String face_folder = "face";
//--- 首頁變量 ---
String CurrentPage = handle.getString(request,"CurrentPage","0"); //當前頁數
String keywords = handle.getString(request,"keywords"); //搜索的關鍵字
String type = handle.getString(request,"type"); //要搜索的字段
//--- 處理表單參數 ---
String action = handle.getString(request,"action"); //處理行為
String id = request.getParameter("id");
String name = handle.getString(request,"name");
String email = handle.getString(request,"email");
String website = handle.getString(request,"website");
String topic = handle.getString(request,"topic");
String content = handle.getString(request,"content");
String qq = handle.getString(request,"qq");
String msn = handle.getString(request,"msn");
//--- 版權信息 ---
String Copyright = "精彩出品 <em><font color='#FF0000'>城市 </font></em><font face='Arial, Helvetica, sans-serif'>WebClub</font> 技術支持 Leobasic";
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -