搜索资源列表
readinifile_H
- /* * 读取INI文件的函数(C语言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section, Key) * Return Key=>Value * + [config] * + dbhost=localhost * * strcpy(dbhost,GetInitKey(\"config.ini\", \"config\", \"dbhost\"))
sconfig
- c语言实现读取配置文件的代码,按照key-value设定的读取,example1.ini为配置文件,example.c为test程序,可以根据其书写代码-c language implementation of the code to read the configuration file, in accordance with key-value set to read, example1.ini for the configuration file, example.c for the te
cfg
- 在Unix下读取和编辑ini配置文件,经过多年的线上系统运行,效率和稳定性可以保证-read ini file
iniread
- Linux操作系统下,实现读取ini格式的文件功能。-Linux operating system to read ini file format functions.
ini_parse
- 读取ini文件,然后解析,根据解析到的section、key和value去调用对应的设置;或者设置ini文件-Read ini file,then parse it and call the responding function according to your read section,key and value.Or set section,key and value to ini file
read_config
- 基于linux系统的ini配置文件读取和写入代码。-ini config read and write to system
Translate_Tool_Code
- 使用QSttings读取ini文件失败,提供检测ini文件是否正常的程序(Check if the INI file is normal)