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