HugeInt.h
/*-------------------------------------------------------*
* CopyRight 2007 北京交通大学
*
* 最后修改日期:2007-4-7
*
* 文件名:HugeInt.h
*
* 描述:HugeInt类的定义文件,定义了四则运算的接口
*
---------------------------------------------------------*/
#include &[......]
Author Archives: coder4
C++大作业--单件类(Singleton)的实现
单件类的实现
/********************************************
* CopyRight 2007 北京交通大学
* 程序名称: 单件类
* 文件名: main.cpp
* 修改日期: 2007-4-7 19:56:09
* 描述: 设计模式中的单件类的简单实现
* ********************************************/
#include <iostream>
#inc[......]
C++大作业--图形容器管理类GraphManage
头文件 GraphManage.h
/********************************************
CopyRight 200 北京交通大学
程序名称: 图形管理容器
文件名: GraphManage.h
修改日期: 2007-4-7 19:31:01
描述: 定义了容器类及相关图形类
********************************************/
#include <iostream>
#include[......]
搬家到wopusIDC了
搬家了,因为原来的空间虽然非常快而且稳定,但毕竟是Windows+IIS的,不支持Rewrite Rule规则。
这点让标签云等东西根本没法使用,现在这里速度一般,但好歹是Linux+Apache了,慢慢观察吧,暂时还算满意。[......]
转:ubuntu下lighttpd+php5的配置
原文地址:http://liuqingyan.blogspot.com/2009/01/ubuntu-810lighttpdphp.html
sudo apt-get install lighttpd php5-cgi php5-mysql
sudo lighty-enable-mod fastcgi
sudo /etc/init.d/lighttpd force-reload
编辑/var/www/index.php
<?php php_info(); ?&[......]