码迷,mamicode.com
首页 >  
搜索关键字:ansible install bash    ( 57162个结果
使用tajia archetype初始化项目
使用tajia archetype初始化项目 一、编译tajia项目 cd D:/workspace/ D: mvn clean install -Dmaven 注意:tajia项目放在D:/workspace/目录下 二、执行archetype生成模块项目1、生成模块代码放在D:/download ...
分类:其他好文   时间:2021-04-27 14:41:06    阅读次数:0
vue项目添加stylelint
1.安装依赖npm install --save-dev stylelint stylelint-scss stylelint-config-standard stylelint-csstree-validator stylelint-config-prettier 2.安装插件stylelint ...
分类:其他好文   时间:2021-04-27 14:36:39    阅读次数:0
school_vue操作记录
使用vue_cli生成项目 引入ant-design-vue 使用cnpm引入ant-design-vue cnpm install ant-design-vue --save cnpm install antd-init -g 修改main.js加入依赖 在文件中全局引入 //引入ant-desi ...
分类:其他好文   时间:2021-04-27 14:35:37    阅读次数:0
Linux环境变量
环境变量(environment variable) 环境变量是在bash shell 的一个特性,用来存储系统信息、临时数据以及配置信息。在bash shell中,环境变量可分为两类:全局变量和局部变量。 全局变量: 作用范围:当前shell进程及其子shell进程 查看全局环境变量: 查看所有全 ...
分类:系统相关   时间:2021-04-27 14:34:01    阅读次数:0
CentOS7配置
# CentOS7 rm -f /etc/yum.repos.d/*.repo curl -L "http://mirrors.163.com/.help/CentOS7-Base-163.repo" -o /etc/yum.repos.d/CentOS7-Base-163.repo curl -L ...
分类:其他好文   时间:2021-04-27 14:17:29    阅读次数:0
Mac OS最简方式安装adb
1、安装 Homebrew, $/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh 命令输入后出现报错:curl: (7) Failed to connect ...
分类:数据库   时间:2021-04-26 13:47:29    阅读次数:0
动手-文字检测-PSENet
借助mmocr框架,测试几种算法的效果。 这是一个文字检测和文字识别库,集成了很多的模型,包括PSENet、PixelLink等等 安装参考 https://mmocr.readthedocs.io/en/latest/install.html (base) xuehp@haomeiya009:~/ ...
分类:Web程序   时间:2021-04-26 13:44:18    阅读次数:0
proxy_pass
proxy_set_header client_body_buffer_size proxy_connect_timeout 代理和real 的超时 proxy_send_timeout proxy_read_timeout proxy_buffer_size proxy_buffers ...
分类:其他好文   时间:2021-04-26 13:41:48    阅读次数:0
plyer包kiyv API
今天,我将介绍一个第三方模块plyer中的弹窗提醒功能。 国际惯例上管网 https://pypi.org/project/plyer/1.2.4/ 1.安装plyer 在Windows系统中,打开cmd命令提示符,输入: pip install plyer1 如果没有报错,则新建一个Python文 ...
分类:Windows程序   时间:2021-04-26 13:35:30    阅读次数:0
MAC升级Nodejs和Npm到最新版
MAC升级Nodejs和Npm到最新版 MAC升级Nodejs和Npm到最新版第一步,先查看本机node.js版本:node -v第二步,清除node.js的cache:sudo npm cache clean -f第三步,安装 n 工具,这个工具是专门用来管理node.js版本的,别怀疑这个工具的 ...
分类:Web程序   时间:2021-04-26 13:13:19    阅读次数:0
57162条   上一页 1 ... 46 47 48 49 50 ... 5717 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!