php - How does C# parse content formats like mysql's my.ini?
学习ing
学习ing 2017-06-24 09:41:34
0
1
683

Content format of 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

reply all(1)
大家讲道理

ini format can be parsed with ini-parser.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!