摘要:
using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; namespace ConsoleApplication1 { public class GetIniFile { public string fileP... 阅读全文
摘要:
StreamWriter sw = File.AppendText(Server.MapPath(".")+"""myText.txt"); sw.WriteLine("追逐理想"); sw.WriteLine("kzlll"); sw.WriteLine(".NET笔记"); sw.Flush(); sw.Close(); //C#拷贝文件 string OrignFile,Ne... 阅读全文
摘要:
AddAtom 向本地原子表添加一个字符串 AllocConsole 为当前进程分配一个新控制台 AreFileApisANSI 确定一个WIN32文件函数集是否在使用ANSI或OEM字符集代码页 BackupRead 向一缓冲区读进与给定文件相关联的数据 BackupSeek 在访问数据流中向前搜索 BackupWrite 将数据传送到指定的文件或目录中 Beep 在扬声器上发出简单的声音 Be... 阅读全文
摘要:
http://www.rainsts.net/default.asp http://www.sqlet.com/blog/index.php http://www.cnblogs.com/idior http://terrylee.cnblogs.com/archive/2006/02/21/334911.html http://www.cnblogs.com/lane_cn/archiv... 阅读全文