apache特点:功能强大,配置简单,速度快,运用范围广,稳定apache通常用于处理静态小文件使用场景:运行静态html网页、图片使用apache结合php引擎,运行php、perl等程序---LAMP组合处理静态:apache、nginx、lighttpd处理动态:tomcat、iis、resin源码安装:上传包,并解压cdhttpd-2.2.17[root@localhosthttpd-2.
分类:
Web程序 时间:
2019-08-13 22:22:20
阅读次数:
145
简介:记录在ubuntu18(64位)上安装由世界上最好的语言PHP开发的WordPress。采用LAMP(Linux,Apache,Mysql,PHP)环境。step#1服务器进行upgrade&&updateapt-getupdate&&apt-getupgrade-ystep#2安装apache2apt-getinstallapache2apache2-uti
分类:
系统相关 时间:
2019-08-13 10:38:34
阅读次数:
378
It's said that Aladdin had to solve seven mysteries before getting the Magical Lamp which summons a powerful Genie. Here we are concerned about the fi ...
分类:
其他好文 时间:
2019-08-13 00:55:26
阅读次数:
129
http://acm.hdu.edu.cn/showproblem.php?pid=3183 A Magic Lamp Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Subm ...
分类:
其他好文 时间:
2019-08-11 22:50:29
阅读次数:
134
Centos 安装 LAMP 系统: Centos 6.5 Apache 2.4 + PHP 7.2 + Mysql 5.7 准备工作 1. centos 查看版本 查看 centos版本 "How to Check CentOS Version" 2. 更新yum 源 使用yum安装 Apache ...
分类:
其他好文 时间:
2019-08-11 17:25:34
阅读次数:
120
Description 称一个1,2,...,N的排列P1,P2...,Pn是Magic的,当且仅当2<=i<=N时,Pi>Pi/2. 计算1,2,...N的排列中有多少是Magic的,答案可能很大,只能输出模P以后的值 称一个1,2,...,N的排列P1,P2...,Pn是Magic的,当且仅当2 ...
分类:
其他好文 时间:
2019-08-11 17:03:41
阅读次数:
81
快速安装 配置主题 从官网中可以预览各种主题,见 https://github.com/robbyrussell/oh my zsh/wiki/Themes。配置主题只需按一下步骤: 禁止粘贴命令时自动对特殊字符进行转义 (1)编辑 文件 (2)注释掉 解决中文乱码 在 添加 然后执行 更换系统默认 ...
分类:
其他好文 时间:
2019-08-11 14:57:45
阅读次数:
128
1)查看 web 服务的编译参数 a.查看 nginx 的编译参数: /home/oldboy/run/nginx/sbin/nginx -V 范例 1: [root@VM-001 ~]# /home/oldboy/run/nginx/sbin/nginx -V nginx version: ngi ...
分类:
其他好文 时间:
2019-08-11 01:04:26
阅读次数:
83
https://aws.amazon.com/cn/getting-started/projects/launch-lamp-web-app/ 在本项目中,您将了解如何使用 AWS Elastic Beanstalk 和 Amazon Relational Database Service (RDS ...
分类:
Web程序 时间:
2019-08-09 19:23:13
阅读次数:
133
MySQL 的CAST()和CONVERT()函数可用来获取一个类型的值,并产生另一个类型的值。两者具体的语法如下: 就是CAST(xxx AS 类型), CONVERT(xxx,类型)。 可以转换的类型是有限制的。这个类型可以是以下值其中的一个: 二进制,同带binary前缀的效果 : BINAR ...
分类:
数据库 时间:
2019-08-08 00:32:35
阅读次数:
146