会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ヽ坚强的蘑菇
博客园
首页
新随笔
联系
管理
订阅
1
2
3
4
5
···
14
下一页
2025年5月8日
Alibaba Cloud Linux 3.2 编译安装php8.2.22
摘要: 1 从php的官网下载需要的php版本 我用的是 php-8.2.22.tar.gz 2 解压 tar -zxvf php-8.2.22.tar.gz 3 安装php所需要的扩展 yum -y install libxml2 libxml2-devel openssl openssl-devel b
阅读全文
posted @ 2025-05-08 11:50 ヽ坚强的蘑菇
阅读(49)
评论(0)
推荐(0)
2024年12月31日
liunx nginx 编译版本 整合php7.2的docker配置
摘要: nginx的基本配置文件如下 server { listen 80; server_name www.mydoman.com; root /www/web/project; # 确保这里指向的目录正确 是项目在系统的路径 index index.php; access_log /www/log/ng
阅读全文
posted @ 2024-12-31 10:16 ヽ坚强的蘑菇
阅读(21)
评论(0)
推荐(0)
2024年4月18日
Alibaba Cloud Linux 3.2104 LTS 安装php-5.6.12
摘要: 1 把php安装包上传到服务器 2 安装php所需要的扩展 yum -y install libxml2 libxml2-devel openssl openssl-devel bzip2 bzip2-devel curl curl-devel libjpeg libjpeg-devel libpn
阅读全文
posted @ 2024-04-18 17:16 ヽ坚强的蘑菇
阅读(161)
评论(0)
推荐(0)
Alibaba Cloud Linux 3.2104 LTS 安装mysql5.7.39
摘要: 1 上传mysql安装包到linux服务器 tar -zxvf mysql-5.7.39-linux-glibc2.12-x86_64.tar.gz mv mysql-5.7.39-linux-glibc2.12-x86_64 mysql5.7 2 创建mysql用户 groupadd mysql
阅读全文
posted @ 2024-04-18 15:32 ヽ坚强的蘑菇
阅读(354)
评论(0)
推荐(0)
2023年9月4日
idea 新建springboot mave 项目
摘要: 1 idea 新建项目 2 选择springboot 版本以及相关配置 创建好项目 3 设置项目配置 4 初始化的项目结构如下 5 新建IndexController package com.example.demo.controller; import org.springframework.we
阅读全文
posted @ 2023-09-04 11:51 ヽ坚强的蘑菇
阅读(44)
评论(0)
推荐(0)
2023年3月9日
spring boot 2.x 配置log4j2
摘要: 1 配置pom.xml 如果依赖中包含了spring-boot-starter加入以下代码 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <e
阅读全文
posted @ 2023-03-09 15:02 ヽ坚强的蘑菇
阅读(122)
评论(0)
推荐(0)
2022年12月1日
linux jdk 安装
摘要: 1 检查是否已经安装java rpm -qa | grep java rpm -e --nodeps 需要卸载的包名 2 安装jdk 下载jdk 下载地址如下 https://www.oracle.com/java/technologies/downloads/#java8 下载 x64 Compr
阅读全文
posted @ 2022-12-01 17:22 ヽ坚强的蘑菇
阅读(49)
评论(0)
推荐(0)
2022年11月17日
laravel5.5 数据查询记录
摘要: laravel5.5版本数据查询 基于 prettus/l5-repository 插件 首先安装好 prettus/l5-repository插件 配置相关参数 1 根据条件查询数据总数 public function getTotal(array $where) { return $this->
阅读全文
posted @ 2022-11-17 11:51 ヽ坚强的蘑菇
阅读(86)
评论(0)
推荐(0)
2022年3月7日
Alibaba Cloud Linux 3.2104 64位安装mydumper-0.9.1
摘要: 1 下载 wget https://launchpad.net/mydumper/0.9/0.9.1/+download/mydumper-0.9.1.tar.gz tar -zxvf mydumper-0.9.1.tar.gz cd mydumper-0.9.1/ 安装所需要的依赖环境 yum -
阅读全文
posted @ 2022-03-07 11:48 ヽ坚强的蘑菇
阅读(150)
评论(0)
推荐(0)
2022年2月9日
Alibaba Cloud Linux 3.2104 64位安装nginx-1.16.1
摘要: 1 下载nginx 从nginx官网 http://nginx.org/ 下载新的稳定版本nginx 并上传到linux服务器 2 安装nginx 所需要的扩展 yum -y install pcre openssl openssl-devel 3 安装nginx useradd -s /sbin/
阅读全文
posted @ 2022-02-09 13:52 ヽ坚强的蘑菇
阅读(1219)
评论(0)
推荐(0)
1
2
3
4
5
···
14
下一页
公告