php - C#如何解析想mysql的my.ini這樣的內容格式?
学习ing
学习ing 2017-06-24 09:41:34
0
1
732

my.ini的內容格式:

[client]
port=3306
default-character-set=utf8


[mysqld]
port=3306
innodb_buffer_pool_size = 128M
character_set_server=utf8
server_id=488
basedir=D:/software/mysql
datadir=D:/software/mysql/data
max_allowed_packet = 10M
table_open_cache = 256
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 4M
myisam_sort_buffer_size = 64M
thread_cache_size = 8

sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
学习ing
学习ing

全部回覆(1)
大家讲道理

ini格式可以用 ini-parser 來解析。

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板