nginx解决vue二级目录刷新404的问题

将下面代码放在server区适当的位置 # 【自用】解决二级目录刷新出现404页面问题 location / { root /www/stocker; try_files $uri $uri/ @router; index index.html; #解决控制...

Linux安装jdk

操作系统:centos7.x 使用工具:xshell7、xftp7 Java版本:1.8 下载jdk 官网下载(推荐):https://www.oracle.com/java/technologies/downloads/ 2.使用xshell7、xftp7工具连接并上传文件到...

uniapp plus.sqlite

uniapp本地数据库,用于把数据持久话到客户端

nohub启动jar

nohup java -jar demo.jar >log.log 2>&1 & 如果需要关闭,首先查看现运行的jar程序 ps -aux | grep java 关闭不需要的jar kill -9 进程号PID

springboot 敏感词过滤 sensitive-word

相关链接: https://gitcode.net/mirrors/houbb/sensitive-word?utm_source=csdn_github_accelerator 一、maven引入 <dependency> <groupId>com.github.houbb</groupId> <artifact...

一个依赖搞定 Spring Boot 反爬虫,防止接口盗刷!

https://mp.weixin.qq.com/s?__biz=MzI5ODI5NDkxMw==&mid=2247607657&idx=6&sn=102dfafa9d7c4afebc557c691c0e7e0e&chksm=ecab6e87dbdce7912c427a0d39b7e5a904df12f7bfb70c252276254f157c6918c0c...

AI助手

1.Notion 有AI 2.AssemblyAI总结 3.tome AI做PPT 4.Canva有AI制作图片 5.LeonardoAI注册需要等几天 6.Clipdrop清理背景 7.Mokker换背景包括背光 8.Runway清理video 9.murfAI选择语言语音配音 10.Bhuman制作个性...

Socks5节点转换ClashX配置文件

ClashX>配置>打开本地配置文件夹,找到“config.yaml”打开编辑。(也可以新建一个配置文件) 官方的模板片段: proxies: # http - name: "http" type: http server: server port: 443 # username: us...

CentOS7 设置Docker开机启动

设置docker开机启动 root@localhost ~]# systemctl enable docker.service Created symlink from /etc/systemd/system/multi-user.target.wants/docker.service to /usr/lib/systemd/system/docker.service. ...