1、 #region 程序集 System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // C:\Program Files (x86)\Reference Assemblies\Microsoft\ ...
分类:
Web程序 时间:
2020-03-27 21:25:49
阅读次数:
86
1、 #region 程序集 System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // C:\Program Files (x86)\Reference Assemblies\Microsoft\ ...
分类:
Web程序 时间:
2020-03-27 21:22:51
阅读次数:
83
1、 #region 程序集 mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // C:\Program Files (x86)\Reference Assemblies\Microsoft\Fr ...
分类:
其他好文 时间:
2020-03-27 21:19:03
阅读次数:
54
在vue中 标签: <input accept="image/*" type="file" capture="camera" name="file" ref="input" @change="openFace" /> 函数调用: openFaceRecognition(this.$refs.inpu ...
分类:
Web程序 时间:
2020-03-27 15:32:55
阅读次数:
159
最近准备开发一款 web app,是前后端并行开发的场景,因此需要 mock 一些数据,但是 vue 官网上发现没有跑在webpack上的例子。 案例数据来自网上。 一、安装 vue 脚手架并初始化 webpack 项目 //全局安装 vue-cli npm install vue-cli -g / ...
分类:
Web程序 时间:
2020-03-27 01:08:05
阅读次数:
148
1、 #region 程序集 System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // C:\Program Files (x86)\Reference Assemblies\Microsoft\ ...
分类:
Web程序 时间:
2020-03-27 00:35:07
阅读次数:
71
You can open files into Vim directly from the terminal. This works for both single files and multiple files. In addition to reading these files into b ...
分类:
系统相关 时间:
2020-03-26 19:56:48
阅读次数:
88
创建配置中心: 选择Spring Initializr模板 选择Config Server pom文件 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xs ...
分类:
编程语言 时间:
2020-03-26 17:52:11
阅读次数:
183
pip._vendor.requests.packages.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. Colle ...
分类:
其他好文 时间:
2020-03-26 14:04:24
阅读次数:
288
首先,如果已经安装了nodejs的话,最大的可能就是没有配置环境变量或者配置的不对。 解决步骤: 1.设置环境变量:右键“我的电脑”-属性-高级系统设置-高级-环境变量,如下图: 然后再下面一栏系统变量下选择新建,然后新建一个NODE_PATH,并设置安装的地址,我安装的时候仅仅是把C盘改为了D盘, ...
分类:
Web程序 时间:
2020-03-25 23:37:38
阅读次数:
188