上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 127 下一页
摘要: c#序列化json文件为字符串-更改json对象内容 public static dynamic Serializ(string send) { try { string path = Application.StartupPath + $@"\{send}"; var file = new Fil 阅读全文
posted @ 2021-11-19 17:06 txwtech 阅读(307) 评论(0) 推荐(0)
摘要: HttpWebRequest request = WebRequest.Create(url) as HttpWebRequest;//创建请求对象 request.Timeout = 2000; request.Method = "POST";//请求方式 request.ContentType 阅读全文
posted @ 2021-11-19 16:59 txwtech 阅读(1936) 评论(0) 推荐(0)
摘要: c#winform大括号自动对齐快捷键 CTRL +K+D这是vs中格式化代码的快捷键 阅读全文
posted @ 2021-11-19 15:16 txwtech 阅读(427) 评论(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 阅读(256) 评论(0) 推荐(0)
摘要: //判断是否为数字型字符串 System.Text.RegularExpressions.Regex rex = new System.Text.RegularExpressions.Regex(@"^\d+$"); //判断是否为数字型字符串 System.Text.RegularExpressi 阅读全文
posted @ 2021-11-17 15:16 txwtech 阅读(215) 评论(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 阅读(872) 评论(0) 推荐(0)
摘要: SECS(SEMI设备通信标准)/ GEM(通用设备模型)标准以确定的方式完成所有这些工作。由SEMI(半导体设备和材料国际)组织开发,该标准定义了一套通用的设备行为和通信能力。 了解下半导体设备现场的通讯协议,对于GEM的开发是半导体设备管理/生产/维护软件的一部分。 SECS / GEM是用于设 阅读全文
posted @ 2021-11-17 09:53 txwtech 阅读(1982) 评论(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 阅读(272) 评论(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 阅读(222) 评论(0) 推荐(0)
摘要: /声明一个XmlDocument类对象,并将文件加载的对象中 XmlDocument doc = new XmlDocument(); string path1 = @".\aa1.xml"; //程序运行的当前目录的aa1.xml文件 string path2 = @"..\aa1.xml"; / 阅读全文
posted @ 2021-11-08 15:11 txwtech 阅读(571) 评论(0) 推荐(0)
上一页 1 ··· 88 89 90 91 92 93 94 95 96 ··· 127 下一页