码迷,mamicode.com
首页 >  
搜索关键字:ansible install lnmp    ( 45243个结果
pytorch runtime error: CUDNN_STATUS_MAPPING_ERROR
pytorch runtime error: CUDNN_STATUS_MAPPING_ERROR Python 基础教程--pytorch 报错 以创建Pytorch为例 (For more information, please go to Alan D. Chen , upgrading~~) ...
分类:移动开发   时间:2021-06-19 19:30:11    阅读次数:0
NPM
####什么是npm Node的模块管理工具,根据npm我们可以快速安装,卸载所需要的资源文件 ####基于npm进行模块管理 $npm install xxx 把模块安装到当前项目中(node_modules) $npm install xxx -g 把模块安装在全局环境中 $npm i xxx@ ...
分类:其他好文   时间:2021-06-19 19:27:27    阅读次数:0
【自动重启】nodemon自动重启动服务【node.js】
配置vscode auto save afterDelay 安装 npm install -g nodemon --registry=https://registry.npm.taobao.org 运行 // node test.js nodemon test.js ...
分类:Web程序   时间:2021-06-19 19:17:14    阅读次数:0
Vue4(vue-cli脚手架和webpack)
获取原生的DOM的方式 <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <script src="../vue-router.js"></scr ...
分类:Web程序   时间:2021-06-19 18:51:18    阅读次数:0
requests基础(一)-requests模拟get请求、post请求
requests安装 pip install requests requests模拟get请求 response.content 是二进制模式,通常需要转换成UTF-8模式,否则会乱码 #requests模拟get请求、 import requests response=requests.get(' ...
分类:其他好文   时间:2021-06-19 18:49:51    阅读次数:0
Shell脚本生成目录树🌲
工程结构复杂,不方便查看结构目录怎么办? shell帮你搞定,看看效果 解锁方式(Mac端) 1:通过Homebrew安装tree brew install tree 2、cd到目标目录下,执行tree命令 cd /xxx/x tree /xxx/x 就是这么简单,enjoy it🍺 ...
分类:系统相关   时间:2021-06-19 18:41:04    阅读次数:0
axios
首先安装axios npm install axios --save 在src下新建utils文件夹 再新建request.js文件 //utils->request.js import axios from 'axios' const requests = axios.create({ baseU ...
分类:移动开发   时间:2021-06-18 20:13:16    阅读次数:0
服务器 安装docker
#更新yum软件管理器 yum -y update #安装docker yum install -y docker 2.配置docker 加速器 curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://f1361 ...
分类:其他好文   时间:2021-06-18 20:01:26    阅读次数:0
uniapp 双语
一.安装i18n npm install vue-i18n --save 二.新建文件夹locales和pages 文件夹平行,里面创建 indedx.js 公共使用 en.js 英文 zh.js 中文 三.index.js 里内容 四 en.js 五 zh.js 六 main.js 引入 七使用 ...
分类:移动开发   时间:2021-06-18 19:58:18    阅读次数:0
mac 下灵活管理node版本
先卸载 brew安装的node,避免与n安装的node冲突 brew uninstall node 然后安装 n brew install n 通过n 安装不同版本的node sudo n 16.3 sudo n 14.17.0 查看n % n list node/14.17.0 node/16.3 ...
分类:系统相关   时间:2021-06-18 19:52:04    阅读次数:0
45243条   上一页 1 ... 8 9 10 11 12 ... 4525 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!