上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 99 下一页
摘要: HttpWebRequest request = WebRequest.Create(url) as HttpWebRequest;//创建请求对象 request.Timeout = 2000; request.Method = "POST";//请求方式 request.ContentType 阅读全文
posted @ 2021-11-19 16:59 txwtech 阅读(1871) 评论(0) 推荐(0) 编辑
摘要: c#winform大括号自动对齐快捷键 CTRL +K+D这是vs中格式化代码的快捷键 阅读全文
posted @ 2021-11-19 15:16 txwtech 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 引用: OFFICE.DLL Microsoft.Office.Interop.Excel.dll public static void ToExcel(ListView LView, string strTitle) { try { Microsoft.Office.Interop.Excel.A 阅读全文
posted @ 2021-11-17 15:50 txwtech 阅读(239) 评论(0) 推荐(0) 编辑
摘要: //判断是否为数字型字符串 System.Text.RegularExpressions.Regex rex = new System.Text.RegularExpressions.Regex(@"^\d+$"); //判断是否为数字型字符串 System.Text.RegularExpressi 阅读全文
posted @ 2021-11-17 15:16 txwtech 阅读(198) 评论(0) 推荐(0) 编辑
摘要: winXP控制面板TTS语音打不开卡顿解决方法 下载安装: http://www.bkill.com/download/153.html http://d3.jnqcjy.ltd:806/1208/speechsdk51.rar 1.安装Microsoft Speech SDK 5.1.msi 2. 阅读全文
posted @ 2021-11-17 11:39 txwtech 阅读(779) 评论(0) 推荐(0) 编辑
摘要: SECS(SEMI设备通信标准)/ GEM(通用设备模型)标准以确定的方式完成所有这些工作。由SEMI(半导体设备和材料国际)组织开发,该标准定义了一套通用的设备行为和通信能力。 了解下半导体设备现场的通讯协议,对于GEM的开发是半导体设备管理/生产/维护软件的一部分。 SECS / GEM是用于设 阅读全文
posted @ 2021-11-17 09:53 txwtech 阅读(1747) 评论(0) 推荐(0) 编辑
摘要: fopen_s打开网路路径文件,保存信息日志 FILE *pFileHandle1 = NULL; try { if (_access("\\\\172.17.140.245\\dfnssawdata\\loger\\", 0) != 0) CreateDirectory(_T("\\\\172.1 阅读全文
posted @ 2021-11-17 09:36 txwtech 阅读(232) 评论(0) 推荐(0) 编辑
摘要: SAPI 包含sphelper.h编译错误解决方案 在使用Microsoft Speech SDK 5.1开发语音识别程序时,包含了头文件“sphelper.h”和库文件“sapi.lib”。 编译时出错: 1>c:/program files/microsoft speech sdk 5.1/in 阅读全文
posted @ 2021-11-15 19:29 txwtech 阅读(179) 评论(0) 推荐(0) 编辑
摘要: /声明一个XmlDocument类对象,并将文件加载的对象中 XmlDocument doc = new XmlDocument(); string path1 = @".\aa1.xml"; //程序运行的当前目录的aa1.xml文件 string path2 = @"..\aa1.xml"; / 阅读全文
posted @ 2021-11-08 15:11 txwtech 阅读(513) 评论(0) 推荐(0) 编辑
摘要: win7 vs2015安装包丢失或损坏 http://www.itmop.com/downinfo/387017.html 安装vs2015软件时需要的2个证书文件,可以解决安装包丢失或损坏问题。 microsoftrootcertificate2010.cer microsoftroot 阅读全文
posted @ 2021-11-05 20:23 txwtech 阅读(854) 评论(0) 推荐(0) 编辑
上一页 1 ··· 60 61 62 63 64 65 66 67 68 ··· 99 下一页