微软实习生线上笔试-2015-4-3(1,2题) Magic Box && Professor Q's Software...
分类:
其他好文 时间:
2015-04-04 18:29:54
阅读次数:
149
题目1 : Magic Box时间限制:10000ms单点时限:1000ms内存限制:256MB描述The circus clown Sunny has a magic box. When the circus is performing, Sunny puts some balls into th...
分类:
其他好文 时间:
2015-04-04 18:11:10
阅读次数:
138
CentOS 6.4安装配置LAMP服务器(Apache+PHP5+MySQL)作者: 字体:[增加 减小] 类型:转载这篇文章主要介绍了CentOS 6.4安装配置LAMP服务器(Apache+PHP5+MySQL)的方法,需要的朋友可以参考下准备篇:1、配置防火墙,开启80端口、3306端口vi...
分类:
其他好文 时间:
2015-04-03 13:21:57
阅读次数:
110
一、关闭防火墙及SELINUX:#iptables-F#/etc/init.d/iptablesstop#sed-i‘s/SELINUX=enforcing/SELINUX=disabled/g‘/etc/sysconfig/selinux二、下载软件包:1.下载apache:http://apache.dataguru.cn//httpd/httpd-2.4.12.tar.gz2.下载mysql:http://mysql.mirror.kangaroot.net..
分类:
数据库 时间:
2015-04-03 11:34:28
阅读次数:
206
Ubuntu上LAMP环境搭建以下内容*参考自OSC的这篇文章*在慕课网上有一个LAMP配置的课程讲的也很好,还讲了一些Ubuntu和Linux的拓展知识
安装sudo apt-get install apache2(在安装之后会新建一个目录/var/www)
sudo apt-get install mysql-server mysql-client
sudo apt-get install ph...
分类:
其他好文 时间:
2015-04-03 09:27:39
阅读次数:
142
1.先安装http./configure --prefix=/usr/local/services/httpd-2.2.29 --enable-rewrite --enable-so2.安装mysql./configure \--prefix=/usr/local/services/php-5.3....
分类:
其他好文 时间:
2015-04-03 01:31:51
阅读次数:
129
1.安装tasksel sudo?apt-get?install?tasksel 使用tasksel 时只需?? sudo tasksel 2.安装lamp sudo tasksel instal lamp-server 打开浏览器输入127.0.0.1 可以看到apache首页 切换到/var/www/html(默认目录)...
分类:
系统相关 时间:
2015-04-02 16:51:29
阅读次数:
169
1.安装系统依赖包和搭建LAMP环境[root@tong2~]#yuminstallrrdtoolnet-snmpnet-snmp-libsnet-snmp-utils-y[root@tong2~]#yuminstallhttpdphpphp-mysqlphp-snmpphp-xmlphp-gdmysql-servermysql-y[root@tong2~]#vim/etc/httpd/conf/httpd.confServerNamelocalhostDirectoryIndexin..
分类:
其他好文 时间:
2015-04-02 16:48:53
阅读次数:
161
1.搭建LAMP环境和安装系统依赖包[root@tong3~]#yuminstallgccgcc-c++crulcrul-develmysqlmysql-serverhttpdphp-gdphpphp-xmlphp-mbstringnet-snmpsnmpnet-snmp-develphp-mysqlphp-bcmath-y[root@tong3~]#cd/etc/httpd/conf[root@tong3conf]#vimhttpd.confServerNamelocalhostDi..
分类:
其他好文 时间:
2015-04-02 16:45:04
阅读次数:
208
首先我已经配置好了,LAMP环境,或者可以使用下面的命令:[root@localhost~]#yuminstallmakemysql-serverhttpdphpmysql-develgccnet-snmp-develcurl-develperl-DBIphp-gdphp-mysqlphp-bcmathphp-mbstringphp-xmlunixODBC-develOpenIPMI-devellibxml2-devel完成安装:1、新建一..
分类:
其他好文 时间:
2015-04-02 16:40:14
阅读次数:
198