下级分类
内容搜索
热门内容
推荐内容
最新内容
提出意见和建议

首页 文档 第1页
下级栏目:w3c  • windows技巧  • 开发知识库  • 系统配置管理  • 设计模式  

[windows技巧教学1

发布时间:2008-11-15  -  点击:6次  -  字数:8字

[windows技巧修复Outlook Express打开.eml文件

发布时间:2008-08-07  -  点击:24次  -  字数:325字
问题描述:安装其他邮件程序后想恢复outlook express打开.eml后缀的邮件 步骤: 要使用 /reg 选项运行 Msimn 可执行文件,请执行以下操作: 退出 Outlook Express。 命令行下输入 msimn /reg,然后单击确定。 在桌面上,双击我的电脑...

[w3c测试视频

发布时间:2008-07-14  -  点击:12次  -  字数:0字

[系统配置管理Media Wiki User Permissions

发布时间:2008-04-15  -  点击:17次  -  字数:130字
Add the following lines to your LocalSettings.php file //禁止匿名用户修改 wgGroupPermissions['*']['edit'] = false; //禁止用户注册 wgGroupPermissions['*']['cre...

[系统配置管理nagix-php.conf

发布时间:2008-03-25  -  点击:49次  -  字数:3973字
## # Basic config modified only slightly from http://brainspl.at/articles/2007/01/03/new-nginx-conf-with-optimizations # # Allows PHP to run alongside Ruby on Rails. Also # turns SSI on and uses locations as defined in install-nginx.sh...

[系统配置管理new-nginx-conf-with-optimizations

发布时间:2008-03-25  -  点击:31次  -  字数:4234字
## # Basic config modified only slightly from http://brainspl.at/articles/2007/01/03/new-nginx-conf-with-optimizations # # Turns SSI on and uses locations as...

[系统配置管理Nginx Memcached, a 400% boost

发布时间:2008-03-25  -  点击:120次  -  字数:1918字

If web architectures, performance, or scalability are topics you would like to keep on top of (who doesn't!), then chances are, you've heard of Nginx ( engine x ). Originally developed by Igor Sysoev for rambler.ru ...

[系统配置管理Nginx and Cronolog (zz)

发布时间:2008-03-25  -  点击:80次  -  字数:971字
Nginx and Cronolog (zz) 关键字: nginx cronolog Nginx and Cronolog I recently setup Nginx for one of our webservers and needed to hook cronolog up to it for all the normal reasons you want cronolog. But Nginx doesn't support piped logging...

[设计模式MVC 设计模式简介 ( Model View Controller Pattern)

发布时间:2008-03-02  -  点击:228次  -  字数:0字

MVC 设计模式简介 ( Model View Controller Pattern) 这是下一篇准备翻译的文章,请大家参与...

[设计模式五种常见的 PHP 设计模式

发布时间:2008-03-02  -  点击:48次  -  字数:0字

五种常见的 PHP 设计模式 设计模式只是为 Java 架构师准备的 至少您可能一直这样认为。实际上,设计模式对于每个人都非常有用。如果这些工具不是...

[设计模式PHP:MVC迷思

发布时间:2008-03-02  -  点击:157次  -  字数:1372字

PHP:MVC迷思 KBUG(原作) CSDN 近来设计模式风行,MVC随处可见,PHP领域也不例外,很多论坛都开始讨论在PHP中使用MVC。然而,M、V、C在PHP中到底该如何实现?MVC真的适合PHP么?这里Easy给出一些自己的思考。 MVC的原型...

[设计模式MVC设计模式

发布时间:2008-03-02  -  点击:91次  -  字数:3903字

MVC设计模式 作者:林善茂(CCIDNet)来源:sawin 前言   用户界面,特别是图形用户界面,承担着向用户显示问题模型和与用户进行操作和I/O交互的作用。用户希望保持交互操作界面的相对稳定,但更希望根据需要改变和调整显示的内容和形式...