####Joomla介绍 Joomla是一套全球知名的内容管理系统,使用PHP语言、MySQL数据库所开发,适用于Linux、 Windows、MacOSX等各种平台。 ####影响版本 3.5.0 - 3.8.5 ####环境搭建 Joomla的运行环境是PHP+MYSQL+Apache,而php ...
分类:
数据库 时间:
2020-06-03 09:21:40
阅读次数:
93
xampp的环境部署 1.本地服务器的搭建 首先要到官网下载xampp https://www.apachefriends.org/zh_cn/index.html 有各个不同的系统版本,这里我们选择windows系统的版本进行下载 下载完成完成后就是安装了,一直点击下一步选择好自己所要放置xamp ...
分类:
其他好文 时间:
2020-06-03 09:14:30
阅读次数:
60
2.1.3 集群部署 1)解压安装包 [atguigu@hadoop102 software]$ tar -zxvf kafka_2.11-2.4.1.tgz -C /opt/module/ 2)修改解压后的文件名称 [atguigu@hadoop102 module]$ mv kafka_2.11 ...
分类:
其他好文 时间:
2020-06-03 00:48:54
阅读次数:
81
急速入门,在这里我们使用RabbitMQ 3.6.5 版本进行操作: - 环境搭建: - 官网地址:http://www.rabbitmq.com/ - 环境描述:Linux(centos7 Redhat7) 1. 首先在Linux上进行一些软件的准备工作,yum下来一些基础的软件包yum inst ...
分类:
其他好文 时间:
2020-06-03 00:47:25
阅读次数:
95
参考李文周的博客搭建vscode的go开发环境 在go build 时报如下错误: exec: “gcc”: executable file not found in %PATH% 以及 sorry, unimplemented: 64-bit mode not compiled in 解决方案: ...
分类:
其他好文 时间:
2020-06-02 21:41:56
阅读次数:
65
1.安装Tomcat 一路next直到 端口一般不需要更改,如果8080没有有其他web容器在使用的话(继续一路next)选择安装路径 Tomcat服务已存在错误解决方法(报错的内容大概是Can not install Tomcat with the given name because is ex ...
分类:
系统相关 时间:
2020-06-02 11:19:39
阅读次数:
89
https://learnku.com/docs/laravel-development-environment/7.x/development-environment-windows/8444 https://learnku.com/laravel/wikis/25528 ...
环境搭建: 1. 创建maven的wabapp项目,导入maven坐标: <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3 ...
分类:
其他好文 时间:
2020-06-01 20:33:49
阅读次数:
67
安装条件 Cygwin 官方地址:http://www.cygwin.com/ swoole 官方下载地址:https://github.com/swoole/swoole-src/releases *【选好版本,我这里选的是 cygwin(最新的64位),swoole(4.4.15版本)】 一、分 ...