摘要: Centos7 离线安装mysql教程 步骤一:下载安装包放到指定目录(mysql-8.0.32-linux-glibc2.12-x86_64.tar.xz) 下载地址:https://dev.mysql.com/downloads/mysq/ 步骤二:创建文件夹存放解压目录(我这里解压到/usr/ 阅读全文
posted @ 2025-01-13 17:27 .NET_海 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 步骤一:安装nginx三个依赖openssl 、pcre、zlib pcre:https://sourceforge.net/projects/pcre/files/pcre/8.45/(版本:pcre-8.45.tar.gz) zlib:http://www.zlib.net/(版本:zlib-1 阅读全文
posted @ 2025-01-10 17:14 .NET_海 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 一、proxy_pass 后面有 / location /api/ { proxy_pass http://localhost:8080/; } location /api/ { proxy_pass http://localhost:8080/xx/; }比如请求 http://localhost 阅读全文
posted @ 2025-01-09 16:27 .NET_海 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 先看效果 1、WebSocket服务建立 1.1 引入包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </depende 阅读全文
posted @ 2025-01-09 13:42 .NET_海 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 步骤一:安装gcc依赖 检查gcc是否已经安装,命令:gcc -v,出现下图说明已经安装 由于 redis 是用 C 语言开发,安装之前必先确认是否安装 gcc 环境(gcc -v),如果没有安装,执行以下命令进行安装 yum install -y gcc 步骤二:下载redis安装包 https: 阅读全文
posted @ 2025-01-07 17:20 .NET_海 阅读(77) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/DeleteWz/article/details/143602640 设置静态ip(固定ip) https://blog.csdn.net/qq_44827057/article/details/142986610 阅读全文
posted @ 2025-01-07 08:56 .NET_海 阅读(1) 评论(0) 推荐(0) 编辑
摘要: @GetMapping(value = "downloadtest") public void downloadtest(HttpServletRequest request, HttpServletResponse response) throws IOException { List<Map<S 阅读全文
posted @ 2022-07-06 10:09 .NET_海 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: 1.打开cmd命令框 输入:mvn install:install-file -Dfile=D:\tmp\Spire.Doc.jar -DgroupId=e-iceblue -DartifactId=spire.doc -Dversion=2.7.3 -Dpackaging=jar 表示成功 最后加 阅读全文
posted @ 2021-11-11 10:27 .NET_海 阅读(46) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="widt 阅读全文
posted @ 2021-05-16 10:51 .NET_海 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 直接看代码,下面是用到的所有类直接复制使用即可 项目目录: 1.Data_keyword: package com.example.medical.wechatMiniapps.webchatMessage; public class Data_keyword { private Data_styl 阅读全文
posted @ 2021-02-23 10:03 .NET_海 阅读(185) 评论(0) 推荐(0) 编辑