import axios from 'axios'; import iView from 'iview'; const baseApiObj = { production: 'https://imzt.bndxqc.com/api', experience: 'https://imztty.bndx ...
分类:
Web程序 时间:
2021-07-05 16:58:57
阅读次数:
0
首先说一下(DbFirst)数据库先行, 1.建好项目后通过 NuGet 安装所需依赖性: (1)Microsoft.EntityFrameworkCore (2)Microsoft.EntityFrameworkCore.Design (3)Microsoft.EntityFrameworkCor ...
分类:
其他好文 时间:
2021-07-05 16:55:20
阅读次数:
0
1、设置加速,修改/etc/apt/sources.list如下 deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main contrib non-free rpi deb-src http://mirrors.tu ...
分类:
其他好文 时间:
2021-07-05 16:54:39
阅读次数:
0
writedby 张艳涛 长连接是HTTP/1.1的特征之一,1.1出现的原因是因为一个客户请求一个网页,这是一个http请求,这个网页中如果有图片,那么也会变为一个http请求,对于java客户端,一个http请求 是通过socket.getinputstream.cast(PrintWriter ...
分类:
Web程序 时间:
2021-07-05 16:48:32
阅读次数:
0
![](https://img2020.cnblogs.com/blog/2110730/202107/2110730-20210702171127365-1950785821.png) ![](https://img2020.cnblogs.com/blog/2110730/202107/2110... ...
分类:
其他好文 时间:
2021-07-05 16:47:52
阅读次数:
0
1 直接创建索引,这样比较占用空间;2 创建前缀索引,节省空间,但会增加查询扫描,并且不能使用覆盖索引;3 倒叙存储,再创建前缀索引,用于绕过字符串本身前缀区分度不够的问题;4 创建hash字段索引,查询新能稳定,有额外的存储和计算消耗,不支持范围扫描。 ...
分类:
数据库 时间:
2021-07-05 16:44:27
阅读次数:
0
一)连接 连接通常来自Web服务器,下面列出了一些与连接有关的参数,以及该如何设置它们。 1、max_connections 这是Web服务器允许的最大连接数,记住每个连接都要使用会话内存(关于会话内存,文章后面有涉及)。 2、max_packet_allowed 最大手游数据包大小,通常等于你需要 ...
分类:
数据库 时间:
2021-07-05 16:40:37
阅读次数:
0
driverClassName = com.mysql.cj.jdbc.Driver url = jdbc:mysql://localhost:3306/数据库名?serverTimezone=UTC username = root password = 123456 #初始化连接数量 initia ...
分类:
其他好文 时间:
2021-07-05 16:39:21
阅读次数:
0