Maison  >  Questions et réponses  >  le corps du texte

php - Comment C# analyse-t-il les formats de contenu comme my.ini de MySQL?

Format de contenu 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学习ing2674 Il y a quelques jours689

répondre à tous(1)je répondrai

  • 大家讲道理

    大家讲道理2017-06-24 09:43:34

    Le format

    ini peut être analysé avec ini-parser.

    répondre
    0
  • Annulerrépondre