08 2021 档案

摘要:使用组件 Interop.BarTender.dll 提取码:2bxq 打印 BarTender 文档 http://help.seagullscientific.com/2016/en/Subsystems/ActiveX/ActiveX.htm#printing_formats.htm 打印情况 阅读全文
posted @ 2021-08-29 08:36 小杨观世界 阅读(2527) 评论(1) 推荐(0) 编辑
摘要:private void Player(string pathName) { string path = $"{Application.StartupPath}\\{pathName}.wav"; //程序目录下 System.Media.SoundPlayer player = new Syste 阅读全文
posted @ 2021-08-28 16:41 小杨观世界 阅读(118) 评论(0) 推荐(0) 编辑
摘要:先查找占用5004开头的端口,命令:netstat -aon|findstr 5004 根据id查看程序,命令:tasklist|findstr "19532" 杀掉进程 taskkill /f /pid 19532 阅读全文
posted @ 2021-08-23 09:56 小杨观世界 阅读(204) 评论(0) 推荐(0) 编辑
摘要:--插入一下临时数据源 with m as( select '张三' name,'语文'course,'89'score union all select '张三' name,'数学'course,'100'score union all select '张三' name,'英语'course,'4 阅读全文
posted @ 2021-08-23 09:49 小杨观世界 阅读(1357) 评论(0) 推荐(0) 编辑