上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 133 下一页
摘要: 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 阅读(236) 评论(0) 推荐(0)
摘要: /声明一个XmlDocument类对象,并将文件加载的对象中 XmlDocument doc = new XmlDocument(); string path1 = @".\aa1.xml"; //程序运行的当前目录的aa1.xml文件 string path2 = @"..\aa1.xml"; / 阅读全文
posted @ 2021-11-08 15:11 txwtech 阅读(579) 评论(0) 推荐(0)
摘要: win7 vs2015安装包丢失或损坏 http://www.itmop.com/downinfo/387017.html 安装vs2015软件时需要的2个证书文件,可以解决安装包丢失或损坏问题。 microsoftrootcertificate2010.cer microsoftroot 阅读全文
posted @ 2021-11-05 20:23 txwtech 阅读(920) 评论(0) 推荐(0)
摘要: 同时按下win键+ALT+G启动 win键+ALT+R 开始录屏,再次按下 win键+ALT+R结束录屏 win键+ALT+G 查看录制保存的内容 阅读全文
posted @ 2021-11-05 13:54 txwtech 阅读(1026) 评论(0) 推荐(0)
摘要: 大家有没有发现,编译当前代码时,如果当前代码有错误,vscode会把之前所有程序编译过报错的信息全部显示一遍,最后才报错当前代码具体某处有错误,这样会编译时间很长 https://harmonyos.51cto.com/answer/2377#comment, 删除,out\hispark_pega 阅读全文
posted @ 2021-11-01 20:02 txwtech 阅读(193) 评论(0) 推荐(0)
摘要: FormClosing与FormClosed事件 都是关闭窗体触发的事件, 区别 FormClosing事件 是在 关闭窗体时发生,用户可以在该事件中 取消关闭,窗体仍然保持打开状态。因此可以在该事件中提示一些状态信息,询问用户是否关闭窗口。 FormClosed事件 是在 关闭窗体后发生,可以在该 阅读全文
posted @ 2021-11-01 09:12 txwtech 阅读(1187) 评论(0) 推荐(0)
摘要: ZPL语言中文手册中文版 http://www.gongkong.com/download/201902/96584.html 阅读全文
posted @ 2021-10-28 13:05 txwtech 阅读(957) 评论(0) 推荐(0)
摘要: 1.拖入控件notifyIcon1到窗口 2.拖入ContextMenuStrip到窗口 3.选中notifyIcon1右键属性,右侧属性窗口栏找到ContextMenuStrip,选择contextMenuStrip1 4.选择ContextMenuStrip,添加菜单选项 右键图标: Form1 阅读全文
posted @ 2021-10-27 17:40 txwtech 阅读(930) 评论(0) 推荐(0)
摘要: 10:58:53 update txw_oqa_db.reel_barcode_luoduo set dte=2041 where id=2 Error Code: 1175. You are using safe update mode and you tried to update a tabl 阅读全文
posted @ 2021-10-21 14:22 txwtech 阅读(161) 评论(0) 推荐(0)
摘要: mysql增删改查语句 日期范围查询:SELECT * from reel_barcode_luoduo where Date(exec_date) between '{start_time:yyyy-MM-dd}' and '{end_time:yyyy-MM-dd}' order by exec 阅读全文
posted @ 2021-10-21 11:36 txwtech 阅读(207) 评论(0) 推荐(0)
上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 133 下一页