NeatCN(NeatStudio工作室) NeatStudio工作室

Archive for 六月, 2010

Enterprise Caching Summary[using asp.net]

06.26.2010 · Posted in PHP开发

Original page url is:http://www.cnblogs.com/teddyma/archive/2010/02/23/1672295.html ,Author is Teddy. let’s read the file… Background Caching is an very important topic in enterprise-level multi-tier application, especially for web application. A general rule for applying caching is you should consider do necessary caching at each tier of your application if possible. The other basic rule for applying caching is ...

Using Bloom Filters

06.21.2010 · Posted in PHP开发

前段时间,yhustc问群里的人说是,如果有两个4G的文件,怎么样把其中相同的URL取出来?(文件大小4G,每行一个URL,每个URL64个字节),一下子迷惘了。后来他说了这个Bloom Filters,于是找了点资料 。 以下为部分资料,下次贴带图片(公式)的。。【文中有图片,但事实上原文并没有图片,来源于http://www.chinaunix.net/jh/25/601028.html,由于不知道如何在这里粘贴图片,因此本文中没有包含图片说明,请对照原文档来阅读,原文档在:http://www.perl.com/pub/a/2004/04/08】 ...

WordPress 3.0

06.08.2010 · Posted in Wordpress开发

【2010-06-21】今天,我已经升级到了3.0了。over ———————————————————- 上次是RC,这次是RC2,看来正式版离我们很近了。 事实上我也明白,如果不想多用户版,2.9已经够用了。wp为了让插件更容易开发,忽略的是性能,因此,在不装插件的情况下,WP的性能其实也还是可以接受的。只是插件多了,每次都要add_actin,add_xxxxx,就慢上很多。虽然插件都有缓存,但IO的消耗不会少呀? 看原新闻怎么说吧,RC2只更新了一条: Changes: This release contains many bugfixes and improvements since Release Candidate 1. There have been improvements in the nav menus, multisite, the TwentyTen theme, and the upgrade functions, to name a few. There is also new contextual help available. 感觉好象没什么太大的意义,看来,稳定多了。stable版本即将出现了 ...