Skip to content

Commit

Permalink
补充
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmadao committed Jul 8, 2016
1 parent 5e93fd2 commit a6d81e0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@

*.log
Expand Up @@ -120,4 +120,19 @@ $ python setup.py sdist upload
#### upgrade

- 更新代码里的版本号
- 重复upload的步骤,会自动上传并升级库至新版
- 重复upload的步骤,会自动上传并升级库至新版

### pip常用命令

```bash
# 查看具体安装文件
$ pip3 show --files SomePackage
# 列出所有的包
$ pip3 list
# 检查有无升级
$ pip3 list --outdated
# 更新包
$ pip3 install -U|--upgrade <package>
# 卸载包
$ pip3 uninstall <package>
```
10 changes: 10 additions & 0 deletions Tools/Plugin/js-plugin.md
Expand Up @@ -67,6 +67,10 @@

> 如其名,带有各种弹性效果的动画库,还挺有意思的
#### [anime](http://anime-js.com/)

> Javascript Animation Engine
#### [Move.js](http://visionmedia.github.io/move.js/)

> 一个JS动效库。还没仔细看它文档
Expand Down Expand Up @@ -99,6 +103,12 @@
>
> 为页面顶部多留些空间
#### [iScroll](https://iiunknown.gitbooks.io/iscroll-5-api-cn/content/index.html)

> 处理页面滚动。
>
> 滚动,缩放,平移,无限滚动,视差滚动,旋转功能
### About media

#### [bLazy.js](http://dinbror.dk/blog/blazy/)
Expand Down

0 comments on commit a6d81e0

Please sign in to comment.