2005年09月02日

原创 "ruby on rails" with "ajax"

Ruby on Rails 跟 ajax 有一点联系,在 web development 中可以协同使用。 ajax的应用越加广泛,可以被整合到各种应用中,Ruby on Rails 可算一例。阅读全文>

发表于 @ 2005年09月02日 17:03:00|评论(loading...)|编辑

2005年08月24日

原创 AJAX

Ajax: A New Approach to Web Applications Ajax isn’t a technology. It’s really several technologies, each flourishing in its own right, coming together in powerful new ways. Ajax incorporates: standards-based presentation using XHTML and CSS; dynamic display and interaction using the Document Object Model; data interchange and manipulation using XML and XSLT; asynchronous data retrieval using XMLHttpRequest; and JavaScript binding everything together. 阅读全文>

发表于 @ 2005年08月24日 15:02:00|评论(loading...)|编辑

2005年05月21日

原创 用 Eclipse 平台进行 C/C++ 开发

http://www-128.ibm.com/developerworks/cn/linux/opensource/os-ecc/index.html阅读全文>

发表于 @ 2005年05月21日 22:48:00|评论(loading...)|编辑

2005年04月30日

原创 sitemesh&freemarker

Advanced SiteMesh by Sunil Patil 09/22/2004 Suppose you're creating an enterprise-level web site and you have to use more than one technology for building it. For example, you want to add some new content to your web site using J2EE, but parts of your system have already been created using CGI or Microsoft IIS server. FreeMarker: An open alternative to JSP How the template-based, open source API FreeMarker trumps JSP 阅读全文>

发表于 @ 2005年04月30日 09:11:00|评论(loading...)|编辑

2005年04月29日

原创 关于架构(转帖)

设计(这里是设计)一个Architecture(我指的是在企业内部,而不是说j2ee或者dotnet这样的Architecture),首先就是要掌握目前本身企业的技术活动的各种具体情况,其次就是把握自己过在行业的发展方向,然后就是技术的发展趋势.而对上述三点的把握基本上不是一个企业底层职员所可能知晓的.同时Architecture高度的抽象和概括,细节化是应该经过充分的基于对市场和行业的认识基础之上的,这一点基本上也从根本上消除了通过所谓的学习掌握这项技能的机会.同时Architecture的构建是一个比较长期的过程,也是一个动态化的过程,这也是那些所谓的学习论者的一种不可逾越的鸿沟.而同时由于Architecture是一种高度的抽象,就需要大量的可供抽象的素材,也就是说企业已经进行了大量的实践,或者可以吸取其他人的大量实际操作的经验.阅读全文>

发表于 @ 2005年04月29日 14:16:00|评论(loading...)|编辑

2005年04月27日

转载 《注册表之无敌天下》之指南(转贴)

27 系统时间格式 位 置:HKEY_CURRENT_USER\ControlPanel\International键值名:sTimeFormat 取 值:H:mm:ss、HHmm不等 说 明:在通常情况下,Windows在任务栏中使用“23:12”的时间格式来显示时间, 但是您可以通过修改注册表编辑器来更改此时间格式。阅读全文>

发表于 @ 2005年04月27日 08:22:00|评论(loading...)|编辑

2005年04月20日

原创 LUA

lua.org a book: Programming LUA 阅读全文>

发表于 @ 2005年04月20日 08:25:00|评论(loading...)|编辑

2005年04月19日

原创 javaCC

JAVA版 yacc lex 啊,lucene 使用这个来做 query 解析. 官方网站https://javacc.dev.java.net/阅读全文>

发表于 @ 2005年04月19日 10:41:00|评论(loading...)|编辑

原创 some resource about 'Better, Faster, Lighter Java'

Simple Spider from Better, Faster, Lighter Java 2005-03-28 The Simple Spider code from BFLJ. Includes both the Spider and the modified jPetstore. 阅读全文>

发表于 @ 2005年04月19日 08:20:00|评论(loading...)|编辑

2005年04月16日

原创 近期学习内容

Better Faster Lighter Java Lucene阅读全文>

发表于 @ 2005年04月16日 16:26:00|评论(loading...)|编辑

原创 几篇文章from ONJava.com

Form Your Own Design Pattern Study Group Demonstrating Spring's Finesse Eclipse Plugins Exposed, Part 1: A First Glimpse阅读全文>

发表于 @ 2005年04月16日 16:23:00|评论(loading...)|编辑

2005年04月10日

原创 学习DotNet经典网站

名称:快速入门 地址:http://chs.gotdotnet.com/quickstart/ 描述:本站点是微软.NET技术的快速入门网站,我们不必再安装.NET Framework中的快速入门示例程序,直接在网上查看此示例即看。 **************************************************** 名称:微软官方.NET指导站点 地址:http://www.gotdotnet.com/ 描述:上面的站点是本站的一个子站点,本站点提供微软.NET官方信息,并且有大量的用户源代码、控件下载,微软.NET开发组的人员也经常在此站点发表一些指导性文章。 **************************************************** 名称:SourceForge 地址:http://www.sourceforge.net 描述:世界上最大的Open Source项目在线网站,上面已经有.NET的各种大型Open Source项目上千件,包括SharpDevelop、NDoc、Mono等都是在此站点发布最新源代码阅读全文>

发表于 @ 2005年04月10日 19:53:00|评论(loading...)|编辑

2005年04月09日

原创 eclipse plugin

Spring UI plugin. URL: http://www.springframework.org/spring-ide/eclipse/阅读全文>

发表于 @ 2005年04月09日 11:44:00|评论(loading...)|编辑

2005年03月26日

原创 MDA Nice idea, shame about the ...

MDA in a Nutshell The OMG's aim with MDA is to allow businesses developing bespoke applications to concentrate on determining their business requirements for the application, but not be concerned with what particular technology platform will realize those requirements. In other words, the application is specified and implemented in a platform-independent fashion. The OMG's claim is that systems built this way should have a much longer lifespan than any given technology platform; 20 years is sug阅读全文>

发表于 @ 2005年03月26日 17:17:00|评论(loading...)|编辑

原创 Velocity A template engine OR A Rule engine OR Both

Most of the developers must be familiar with Velocity as a great open source template engine and I don’t think I need to say much about its uses and features as a template engine. This paper compiles its features as a rule engine. I have been working with java for the past 6 years and recently, I got an opportunity to design and develop an Entitlement Application. An entitlement is the result of the execution of a formula, or rule that specifies what must be considered when deciding whethe阅读全文>

发表于 @ 2005年03月26日 15:19:00|评论(loading...)|编辑

Csdn Blog version 3.1a
Copyright © debren