自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (4)
  • 收藏
  • 关注

原创 AppServ 介绍

终于将该死的Vista干掉了,安装了XP,个人觉得vista绝对是microsoft最失败的产品之一了。一开机就吃掉了1.5G的内存,现在好了3G的内存,安装完需要的软件在XP下面才消耗500M,没的说了。本来都是分别安装Apache, PHP, MySQL的,网上找到了AppServ,下载试了一下,一分钟就全部装完了,好使啊!当然还下载了Zend,希望速度能快一点。“AppServ 是

2009-07-30 07:15:00 1693

原创 PHP error: Cannot modify header information - headers already sent

搜索了一下,是因为cookie是html文件header的一部分,所以必须在任何显示之前进行操作。因为PHP帮助我们自动生成了header,所以我们很少去关心。解决的办法就是把类似setcookie操作尽可能的提前,放到任何echo, print_r等之前。 参考:http://www.tech-recipes.com/rx/1489/solve-php-error-cannot-modi

2009-07-24 09:36:00 601

原创 PHP 范例

输出数组的时候最简单的就是print_r()函数,echo是不行的: print_r($array_name);如果想输出HTML源代码,可是使用htmlentities: echo htmlentities(Hello World);PHP的运行时错误报告配置参考:http://us.php.net/manual/en/errorfunc.configuration.php#ini.

2009-07-22 04:19:00 765

原创 Install Perl CPAN modules

You can go to http://search.cpan.org/ or use Google to find out the module.  Make sure you get the name of the module.Update Perl CPAN Link:From the root prompt on your server, invoke the CPAN

2009-07-17 00:52:00 3187

原创 Bind9 on Vista

安装参考:http://alex.charrett.com/techstuff/bind9-win2k.htmlZone file配置参考:http://www.howtoforge.com/windows_bind9 右击我的电脑,找到管理,找到服务和程序,点击服务,找到ISC BIND,电机启动,提示错误。在事件查看器中看到“loading configuration: p

2009-07-16 09:34:00 742

Microsoft's Strategy for Cloud Computing

微软关于云计算的PPT演示文档 Shawn MurrayCloud Computing Director Microsoft CorporationShawn Objectives •Value of cloud computing and potential challenges •What is Software + Services and Microsoft’s long term vision •Microsoft OnlineServices •Windows Azure and the Windows Azure Platform •Getting Started

2010-04-28

Distributed Services with OpenAFS: for Enterprise and Education

This book shows in detail how to build enterprise-level secure, redundant, and highly scalable services from scratch on top of the open source Linux operating system, suitable for small companies as well as big universities. The core architecture presented is based on Kerberos, LDAP, AFS, and Samba. It is shown how to integrate web, message related, data base and other services with this backbone. This architecture provides a Single-Sign-On solution for different client platforms and can also be employed for clustering. Although it is implemented with Debian GNU/Linux, the content can be applied to other UNIX flavors.

2009-01-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除