yszhao的博客

记录我的生活 学习


  • 首页

  • 关于

  • 分类

  • 归档

  • 搜索

php开发-laravel源码学习2

发表于 2023-03-14 | 分类于 PHP开发
#laravel 核心文件applications
阅读全文 »

php开发-laravel学习1

发表于 2023-03-14 | 分类于 PHP开发
public/index.php文件解析1234567891011121314151617181920212223242526272829303132333435363738# 引入自动加载文件require __DIR__.'/../bootstrap/autoload.php' ...
阅读全文 »

windows搭建apache+php+mysql5.6

发表于 2023-02-25 | 分类于 服务器相关 , windows
安装mysql服务1.下载地址:https://downloads.mysql.com/archives/community/ 2.下载相应windows版本 3.解压后cmd cd到文件目录mysqld.exe 执行 mysqld.exe install【mysqld remove 移除 ...
阅读全文 »

vue学习1

发表于 2023-02-22 | 分类于 前端 , vue
vuecli vue脚手架vue 它是一个插件 最基础的项目架构 帮集成webpack 构建 打包 编译 包含基本的架子 安装命令: npm install -g @vue/cli npm i -g @vue/cli -g 表示全 ...
阅读全文 »

java开发-相关概念

发表于 2023-02-08
一、基本概念1.JavaEE 全称 Java Platform, Enterprise Edition, 它是对 JavaSE(Java Platform, Standard Edition) 的扩展 加入了面向企业开发(实际上就是网络和 Web 有关开发)的支持,包括 Servlet,WebSoc ...
阅读全文 »

未命名

发表于 2022-04-26
title: 搭建git服务(适用小团队开发)date: 2022-04-13 22:14:23categories: # 分类 servertags: – #标签 git#添加账号 useradd git useradd -g git test passwd test cd ...
阅读全文 »

linux-搭建mysql服务

发表于 2022-04-17 | 分类于 服务器相关 , mysql
centos mysql安装1.网站:https://downloads.mysql.com/archives/community/ 2.mysql官网找到相应版本安装包 3.然后下载本地 tar -xvf mysql-5.7.21-1.el7.x86_64.rpm-bundle.tar 4.rpm ...
阅读全文 »

linux-安装配置php环境

发表于 2022-04-17 | 分类于 服务器相关
一、安装Remi源:# CentOS 6 / RHEL 6 yum install http://rpms.famillecollet.com/enterprise/remi-release-6.rpm # CentOS 7 / RHEL 7 yum install http://rpms.remi ...
阅读全文 »

搭建 nginx_server

发表于 2022-04-17 | 分类于 服务器相关
安装nginx1.yum 安装(默认情况下使用yum安装的nginx包含ssl模块) 官方 yum 源链接 http://nginx.org/en/linux_packages.html#RHEL-CentOS vim /etc/yum.repos.d/nginx.repo ...
阅读全文 »

通过vsftpd搭建ftp服务器

发表于 2022-04-15 | 分类于 服务器相关
一、yum 安装yum install vsftpd 二、编译安装yum -y install epel-release && yum -y install pam pam-devel db4-utils wget https://security.appspot.com/down ...
阅读全文 »
上一页1…101112下一页

117 日志
15 分类
15 标签
RSS
© 2025 yszhao
总访问量次 | 总访客人 |