系统配置为Centos 5.5
x85版,使用yum安装httpd对于没有安装vim的,可以使用此命令安装: yum -y install
vim-enhanced配置httpd.conf文件: vim
/etc/httpd/conf/httpd.conf(1)指定apache的监听对应端口,如图示...
分类:
其他好文 时间:
2014-05-10 08:31:44
阅读次数:
340
打开 /etc/httpd/conf/httpd.conf 文件修改两个地方 #Listen
12.34.56.78:80 Listen 80 #把80改为你设置的端口,我设置端口为5555 Listen 5555 NameVirtualHost
*:80 #把80改为你设置的端口,我设置端口为55...
分类:
其他好文 时间:
2014-05-10 08:07:15
阅读次数:
284
yum install policycoreutils-python
分类:
其他好文 时间:
2014-05-10 07:59:06
阅读次数:
163
目
录一、硬件要求二、软件三、系统安装注意四、安装Oracle前的系统准备工作五、安装Oracle,并进行相关设置六、升级Oracle到patchset
10.2.0.4七、使用rlwrap调用sqlplus中历史命令一、硬件要求1、内存 & swapMinimum: 1 GB of RAMReco...
分类:
数据库 时间:
2014-05-10 06:24:42
阅读次数:
697
摘要: 说明: Linux服务器操作系统:CentOS 5.8
32位(注意:系统安装时请单独分区/data用来安装oracle数据库) Linux服务器IP地址:192.168.21.150
Oracle数据库版本:linux_11gR2_database Wind...说明:Linux服务器操作...
分类:
数据库 时间:
2014-05-10 06:16:37
阅读次数:
554
Command Network Time Limit: 1000MSMemory Limit:
131072K Total Submissions: 11970Accepted: 3482 Description After a long lasting
war on words, a war on...
分类:
Web程序 时间:
2014-05-10 05:27:44
阅读次数:
475
Pat1076代码
题目描述:
Weibo is known as the Chinese version of Twitter. One user on Weibo may have many followers, and may follow many other users as well. Hence a social network is formed with foll...
分类:
其他好文 时间:
2014-05-10 04:50:24
阅读次数:
403
一基本概念
该类恰是上文介绍的DatagramSocket的子类。
DatagramSocket只允许数据报发送给指定的目标地址,而MulticastSocket可以将数据报以广播的方式发送到多个客户端
若要使用多点广播,则需要让一个数据报标有一组目标主机地址,当数据报发出后,整个组的所有所有主机都能收到该数据报。IP多点广播(或多点发送)实现了将单一信息发送到多个接受者的...
分类:
编程语言 时间:
2014-05-10 03:46:16
阅读次数:
341
先下载最新的newlisp代码,解压后进入目录创建文件CMakeLists.txt, 内容如下:cmake_minimum_required (VERSION 2.6)
include_directories(${CMAKE_SOURCE_DIR})
project(newlisp)
set(NEWLISP_SRC newlisp newlisp.c nl-symbol.c nl-math...
分类:
其他好文 时间:
2014-05-10 03:38:36
阅读次数:
374
版本:1.0.0-beta
作者:石硕
更新:2014-04-30 15:51:40
============================================================
Linux拥有众多的发行版,每个发行版都有提供镜像,但是,在国内这些镜像的下载速度参差不齐,
偶尔会有更新失败的情况。
网上众多推荐的镜像源为163的镜像,笔者通过一段...
分类:
系统相关 时间:
2014-05-09 21:06:04
阅读次数:
382