配置错误 不能在此路径中使用此配置节。如果在父级别上锁定了该节,便会出现这种情况。锁定是默认设置的(overrideModeDefault="Deny"),或者是通过包含 overrideMode="Deny" 或旧有的 allowOverride="false" 的位置标记明确设置的。 配置文件 ...
分类:
其他好文 时间:
2020-01-09 17:08:30
阅读次数:
95
先打开swagger官网查看文档,路径:swagger官网 那就跟着官网一步一步来吧 首先建立一个.netcore3.1的webapi,这个就不演示了。 从官网上可以看到最简单的引入swaager的步骤如下: 1、引入最新版的swaager 2、在startup类中的ConfigureService ...
分类:
Web程序 时间:
2020-01-07 14:38:16
阅读次数:
396
package.json 中 "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "webpack-dev-server --open --port 3000 --contentBase src --h ...
分类:
移动开发 时间:
2020-01-05 19:01:02
阅读次数:
154
1. Architecture F2-1(1) The application code consists of project or product files. For convenience, these are simply called app.c and app.h, however a ...
分类:
其他好文 时间:
2020-01-04 22:44:35
阅读次数:
109
1. Several terminologies: Address: Subnet: Subnet mask: A 32-bit combination used to describe which portion of an adress refers to the subnet and whic ...
分类:
Web程序 时间:
2019-12-27 10:08:18
阅读次数:
128
表单上传是通过web表单form的形式直接将文件上传到OSS 其中回调参数跟以往不同,需要另外设定. aliyun官方很多个demo代码,但唯一有效的是 这里设定回调时,可以把生成Callback实例操作放到其他地方 通过map集合传递 ...
分类:
Web程序 时间:
2019-12-27 09:59:09
阅读次数:
114
3. 飞行器入门理论知识 3.1. 名词解释: 惯性测量单元 IMU (InertialMeasurementUnit) 姿态航向参考系统 AHRS (Attitudeand Heading Reference System) 地磁角速度重力 MARG (Magnetic,Angular Rate, ...
分类:
其他好文 时间:
2019-12-27 00:18:40
阅读次数:
165
初始化msyql时出现报错 C:\mysql-5.7.19-winx64> C:\mysql-5.7.19-winx64\bin\mysqld --initialize-insecure2019-12-25T01:59:21.234788Z 0 [Warning] TIMESTAMP with im ...
分类:
数据库 时间:
2019-12-25 13:16:40
阅读次数:
94
NTP是网络时间协议(Network Time Protocol),它是用来同步网络中各个计算机的时间的协议。它的用途是把计算机的时钟同步到世界协调时UTC,其精度在局域网内可达0.1ms,在互联网上绝大多数的地方其精度可以达到1 50ms。 1.搭建本地NTP服务器 2.查询并测试本地服务器是否能 ...
分类:
其他好文 时间:
2019-12-23 13:01:14
阅读次数:
110
Index Index Use: {{#is "index"}}{{/is}} to detect this context. 使用:{{#is "index"}}{{/is}}来检测这个上下文。 Description描述 index is the name for the main post l ...
分类:
其他好文 时间:
2019-12-22 18:34:21
阅读次数:
160