posted @ 2019-08-15 09:35 蝈蝈俊 阅读(2147) 评论(2) 推荐(0) 编辑
摘要:
https://github.com/wcharczuk/go-chart/ 默认使用的字体是 roboto.Roboto,不支持中文。// GetDefaultFont returns the default font (Roboto-Medium).func GetDefaultFont() (*truetype.Font, error) {if _defaultFont == ni... 阅读全文
摘要:
目的 https://github.com/VonSdite/Plane_Wars 可以本地跑起来。 下载并安装python3 https://www.python.org/downloads/mac-osx/ 下载安装好后命令行是要用 python3,而不是 python, python 是系统自 阅读全文
posted @ 2019-08-11 21:35 蝈蝈俊 阅读(717) 评论(8) 推荐(0) 编辑
摘要:
sourcetree 的 git 密码存在 mac 的 钥匙串里面, 需要在钥匙串里删除掉对应信息,再次打开就会让你重新输入密码, 问题就解决了。参看: https://stackoverflow.com/questions/20953940/authentication-failed-to-bitbucket 阅读全文
posted @ 2018-04-18 14:45 蝈蝈俊 阅读(1513) 评论(0) 推荐(0) 编辑
摘要:
Golang 支持的正在表达式是 https://github.com/google/re2/wiki/Syntax 注意这里提示 NOT SUPPORTED的。工具一些测试正则表达式的工具推荐:https://regex101.com/ 对这个站点的站长采访: http://www.infoq.com/cn/news/2013/01/RegEx101https://regex-golang.a... 阅读全文
posted @ 2018-02-13 16:14 蝈蝈俊 阅读(1290) 评论(0) 推荐(1) 编辑
摘要:
默认情况下,是不支持 DX3D的, 我们运行 dxdiag 看到的情况如下:安装时也提示需要安全模式下才能安装VirtualBox 必须在Windows安全模式下才能成功安装3D加速驱动。重启系统,按F8进入安全模式,再次运行增强功能安装程序,终于可以点选此项并且成功安装重启进入安全模式的方式在运行框 输入“msconfig”回车进入系统配置找到"引导"选项,然后单击,选择window7的引导项,... 阅读全文
posted @ 2018-02-08 16:04 蝈蝈俊 阅读(5305) 评论(0) 推荐(0) 编辑
摘要:
下载地址: https://www.macupdate.com/app/mac/8918/ecto相关注册码: http://www.cnblogs.com/yssgyw/p/3284501.html 阅读全文
posted @ 2017-09-28 09:29 蝈蝈俊 阅读(251) 评论(0) 推荐(0) 编辑
摘要:
从U盘启动开启或重新启动您的 Mac 后,立即按住 Option 键。当您看到“启动管理器”窗口时,松开 Option 键。选择您的启动磁盘,然后点按箭头或按下 Return 键。Mac 的启动组合键: https://support.apple.com/zh-cn/HT201255 在启动期间按住 描述 Shift (⇧) 以安... 阅读全文
posted @ 2017-09-28 08:27 蝈蝈俊 阅读(505) 评论(0) 推荐(0) 编辑
摘要:
参考资料:https://www.maoshu.cc/967.html下载地址: https://www.red-sweater.com/marsedit/ 博客园的配置: http://www.cnblogs.com/alanlvee/archive/2012/03/19/2405530.html http://www.cnblogs.com/zhongxia/p/5370526.html 阅读全文
posted @ 2017-09-27 18:42 蝈蝈俊 阅读(358) 评论(0) 推荐(0) 编辑