pu369com

2019年2月1日

重新安装liteide后无法关联.go文件的解决办法(及更改liteide配色方案)

摘要: 现象:双击.go文件,从打开方式中选择新安装的liteide.exe无效。 解决办法: 打开regedit 找到HKCU\Software\Classes\go_auto_file 发现下面有shell open command三个子目录 其中command 下,默认值为"D:\liteidex\b 阅读全文

posted @ 2019-02-01 18:53 pu369com 阅读(441) 评论(0) 推荐(0) 编辑

Tesseract-OCR识别

摘要: 参考 https://studygolang.com/topics/4527/comment/13217 安装版Windows下链接: https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-setup-3.05.01.exe 在安装时选择增 阅读全文

posted @ 2019-02-01 17:59 pu369com 阅读(833) 评论(0) 推荐(0) 编辑

测试一下robotgo自动化操作,顺便解决了原来的mingw版本中只有gcc,没有g++的问题

摘要: 参考:https://gitee.com/veni0/robotgo#examples 但是编译不成功 找到这个:https://gitee.com/veni0/robotgo#examples (这里还有一篇参考:https://gitee.com/veni0/robotgo#examples ) 阅读全文

posted @ 2019-02-01 17:58 pu369com 阅读(3626) 评论(1) 推荐(0) 编辑

用golang chromedp 操作已经打开的chrome浏览器

摘要: win7 环境,主要是一开始想在代码中先用exec.Command启动chrome,但始终不能成功监听9222端口,折腾了很长时间, 需要先手工启动chrome监听端口(具体写在代码注释中了)然后再运行代码,在开源代码基础上稍作修改,将访问不了的google换成sohu。 效果就是通过代码将浏览器导 阅读全文

posted @ 2019-02-01 13:03 pu369com 阅读(8493) 评论(0) 推荐(0) 编辑

导航