logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

nacos安装与基础配置

安装:从nacos官网 https://nacos.io/zh-cn/index.html 下载安装包,最新正式版:nacos-server-1.0.0.tar.gz,直接解压就可以了tar -xvf nacos-server-1.0.0.tar.gz启动:cd/nacos/binsh startup.sh -m standalone访问:localhost:8848/naco...

java-keytool自签名证书转nginx证书

java-keytool自签名证书转nginx所需证书

文章图片
#java#nginx
nginx单域名配置访问多vue项目(vue3 + vite4)

nginx单域名配置访问多vue项目,vue由vue3+vite4实现

文章图片
#nginx#vue.js
nginx去除Server信息

1、nginx去除版本信息user nginx;http {keepalive_timeout65;// # 配置项server_tokens off;server {...}}但是,返给客户端的信息还存在nginx服务器类型信息,但是没有版本:Server :nginx2、完整去除Server HTTP 头组件:headers-more-nginx-module地址: https://githu

#nginx
linux使用top查看buff/cache过高

linux使用top查看buff/cache过高

#linux
nginx配置请求springboot-admin

nginx配置请求springboot-admin

#nginx#spring boot
nacos安装与基础配置

安装:从nacos官网 https://nacos.io/zh-cn/index.html 下载安装包,最新正式版:nacos-server-1.0.0.tar.gz,直接解压就可以了tar -xvf nacos-server-1.0.0.tar.gz启动:cd/nacos/binsh startup.sh -m standalone访问:localhost:8848/naco...

jenkins 使用记录

centos安装jenkins及使用记录

#jenkins
vue中使用rsa加密

流程:前端:md5,rsa,base64后端:base64,rsa,得到md5安装相关依赖:npm i jsencryptnpm i js-md5npm i js-base64全局引入:Vue.prototype.$jsEncrypt = JsEncrypt;Vue.prototype.$md5 = md5;Vue.prototype.$base64 = base64;...

antdv select 样式改变

vue版ant design select 样式调整布局<div class="select-wrap"><a-select><a-select-option></a-select-option></a-select></div>外部的选择框和展示框# 局部样式.select-wrap /deep/ .ant-select {

#css
    共 12 条
  • 1
  • 2
  • 请选择