一、说在前面 我在用pip下载包时经常有下载比较慢和如下错误的问题 Could not fetch URL https://pypi.tuna.tsinghua.edu.cn/simple/pipenv/ 二、解决方法 默认pip是使用Python官方的源,但是由于国外官方源经常被墙,导致不可用,我 ...
分类:
编程语言 时间:
2021-01-26 11:47:24
阅读次数:
0
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="true" sslProtocol="TLS" keystor ...
分类:
其他好文 时间:
2021-01-25 11:20:14
阅读次数:
0
LaTeX is a markup language for describing a document. To Install Tex Live LaTeX distribution : sudo dnf install texlive-scheme-full LaTeX Editors : su ...
分类:
其他好文 时间:
2021-01-25 11:19:41
阅读次数:
0
关于配置laravel的https,其实不难,关键是要找对地方,修改了就能立马用,当然这前面你还需要配置nginx的证书之类的,这个今天我们不讲,重点提下laravel内的,必须要操作的几个地方。 第一个位置 .env文件目的:设置网站默认地址 APP_URL=https://www.你的域名.co ...
分类:
Web程序 时间:
2021-01-25 10:53:51
阅读次数:
0
Spring Boot 整合Swagger2 依赖导入 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </depend ...
分类:
编程语言 时间:
2021-01-25 10:42:42
阅读次数:
0
1.运行Node.js安装程序脚本 下载并执行脚本: 1 2 3 $ sudo yum -y install curl $ curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash - 2.在CentOS 8/7、RHEL 8/7系统上安装 ...
分类:
Web程序 时间:
2021-01-22 12:00:16
阅读次数:
0
1:pom中设置下载源为阿里云 <repositories> <repository> <id>aliyun</id> <name>aliyun</name> <url>https://maven.aliyun.com/repository/public</url> </repository> </ ...
分类:
编程语言 时间:
2021-01-22 12:00:04
阅读次数:
0
一、LR函数 : lr_start_transaction: 为性能分析标记事务的开始 lr_end_transaction: 为性能分析标记事务的结束;事务名称与事务开始时保持一致 lr_rendezvous :在 Vuser 脚本中设置集合点 lr_think_time : 思考时间,暂停 Vu ...
分类:
其他好文 时间:
2021-01-20 11:49:55
阅读次数:
0
嵌套路由 知识点 嵌套路由是指在动态路由的基础上再加上附加的嵌套URL(即:组件),比如说:(/player/:uid/*)/player/1/profile, /player/1/stats等。 嵌套路由的使用方法 实战演习 Player/Profile.vue Player/Stats.vue ...
分类:
其他好文 时间:
2021-01-19 12:29:34
阅读次数:
0
公司要开始分配给我做前后端分离项目了555555555555 让我一个java的去了解vue并且还要会搭建 莫得办法那么就开始必不可少的安装环节吧: 第一步! 安装node.js: 首先进入官网node.js 附上官网url:https://nodejs.org/en/ 按照箭头 选择下载windo ...
分类:
Web程序 时间:
2021-01-19 12:22:18
阅读次数:
0