摘要: 1.mysql Convert(value ,type), CONVERT(data_type(length),data_to_be_converted,style) 2. Process p = new Process(); p.StartInfo.FileName = "PlayMonitor.exe"; p.StartInfo.Arguments = ... 阅读全文
posted @ 2012-11-12 15:07 旋转之刃 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 调用系统Dll对ini的文件进行读写 [DllImport("kernel32")] private static extern int GetPrivateProfileString(string section, string key, string defVal, StringBuilder retVal, int size, string filePath); ... 阅读全文
posted @ 2012-11-12 14:27 旋转之刃 阅读(187) 评论(0) 推荐(0) 编辑
摘要: winfrom 程序 1.配置文件App.Config <configSections> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net"/> </configSections> <!--站点日志配置部分--> <log4... 阅读全文
posted @ 2012-11-12 14:24 旋转之刃 阅读(172) 评论(0) 推荐(0) 编辑