打赏
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 54 下一页
摘要: Draw.io 在Ubuntu/Debian/Fedora系统中安装draw.io Desktop的方法 请在drawio-desktop下载地址中下载相应的软件包。 1、在Ubuntu/Debian中安装draw.io Desktop 对于Debian和Ubuntu用户,请下载draw.io的.d 阅读全文
posted @ 2020-12-10 09:06 苍山落暮 阅读(2730) 评论(0) 推荐(0) 编辑
摘要: 1.限制接口访问频率 package main import ( "github.com/labstack/echo" "github.com/labstack/echo/middleware" "golang.org/x/time/rate" ) type ( RateLimitConfig st 阅读全文
posted @ 2020-12-09 14:12 苍山落暮 阅读(381) 评论(0) 推荐(0) 编辑
摘要: git 自动补全 (1.)下载git-completion.bash文件到/root家目录 vim ~/.git-completion.bash 内容见: https://github.com/git/git/blob/master/contrib/completion/git-completion 阅读全文
posted @ 2020-12-02 13:34 苍山落暮 阅读(184) 评论(0) 推荐(0) 编辑
摘要: linux 便签安装 indicator stickynotes这是一个ubuntu上的小便签,可以用来在桌面上作为备忘录与学习日志使用 安装方法 sudo add-apt-repository ppa:umang/indicator-stickynotes sudo apt-get update 阅读全文
posted @ 2020-11-27 13:37 苍山落暮 阅读(664) 评论(0) 推荐(0) 编辑
摘要: chfs文件共享 wget http://iscute.cn/tar/chfs/2.0/chfs-linux-amd64-2.0.zip unzip chfs-linux-amd64-2.0.zip # unzip 解压 sudo chmod u+rxw chfs # 赋予权利 apt instal 阅读全文
posted @ 2020-11-27 13:33 苍山落暮 阅读(456) 评论(0) 推荐(0) 编辑
摘要: 1.使用git commit 模板 操作步骤: 1.)设置模板路径,其中path就是commit模板路径 git config --global commit.template path 2.)设置模板使用什么软件打开 git config --global core.editor [编辑器名字] 阅读全文
posted @ 2020-11-24 10:23 苍山落暮 阅读(11168) 评论(0) 推荐(2) 编辑
摘要: Commitizen工具安装使用 npm install -g commitizen commitizen init cz-conventional-changelog --save --save-exact //在项目目录下执行 //提交代码 git add . git cz //所有的git c 阅读全文
posted @ 2020-11-24 10:19 苍山落暮 阅读(1266) 评论(0) 推荐(0) 编辑
摘要: git merge tools 1.window下设置 (1.)配置全局的merge工具 git config --global merge.tool p4merge git config --global mergetool.p4merge.cmd p4merge '$BASE $LOCAL $R 阅读全文
posted @ 2020-11-18 16:53 苍山落暮 阅读(589) 评论(0) 推荐(0) 编辑
摘要: Redis安装 (1.)安装 $ sudo apt update $ sudo apt install redis-server (2.)修改配置 sudo vi /etc/redis/redis.conf supervised systemd //系统启动监控 requirepass 123456 阅读全文
posted @ 2020-11-18 16:52 苍山落暮 阅读(55) 评论(0) 推荐(0) 编辑
摘要: docsite使用 环境搭建 (1.)安装Npm apt install npm # npm版本号 npm -v sudo npm install -g cnpm --registry=https://registry.npm.taobao.org --verbose # cnpm版本号 cnpm 阅读全文
posted @ 2020-11-10 15:04 苍山落暮 阅读(1340) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 54 下一页