摘要: 原文出处:http://support.microsoft.com/kb/976618原文标题:当系统文件缓存耗用大量物理 RAM,您会遇到应用程序和服务的性能问题(You experience performance issues in applications and services when the system file cache consumes most of the physical RAM)由于微软的机器翻译实在太烂,所以人工翻译了一下。现象 您会在各种版本的 Windows XP、 Wind... 阅读全文
posted @ 2013-12-12 00:16 流于人间的氓 阅读(1770) 评论(0) 推荐(0)
摘要: 在Ubuntu上安装nginx,步骤如下: 1、向/etc/apt/sources.list增加Nginx的源 2、执行sudo apt-get update更新软件源 3、执行sudo apt-get install nginx安装nginx问题在执行sudo apt-get update来更新软件源时,出现以下错误:Failed to fetch http://cn.archive.ubuntu.com/ubuntu/dists/maverick/Release.gpg Something wicked happened resolving 'cn.archive.ubuntu.c 阅读全文
posted @ 2013-12-10 22:02 流于人间的氓 阅读(1501) 评论(1) 推荐(1)
摘要: IBM HTTP Server 基于由 Apache Software Foundation 开发的 Apache HTTP Server。因此对IBM HTTP Server进行模块扩展时,可以采用与Apache类似的方式。 扩展IBM HTTP Server可以使用两种常见方法来构建动态模块:Apache 扩展工具(APXS)和随模块提供的配置脚本。 以下是用于构建动态模块的两种常见方法如下:Apache 扩展工具(APXS) IBM HTTP Server 提供 apxs 工具用于构建动态模块。可以使用 apxs 来构建和安装大多数模块。 以下是一个示例: # /us... 阅读全文
posted @ 2013-12-03 22:58 流于人间的氓 阅读(535) 评论(0) 推荐(0)
摘要: 由于Accordion只是应用于Panel的一种布局,因此没有专门的事件。这里通过监听子Panel的expand的事件来达到类似监听点击Panel事件的效果。代码如下: 1 new Ext.Panel({ 2 width: 225, 3 region : 'center', 4 layout: 'accordion', 5 layoutConfig: { 6 titleCollapse: true, 7 animate: false, 8 activeOnTop: false, 9 hideColl... 阅读全文
posted @ 2013-11-26 10:06 流于人间的氓 阅读(2723) 评论(0) 推荐(0)