[Lucene] 用 Lucene 加速 Web 搜索应用程序的开发>> Lucene 是基于 Java 的全文信息检索包,它目前是 Apache Jakarta 家族下面的一个开源项目。在这篇文章中,我们首先来看如何利用 Lucene 实现高级搜索功能,然后学习如何利用 Lucene 来创建一个健壮的 Web 搜索应用程序。
[Javascript] 9 JavaScript Tips You May Not Know>> JavaScript is a fully-featured Object-Oriented programming language, on the surface, it shares syntactical similarities with Java and C, but the mentality is quite different, at its core, JavaScript is more similar to functional languages. Inside is a list of JavaScript tips, some offer techniques to simulate features found in C-like languages (such as assertions or static variables), others are meant to improve performance and explore some of the more obscure parts of the web scripting language.
[Ruby, Rails] 通过JavaEye2.0网站看ruby on rails性能>> 如果一个网站能够到达每天35万动态页面PageView,已经是一个相当大的网站了,对于那些企业应用来说,访问量也往往达不到这么大的流量,因此从JavaEye2.0网站的运行情况来看,ruby on rails在性能方面并不会成为一个问题。
[Google, mashup] Google Maps mashup先驱被评为2006年度年轻发明家>> 除了得到世界范围内大量用户的肯定外,Paul Rademacher更加于本月被美国麻省理工大学的《Technology Review》杂志评为2006年度年轻发明家(2006 Young Innovator)。而在此之前,Paul Rademacher在去年9月份就已经被Google招至门下,现在正在为Google的新项目而努力。不过由于Google一向很神秘,所以Paul Rademacher在Google具体从事哪些项目还不是很清楚,估计也是和Google Maps/Earth相关的。
[.NET开发] PRB: CS0013 or CS0016 Compilation Errors in ASP.NET Web Applications>> The system TEMP and TMP variables point to a folder that does not exist. The compiler generates temporary files in the folder where the TEMP and the TMP variables point to before the files are copied to the Temporary ASP.NET Files folder. However, the folder where the system variables point to is deleted when you restart the computer. Therefore, the compiler cannot generate the temporary files.