Loading...

摘要: 我的开发机器是Deepin 先安装rdesktop: sudo apt-get install rdesktop 如果是源码安装,执行configure时提示需要xcursor,请安装: sudo apt-get install libxcursor-dev libpcsclite-dev libs 阅读全文
posted @ 2020-10-02 22:22 choizzzi 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 解决中文乱码 git config --global core.quotepath false 查看提交日志 git log --pretty=oneline 克隆仓库 git clone <git仓库的url> 本地建分支并推送到远程 git clone <git仓库的url> ## 本地创建de 阅读全文
posted @ 2020-10-02 22:20 choizzzi 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 1 简单安装 先安装Node.js环境(这里不详述),再安装TiddlyWiki的Node.js服务端: npm install -g tiddlywiki 新建数据目录: cd ~ ## 这样会新建一个目录:~/wiki tiddlywiki wiki --init server 启动: cd ~ 阅读全文
posted @ 2020-10-02 22:15 choizzzi 阅读(1511) 评论(0) 推荐(0) 编辑
摘要: imgitee.sh #!/bin/bash token="xxxxx" owner="ccccccc" repo="ccccc" today="`date +%Y-%m-%d`" message="imgitee upload" # 逐个上传图片到gitee for i in "$@"; do # 阅读全文
posted @ 2020-10-02 00:35 choizzzi 阅读(227) 评论(0) 推荐(0) 编辑