文章原文地址:https://www.113p.cn/15.html ...
分类:
其他好文 时间:
2020-06-25 10:18:01
阅读次数:
84
参考:链接 介绍 WordPress 是一款使用 PHP 语言开发的博客平台,您可使用通过 WordPress 搭建属于个人的博客平台。本文以 CentOS 6.5 操作系统为例,手动搭建 WordPress 个人站点。 搭建 lnmp环境搭建 参考:链接 软件 WordPress:博客平台,本文以 ...
分类:
系统相关 时间:
2020-06-23 15:53:30
阅读次数:
296
1.双击打开通达信平台,找到最上方的工具并鼠标左键点击。 2.点击“工具”在下拉框中找到“用户板块设置”。 3.打开设置后,在上方选择要导出的自定义板块。 4.在右下方选择导出板块并自定义文件名。 5.也可以添加其他板块如定制品种,也可以从文本导入至制定板块。 补充:牧童308在2013年就回答了: ...
分类:
其他好文 时间:
2020-06-23 13:07:58
阅读次数:
428
只是为了记录一下,出处看最后 一,安装 apache 1,安装 apache [hadoop@YunMaster ~]$ sudo yum -y install httpd httpd-manual mod_ssl mod_perl mod_auth_mysql 2,启动 apache [hadoo ...
分类:
其他好文 时间:
2020-06-22 22:39:34
阅读次数:
66
实战环境LNMP项目实战:L:Linux(centos7.6)http://mirrors.cqu.edu.cn/CentOS/7.6.1810/isos/x86_64/N:Tengine(1.12.2)http://tengine.taobao.org/download/tengine-2.1.2.tar.gz主机信息:部署规划:172.24.77.242(sr2.dj.com):运行Tengi
分类:
其他好文 时间:
2020-06-22 19:33:54
阅读次数:
98
一、环境信息 CentOS Linux release 8.1.1911 (Core) Redis server v=5.0.3 二、yum方式安装 1、添加EPEL仓库 sudo yum install epel-release 2、更新 sudo dnf update 3、使用 CentOS 8 ...
分类:
数据库 时间:
2020-06-22 12:41:55
阅读次数:
65
编写脚本: [root@localhost ~]# vim /shell/lnmp.sh #!/bin/bash yum -y install epel-release &> /dev/null yum -y clean all &> /dev/null yum -y install nginx p ...
分类:
系统相关 时间:
2020-06-21 20:02:38
阅读次数:
57
环境LNMP php 7.3 mysql 5.6 报错 SQLSTATE[HY000]: General error: 1128 Function 'ngram' is not defined (SQL: CREATE FULLTEXT INDEX content ON `testposts` (` ...
分类:
数据库 时间:
2020-06-21 13:40:44
阅读次数:
75
linux中,对不同路径下的文件,系统默认指定了不同的操作权限(读/写/执行),出现这个问题是由于文件的权限不足造成的。(路径为/opt/lampp/htdocs/LearnPHP_jayce/hello.php)。 为其父级目录指定可读可写可执行权限: cd /opt/lampp/htdocs s ...
分类:
系统相关 时间:
2020-06-21 11:52:11
阅读次数:
75
ArchLinux下安装LAMP 1.安装Apache 安装apache sudo pacman -S apache 查看版本 ? httpd -v Apache配置文件位置("SeverRoot") ? /etc/httpd/conf/httpd.conf http服务文件夹("DocumentR ...
分类:
系统相关 时间:
2020-06-20 22:33:57
阅读次数:
70