downgoon
downgoon
@abnerlee abnerlee thanks for your good comment at [pull/78#issuecomment-507044062](https://github.com/typora/typora-theme-gallery/pull/78#issuecomment-507044062) , i have done it. 
relative paths not allowed in 'pkgrename' sub command for example: ``` bash $ gbk2utf8 -p ./src ./alt com.example. io.downgoon ```
There are multi types of files encoded in GBK in a production project. such as .java, .properties, .xml and .sql. but ``gbk2utf8``'s default type is just only .java. so we...
``symbols-list`` is Great, especially for js developments. a little problem lays in Markdown files, multi-level TOC can't be shown. 
OpenCV的包太大,实际只用到抓取摄像头功能。 - 依赖的javacv ``` xml org.bytedeco javacv-platform 1.5 ``` - [发布包-0.1.0](https://github.com/downgoon/video-motion-detection/releases/download/0.1.0/video-motion-detection-0.1.0.tar.gz)里含有的OpenCV库 ``` bash $ du -sh * 15M opencv-4.0.1-1.5-android-arm.jar 17M opencv-4.0.1-1.5-android-arm64.jar 19M opencv-4.0.1-1.5-android-x86.jar 19M opencv-4.0.1-1.5-android-x86_64.jar 20M opencv-4.0.1-1.5-ios-arm64.jar 22M opencv-4.0.1-1.5-ios-x86_64.jar 18M...
## 问题描述 打开一个带图片的word,直接全选+复制,然后在``justmd``里面粘贴(``Paste Word``)。 结果会在文件所在的目录,出现``images``子目录,但是文件字节数是0,应该是文件没写入。  环境: - mac 10.13.1 - justmd-osx-v1.1.1.zip
it is a NICE feature that TOCs are generated automatically when the depth of headers is a greater than 3 by default. while [this markdown](https://github.com/downgoon/vertx-translation-chinese/blob/dev/core/Core.md), has no level-3 headers, but...
教程大师
https://github.com/eugenp/tutorials
关于开源协议,请参考阮一峰老师的[一张图片](http://yijiebuyi.com/file/b151ef8f8b314d9949515155ba84ca23) 
## 解决办法 1. 设置Git配置项 ``` bash git config --global core.quotepath false ``` 或者 在``.gitconfig``配置文件中增加 ``` ini [core] quotepath = false ``` 2. 在``oh-my-zsh``配置中文 编辑 `` ~/.zshrc`` ,增加如下: ``` bash export...