?? dlr-mysql.conf
字號:
## DLR with MySQL support configuration## Example defining a MySQL database connection resource and # the required table and field values.#group = mysql-connectionid = mydlrhost = localhostusername = foopassword = bardatabase = dlr# max count of connections that will be opened for dbpool# default is 1max-connections = 1# # 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),# source varchar(40),# service varchar(40),# url varchar(255),# mask int(10),# status int(10),# boxc varchar(40)# )#group = dlr-dbid = mydlrtable = dlrfield-smsc = smscfield-timestamp = tsfield-destination = destinationfield-source = sourcefield-service = servicefield-url = urlfield-mask = maskfield-status = statusfield-boxc-id = boxc
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -