登录
首页 » C# » cSharp_INI

cSharp_INI

于 2015-03-17 发布 文件大小:47KB
0 246
下载积分: 1 下载次数: 8

代码说明:

  C#如何操作注册表的例程,如何操作ini文件,修改、存储等(C# how to operate the registry routines, how to operate the ini file, modify, store, etc.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • php 示例(递归删除目录)
    //递归删除目录function deletedir($dir){$handle = opendir($dir);     while(false !==($file=readdir($handle))){       if($file!=="."&&$file!==".."){       //排除当前目录与父级目录            $file=$dir .DIRECTORY_SEPARATOR. $file;            if(is_dir($file)){                  deletedir($file);            }else{                @unlink($file);}        }     }   @rmdir($dir) ;   closedir($hadnle) ;}
    2014-07-01下载
    积分:1
  • 合并c++,C语言实现,
    合并文件,c++,C语言实现,文件操作........ 原创,实现多个文件合并成一个文件
    2022-03-14 00:09:10下载
    积分:1
  • proSche
    简单的日志本,可以记录每天的工作情况,方便记忆,适合老人用。(Simple log book, you can record daily work, easy to remember, suitable for the elderly to use.)
    2013-11-04 11:11:40下载
    积分:1
  • Excel的读取和写入
    说明:  使用matlab对Excel文件进行操作,包括写入和读取,也就是实现Excel和Matlab交互(Use matlab to operate on Excel files, including writing and reading, that is, to achieve Excel and Matlab interaction)
    2021-01-16 15:20:51下载
    积分:1
  • MUModelView0.02
    奇迹MU模型查看器,可查看奇迹MU的BMD模型文件。(Miracle MU model viewer, BMD model files can be viewed MU miracle.)
    2021-02-16 10:49:47下载
    积分:1
  • 20140910flow
    一整天五分钟某个交通断面的交通流量数据,excel格式数据。(Five minutes a day for a traffic section of traffic data, excel format.)
    2020-12-23 09:39:06下载
    积分:1
  • g024_vb-sol
    扑克牌源代码,比较很好用的VB代码!!是个智慧游戏代码 (Poker source code)
    2009-06-22 10:21:18下载
    积分:1
  • 728501
    api控件与定义数值对照好东西,,,参考方便()
    2017-09-25 05:48:35下载
    积分:1
  • asm_newscn
    Create new section in output file.
    2013-05-10 15:52:10下载
    积分:1
  • 2101265
    内容标识功能,可以为任何内容加上任何数量的标签()
    2018-05-15 05:33:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载