06 2019 档案

20190627_解决ADB的device offline问题的两种方法
摘要:故障现象: error: device offline 故障解决: 第一种方法: C:\Users\WXY\Desktop\XY\adb>adb nodaemon server cannot bind 'tcp:5037' C:\Users\WXY\Desktop\XY\adb>netstat -a 阅读全文

posted @ 2019-06-27 12:57 印子 阅读(29959) 评论(0) 推荐(0)

20190626_二次开发BarTender打印机_C#代码_一边读取TID_一边打印_打印机POSTEK
摘要:demo代码如下: private void btnPrint_Click(object sender, EventArgs e) { if (this.btnPrint.Text == "停止打印") { SetBtnPrintUIEnable(); return; } //禁用界面上的相关按钮 阅读全文

posted @ 2019-06-26 19:23 印子 阅读(2656) 评论(6) 推荐(0)

20190625_mysql5.7查看及其解锁_被锁的表
摘要:[root@localhost ~]# mysql -u myroot -pEnter password: mysql> show OPEN TABLES where In_use > 0; //查看被锁的表: mysql> show processlist; //查看被锁的表的进程; mysql> 阅读全文

posted @ 2019-06-25 16:17 印子 阅读(1900) 评论(0) 推荐(0)

20190620_二次开发BarTender打印机时,未能解析主引用“Seagull.BarTender.Print, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86”
摘要:错误提示: 严重性 代码 说明 项目 文件 行 禁止显示状态警告 未能解析主引用“Seagull.BarTender.Print, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86”,因为它对框架程序集“System.Identi 阅读全文

posted @ 2019-06-17 12:13 印子 阅读(2429) 评论(0) 推荐(0)

解决右键notepad++打开时提示, ShellExecute failed (2): Is this command correct?
摘要:错误如下图: 解决方法: 右键notepad++.exe; 去掉管理员方式 阅读全文

posted @ 2019-06-08 11:12 印子 阅读(2664) 评论(2) 推荐(1)

导航