08 2017 档案

摘要:记录下这个地址: https://technet.microsoft.com/zh-cn/library/bb510741(v=sql.105).aspx 阅读全文
posted @ 2017-08-26 13:00 大漠孤烟-1234 阅读(227) 评论(0) 推荐(0)
摘要:配置文件 为fileName.ini 的文件 第一行必须为空,不然读不出值[section1] key=value key2=value ......... [section2] key=value key2=value ......... 代码如下: using System; using System.Runtime.InteropServices; using System.Te... 阅读全文
posted @ 2017-08-09 20:00 大漠孤烟-1234 阅读(4842) 评论(0) 推荐(0)