摘要: docker container ls -a |awk '{print $1,$3}' >a.txt 阅读全文
posted @ 2021-04-12 18:01 已老 阅读(95) 评论(0) 推荐(0) 编辑
摘要: netsh interface ipv4 show excludedportrange protocol=tcp 阅读全文
posted @ 2021-04-12 15:15 已老 阅读(289) 评论(0) 推荐(0) 编辑
摘要: Confluence 文档共享Nexus maven私服git gitlabel私服dockerimage私服VisualSVN Server svn服务端jira 缺陷管理软件安装包 飞书代码生成dns服务端 开发规约 阅读全文
posted @ 2021-04-09 15:16 已老 阅读(74) 评论(0) 推荐(0) 编辑
摘要: <a href="https://www.baidu.com/" target="_blank"> 阅读全文
posted @ 2021-04-02 19:29 已老 阅读(244) 评论(0) 推荐(0) 编辑
摘要: JSON格式化 SQL格式化 高德地图 百度翻译 百度 YAML、YML在线编辑(校验)器 腾讯文档 Processon Shell格式化 阅读全文
posted @ 2021-04-02 19:20 已老 阅读(64) 评论(0) 推荐(0) 编辑
摘要: ## 1. 下载node [node官网](https://nodejs.org/en/) ## 2. 安装镜像 npm install -g mirror-config-china ## 3. 下载项目git clone https://******.git ## 4. 安装项目依赖 npm i 阅读全文
posted @ 2021-04-02 19:15 已老 阅读(36) 评论(0) 推荐(0) 编辑
摘要: mvn install:install-file -DgroupId=com.hadoop.XXXXX -DartifactId=hadoop-XXXXX -Dversion=0.4XXXXX -Dpackaging=jar -Dfile=/hadoopXXXX.jar 阅读全文
posted @ 2021-04-02 19:10 已老 阅读(165) 评论(0) 推荐(0) 编辑
摘要: git init git remote add origin https://***.git git config --global http.proxy git config --global http.proxy http://127.0.0.1:8888 git config http.pro 阅读全文
posted @ 2021-04-02 19:08 已老 阅读(46) 评论(0) 推荐(0) 编辑
摘要: debug调试快捷键F9 resume programe 恢复程序Alt+F10 show execution point 显示执行断点F8 Step Over 相当于eclipse的f6 跳到下一步F7 Step Into 相当于eclipse的f5就是 进入到代码Alt+shift+F7 For 阅读全文
posted @ 2021-04-02 19:07 已老 阅读(57) 评论(0) 推荐(0) 编辑
摘要: worker_processes auto; error_log /dev/stdout; events { worker_connections 65535;}http { include mime.types; default_type application/octet-stream; log 阅读全文
posted @ 2021-04-02 19:03 已老 阅读(94) 评论(0) 推荐(0) 编辑