目录 1|0一、项目发布 1|1VS截图 项目发布 选择则文件夹,点击编辑 1|2nssm下载 下载网址 1|3Nginx 下载网址 2|0二、项目部署 2|1nssm启动服务 打开cmd 输入: nssm install 端口配置:--urls "http://*:15005;"15005替换为自 ...
分类:
Web程序 时间:
2020-10-14 20:51:43
阅读次数:
53
1.安装 npm install echarts --save main.js import echarts from 'echarts' Vue.prototype.$echarts = echarts 2. <div id="chart15" :style="{width: '100%', he ...
分类:
其他好文 时间:
2020-10-14 20:39:25
阅读次数:
25
*本文针对如何结合turtlebot3和Open-Manipulator机械臂做出讲解 测试在Ubuntu 16.04, Linux Mint 18.1和ROS Kinetic Kame下进行 具体步骤如下: 安装依赖包 sudo apt-get install ros-kinetic-moveit ...
分类:
其他好文 时间:
2020-10-14 20:27:55
阅读次数:
32
1.jupyter notebook的安装 通过pip方式安装: pip install jupyter notebook 备注:安装前建议把pip升级到最新版本,不然在安装时可能会出现无法同步安装的问题,参考命令:pip3 install --upgrade pip 2.安装成功,即可通过命令启动 ...
分类:
编程语言 时间:
2020-10-13 17:52:08
阅读次数:
46
安装yarn npm install -g yarn 安装成功后,查看版本号: yarn --version 创建文件夹 yarn md yarn 进入yarn文件夹 cd yarn 初始化项目 yarn init // 同npm init,执行输入信息后,会生成package.json文件 yar ...
分类:
其他好文 时间:
2020-10-13 17:42:26
阅读次数:
32
npm报错 npm ERR! code ERR_TLS_CERT_ALTNAME_INVALID npm ERR! errno ERR_TLS_CERT_ALTNAME_INVALID 在下载npm依赖包输入 npm install 命令的时候出错 以下是错误信息 错误信息: npm ERR! co ...
分类:
其他好文 时间:
2020-10-13 17:38:08
阅读次数:
43
一、使用cnpm 1.使用阿里定制的 cnpm 命令行工具代替默认的 npm,输入下面代码进行安装: $ npm install -g cnpm --registry=https://registry.npm.taobao.org 以后安装插件只需要使用cnpm intall即可。 二、仍然使用np ...
分类:
其他好文 时间:
2020-10-13 17:35:21
阅读次数:
27
yum install -y gitgit clone https://github.com/alexazhou/VeryNginx.gitcd VeryNginxpython install.py install配置文件位置/opt/verynginx/openresty/nginx/conf/n ...
分类:
其他好文 时间:
2020-10-13 17:10:48
阅读次数:
17
一、图片基础和keras介绍 1、图片三要素 2、keras常用api 3、keras读取图片 使用image前需安装pillow pip install Pillow from tensorflow.python.keras.preprocessing.image import load_img, ...
分类:
其他好文 时间:
2020-10-13 17:04:38
阅读次数:
22
一键部署Tomcat环境-v1 #!/bin/bash #2020-03-15:21:04 #auto config tomcat web. #By Precious ################################ #install jdk. tar xf jdk1.8.0_131 ...
分类:
其他好文 时间:
2020-10-13 16:49:58
阅读次数:
20