logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue 引入外部js的变量、方法(还可注册为全局)

1. 外部JS文件var URL_CONFIG = {URl : 'https://[subdomain].tianditu.com/img_w/wmts',//天地图影};export {URL_CONFIG}1,变量引用外部js:var s = "变量数据";export default{customData:function () {return s;}}

#intellij idea
vue 引入外部js的变量、方法(还可注册为全局)

1. 外部JS文件var URL_CONFIG = {URl : 'https://[subdomain].tianditu.com/img_w/wmts',//天地图影};export {URL_CONFIG}1,变量引用外部js:var s = "变量数据";export default{customData:function () {return s;}}

#intellij idea
kex_exchange_identification: read: Connection reset by peer Connection reset by IP port 22

一、github默认端口22被占用,出现github 连接错误kex_exchange_identification: read: Connection reset by peerConnection reset by IP port 22fatal: Could not read from remote repository.Please make sure you have the corre

#ssh#github#node.js
利用python识别身份证号后获取年龄和性别信息

利用python识别身份证号后获取年龄和性别信息1. 实验目的利用python识别身份证号后,从身份证号中获取年龄和性别信息2. 主代码1. 身份证号码识别# !/usr/bin/python#-*-coding:utf-8-*-import sysimport importlibimportlib.reload(sys)# reload(sys)# sys.setdefau...

#python#计算机视觉
vue初始化项目一直停在downloading template问题

通过执行下面的命令,将下载地址配置到国内镜像上:npm config set chromedriver_cdnurl https://npm.taobao.org/mirrors/chromedriver执行完成后,发现系统在“c:/users/用户名”目录下面,创建了一个.npmrc文件,里面加上了如下一句:chromedriver_cdnurl=https://npm.taobao.org/m

#npm#vue.js#node.js
到底了