码迷,mamicode.com
首页 >  
搜索关键字:nginx 常用配置文件模块 module nginx config    ( 59505个结果
OPENSSL生成SSL自签证书
自签SSL证书免费数字证书(Certificate) 所谓数字证书,是一种用于电脑的身份识别机制。由数字证书颁发机构(CA)对使用私钥创建的签名请求文件做的签名(盖章),表示CA结构对证书持有者的认可。 ##X.509是一个标准,规范了公开秘钥认证、证书吊销列表、授权凭证、凭证路径验证算法等 ope ...
分类:其他好文   时间:2021-06-22 18:27:09    阅读次数:0
vue-cli2/3打包增加版本号,解决缓存问题
vue-cli 2.0 在webpack.prod.conf.js代码配置 最顶层 增加 const version = new Date().getTime() cosnt webpackConfig = merge(baseWebpackConfig, { ..., // 此处省略 // 增加o ...
分类:其他好文   时间:2021-06-22 18:18:12    阅读次数:0
git推送文件到gitee
注册gitee账号 设置姓名、个人空间地址 点击头像旁边的加号,新建仓库 安装git # 设置姓名和邮箱,姓名是注册gitee时设置的姓名,邮箱是注册gitee的邮箱 git config --global user.name "chny" git config --global user.emai ...
分类:其他好文   时间:2021-06-22 18:09:32    阅读次数:0
ckeditor粘贴word图片自动上传功能
? 这种方法是servlet,编写好在web.xml里配置servlet-class和servlet-mapping即可使用 后台(服务端)java服务代码:(上传至ROOT/lqxcPics文件夹下) <%@ page language="java" import="java.util.*" pa ...
分类:Web程序   时间:2021-06-21 21:12:06    阅读次数:0
nacos读取不到nacos中配置信息问题
pom.xml配置 需要添加spring-boot-starter-actuator很重要不要然报错 <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-co ...
分类:其他好文   时间:2021-06-21 21:11:16    阅读次数:0
centos7.5-nginx-1.20.1安装教程
1.安装编码依赖包 nginx在linux安装的前提需要:wget、gcc、pcre、openssl、zlib [root@master ~]# yum -y install gcc gcc-c++ [root@master ~]# yum install -y pcre pcre-devel [r ...
分类:其他好文   时间:2021-06-21 21:09:19    阅读次数:0
webpackPlugin处理index.html到dist
1.webpack.config.js中导入 const HtmlWebpackPlugin = require('html-webpack-plugin') 2.pulgin中新增 new HtmlWebpackPlugin({ template:'index.html' }) 3.需要删除out ...
分类:Web程序   时间:2021-06-21 20:44:37    阅读次数:0
Linux上安装tomcat
一、安装tomcat tomcat下载地址 linux上新建文件夹 mkdir -p /opt/module mkdir -p /opt/software 通过finalshell移动到 /opt/software文件下 进入 /opt/software下 cd /opt/software 解压压缩 ...
分类:系统相关   时间:2021-06-21 20:15:20    阅读次数:0
天气情况的获取
函数获取使用高德天气接口 import requests 爬取数据 def read_location(name): centerurl = "https://restapi.amap.com/v3/config/district?keywords=" centerurl2 = "&subdistr ...
分类:其他好文   时间:2021-06-21 20:05:25    阅读次数:0
Linux 平台安装 Nginx 1.20
Linux 平台安装 Nginx 1.20 该博客中使?的系统为 CentOS 7 Linux 发?版 系统版本详情: Linux centos7-shanghai 3.10.0-1160.25.1.el7.x86_64 #1 SMP Wed Apr 28 21:49:45 UTC 2021 x86 ...
分类:系统相关   时间:2021-06-21 19:54:00    阅读次数:0
59505条   上一页 1 ... 7 8 9 10 11 ... 5951 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!