摘要:
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 = ... 阅读全文
摘要:
调用系统Dll对ini的文件进行读写 [DllImport("kernel32")] private static extern int GetPrivateProfileString(string section, string key, string defVal, StringBuilder retVal, int size, string filePath); ... 阅读全文
摘要:
winfrom 程序 1.配置文件App.Config <configSections> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net"/> </configSections> <!--站点日志配置部分--> <log4... 阅读全文