?? dlr-mysql.conf
字號(hào):
# # DLR with MySQL support configuration## Example defining a MySQL database connection resource and # the required table and field values.#group = mysql-connectionid = mydlrhost = localhostmysql-username = foomysql-password = bardatabase = dlr# # Create the required table for the DLR support in the database # with something similar like this: # # CREATE TABLE dlr (# smsc varchar(40),# ts varchar(40),# destination varchar(40),# service varchar(40),# url varchar(255),# mask int(10),# status int(10)# )#group = dlr-mysqlid = mydlrtable = dlrfield-smsc = smscfield-timestamp = tsfield-destination = destinationfield-service = servicefield-url = urlfield-mask = maskfield-status = status
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -