第一步:卸载老版本 $ sudo yum remove docker docker-client docker-client-latest docker-common docker-latest docker-latest-logrotate docker-logrotate docker-engi ...
分类:
其他好文 时间:
2021-03-05 13:18:40
阅读次数:
0
基于golang 运行 运行server brew install pyroscope-io/brew/pyroscope pyroscope server golang 代码 package main import ( "github.com/gin-gonic/gin" "github.com/ ...
分类:
其他好文 时间:
2021-03-05 13:17:19
阅读次数:
0
安装 首先打开brew.sh网站,把首页一条命令复制到终端里,执行,输入电脑登录密码,开始下载安装 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 换源 安 ...
分类:
系统相关 时间:
2021-03-05 13:12:52
阅读次数:
0
1. vue脚手架 用来创建vue项目的工具包 创建项目: npm install -g vue-cli vue init webpack VueDemo 开发环境运行: cd VueDemo npm install npm run dev 生产环境打包发布 npm run build npm in ...
分类:
其他好文 时间:
2021-03-05 13:06:18
阅读次数:
0
1:介绍 requests是一个很实用的Python HTTP客户端库,编写爬虫和测试服务器响应数据时经常会用到, Requests是Python语言的第三方的库,专门用于发送HTTP请求 2:安装 在cmd窗口或者prcharm的命令行输入: pip install requests 3:get的 ...
分类:
其他好文 时间:
2021-03-05 13:03:01
阅读次数:
0
art-template模板引擎 在命令行工具中使用 npm install art-template 命令进行下载 使用const template = require('art-template')引入模板引擎 告诉模板引擎要拼接的数据和模板在哪 const html = template(‘模 ...
分类:
Web程序 时间:
2021-03-05 12:55:36
阅读次数:
0
pip install selenium python pip升级 第一种 python -m install pip --upgrade pip 第二种 python -m pip install -u --force-reinstall pip 第三种 pip install --user -- ...
分类:
编程语言 时间:
2021-03-05 12:54:23
阅读次数:
0
harbor:私人镜像仓库,搭建在本地可以对镜像起到一个远程存储和复用的用途 安装方式:docker-compose通过yaml 1、搜索harbor的github地址,通过点点点的方式找到harbor的安装压缩包 2、wget到本地,eg: wget https://github.com/goha ...
分类:
其他好文 时间:
2021-03-04 13:35:16
阅读次数:
0
问题:当自己遇到这个问题的时候,查阅很多资料,发现很多需要安装一大推东西,又是安装,又是重启,最后还是没有搞定。最后还是通过这三行命令搞定了。sudo apt-get autoremove open-vm-toolssudo apt-get install open-vm-toolssudo apt ...
构建过程 安装 VueCli npm install -g @vue/cli 安装 electron npm install electron -g 创建项目 vue create antd-demo 切换至项目目录 cd antd-demo 使用组件 ant-design-vue npm i -- ...
分类:
其他好文 时间:
2021-03-04 13:29:39
阅读次数:
0