登录社区云,与社区用户共同成长
邀请您加入社区
nvm下载安装1、可以去github上下载最新版本 点击下载2、上面的页面打不开或者下载太慢,可以用我的百度网盘链接下。链接:https://pan.baidu.com/s/14PX1xUQuk74nEd3bvR9twg提取码:libunvm-noinstall.zip: 这个是绿色免安装版本,但是使用之前需要配置nvm-setup.zip(推荐):这是一个安装包,下载之后点击安装,无需配置就可以
一、摄像头rtsp流画面测试首先根据相关摄像头内附的说明书对摄像头进行安装以及wifi配置或者通过网线直连,配置完成后确保摄像头画面能够在手机APP或者相关应用程序上正常播放。然后进入海康威视官网下载并安装SADP摄像头IP搜索工具。打开SADP(设备网络搜索),即能查看当前局域网下的所有海康摄像头IP地址。下面进行摄像头rtsp流播放测试:1.下载VLC media player,并安装打开。2
准备工作1.安装node.js开发环境:http://www.runoob.com/nodejs/nodejs-install-setup.html2.了解cheerio库英文:https://github.com/cheeriojs/cheerio中文:https://cnodejs.org/topic/5203a71844e76d216a727d2e
控制台:Error: connect ECONNREFUSED 127.0.0.1:3306at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1097:14)--------------------at Protocol._enqueue (D:\桌面文件\vue电商项目\vue_api_server\node_modules\mysql
git报错:The TLS connection was non-properly terminated.报错提示:fatal: unable to access 'https://github.com/CMU-Perceptual-Computing-Lab/openpose.git/': gnutls_handshake() failed: The TLS connection was non
今天在写了一个简单的H5页面,项目结构如下图所示然后在运行的时候突然报错Access to script at‘file:///Volumes/PERSON/font_end/h5xuexi/h5-learning3/vue_nocli/js/main.js’from origin ‘null’ has been blocked by CORS policy: Cross originreques
Vue项目通过node连接MySQL数据库1.创建Vue项目vue create 项目名2.下载安装需要的插件下载expressnpm install express下载cors,用于处理接口跨域问题npm install cors下载mysqlnpm install mysql下载axiosnpm install axios3.在项目中创建server文件夹,用于搭建本地服务器创建/server