摘要: 安装 下载源码 https://github.com/pyecharts/pyecharts 解压缩。 python setup.py install --prefix your_install_dir 如果报jinja2、prettytable、simplejson 等库不存在,需要先安装依赖库, 阅读全文
posted @ 2020-08-27 14:42 LessIsMorer 阅读(2864) 评论(0) 推荐(0) 编辑
摘要: Markdown For Typora Overview Markdown is created by Daring Fireball; the original guideline is here. Its syntax, however, varies between different par 阅读全文
posted @ 2020-08-26 14:35 LessIsMorer 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 不要用git pull,用git fetch和git merge代替它。 git pull的问题是它把过程的细节都隐藏了起来,以至于你不用去了解git中各种类型分支的区别和使用方法。当然,多数时候这是没问题的,但一旦代码有问题,你很难找到出错的地方。看起来git pull的用法会使你吃惊,简单看一下 阅读全文
posted @ 2015-03-06 10:13 LessIsMorer 阅读(515) 评论(0) 推荐(0) 编辑
摘要: git 阅读全文
posted @ 2015-03-06 08:49 LessIsMorer 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 5分钟搞定CVS 阅读全文
posted @ 2015-03-05 17:52 LessIsMorer 阅读(497) 评论(0) 推荐(0) 编辑
摘要: 欢迎参考 阅读全文
posted @ 2015-03-04 20:52 LessIsMorer 阅读(120) 评论(0) 推荐(0) 编辑
摘要: OOP三个基本特征 阅读全文
posted @ 2015-02-01 19:46 LessIsMorer 阅读(530) 评论(0) 推荐(0) 编辑
摘要: vi操作 阅读全文
posted @ 2015-01-23 23:28 LessIsMorer 阅读(257) 评论(0) 推荐(0) 编辑