Perizone project started.》的相关内容

Ruby DSL

http://forum.javaeye.com/viewtopic.php?p=128602#128602 potian 写道 macro没有利用任何反射能力,和类型也没有关系 Lisp macro(我只知道Common Lisp)的macro主要是开放编译器内部的结构,把词法分析、语法分析和语义分析和执行中间割裂(不过S-Expression非常简单,基本上没有语法),Lisp的S-expr ...
by buaawhl 2006-07-12 浏览 (9963) 回复 (10) 关键字:

TOB - An ORM Replacement Unleashes Real Power Of Java OO Per

Useful Links: * See http://tob.ableverse.org/benchmarks.html to get shock by extreme database performance! * See http://www.webofweb.net ( CDDL source code at http://wow.dev.java.net ) for TOB in ac ...
by 歆渊 2006-11-23 浏览 (10759) 回复 (52) 关键字: tob

maven need new plugin to maintenance its artifacts repo

As we know, maven use repository to save project artifacts, but maven doesn’t do a well maintenance job on its repository, e.g. my local maven repository size has increased to 1.7G, but most of ...
by alexgreenbar 2007-07-24 浏览 (1807) 回复 (8) 关键字:

XWT 是一个我们需要重点关注的项目

XWT 是什么?一个与 XAML、XUL 类似的以 XML 来描述 GUI 布局的技术和 GUI 控件库。 XWT 有什么优势?XWT 是完全跨平台的(IE、Mozilla、Opera;Windows、Linux、Solaris),不会像 XAML 或者 XUL 那样将你绑死在某个平台上,而且它很小,性能也很好。 XWT 有两个版本,在 IE 里面是作为一个 ActiveX 控件来运行的,而在所 ...
by dlee 2004-12-12 浏览 (20323) 回复 (31) 关键字:

How Microsoft Lost the API War

http://www.joelonsoftware.com/articles/APIWar.html By Joel Spolsky Sunday, June 13, 2004 Printer Friendly Version Here's a theory you hear a lot these days: "Microsoft is finished. As soon as Li ...
by yyanghhong 2004-09-13 浏览 (1838) 回复 (2) 关键字:

ROR的二维码插件

QRCode for Ruby on Rails A plugin for Ruby on Rails to generate QRCode. About This plugin use javascript to generate QRCode. The original javascript program is developed by Kazuhiko Arase. (http:/ ...
by jianxm 2008-04-16 浏览 (236) 回复 (0) 关键字: qrcode 二维码

转:Python in Google(notes took in PyCon)

TITLE OF PAPER: Python at GoogleURL OF PRESENTATION: --not available--PRESENTED BY: Greg SteinREPRESENTING: GoogleCONFERENCE: PyCon 2005DATE: March 25, 2005LOCATION: Marvin Theater-------------------- ...
by jimcgnu 2007-02-27 浏览 (361) 回复 (0) 关键字: python java google

maven command to create your application

How do I make my first Maven project? We are going to jump headlong into creating your first Maven project! To create our first Maven project we are going to use Maven's archetype mechanism. An ar ...
by dengyin2000 2007-11-26 浏览 (488) 回复 (0) 关键字: maven

Crossing borders: Ajax on Rails

Crossing borders: Ajax on Rails Why Ajax works so well with Ruby ...
by Gene 2006-12-07 浏览 (513) 回复 (0) 关键字:

Ruby,Python不能威胁到Java的13个理由

  最近,danielstoner发表了一篇题为13 reasons why Ruby, Python and the gang will push Java to die… of old age的文章。文中作者的观点是:目前这些XX语言都不足以威胁到Java,Java真正的危险不是来自外部,而是其本身。作者通过列举一些数据并进行分析得到了13个理由来支持自己的结论。   首先,作者从TIOBE上 ...
by Eastsun 2008-05-28 浏览 (268) 回复 (6) 关键字: ruby python scala groovy java

为什么是 XML 而不是 Lisp?!

我最近一直在思考这个问题。理论上来说,XML 的描述能力绝对在 Lisp/Scheme 的 S-exp 之下;XML 能表示的 S-exp 都能表示,比方说用 XMLisp,但反过来就不行了。而且更重要的是,Lisp 中是编程语言,而 XML 想做到这一点很困难。看到网上一篇文章,和我的想法很类似(http://www.stylusstudio.com/xsllist/200001/post403 ...
by Lich_Ray 2007-06-30 浏览 (1834) 回复 (6)

Enjoying Web Development with Tapestry出4.1版本的,推荐下载

地址:http://www.agileskills2.org/EWDT/ Tapestry book: Enjoying Web Development with TapestryFront cover (Covering Tapestry 4.1) How to create AJAX web-based application easily? If you'd like to create ...
by tapestry 2006-12-31 浏览 (1219) 回复 (5)

The Problem with Programming

转自: http://www.techreview.com/InfoTech/17831/page1/ Bjarne Stroustrup, the inventor of the C++ programming language, defends his legacy and examines what's wrong with most software code. 引用 In the 1 ...
by qiezi 2006-12-06 浏览 (1105) 回复 (2)

推荐一首nba music--remember the name

共享区可以下载 这里有个mv: http://bbs.hoopchina.com/htm_data/18/0609/122591.html ------- You ready? Lets go Yeah For those who wanna know what we're all about Its like this y'all 15% conncentrated power of wi ...
by eyejava 2006-11-07 浏览 (2193) 回复 (0)

Tips on writing scalable apps

from  http://googleappengine.blogspot.com/2008/04/posted-by-ken-ashcraft-software.html Posted by Ken Ashcraft, Software Engineer Google App Engine makes writing scalable apps easier, and a wel ...
by pickerel 2008-05-23 浏览 (133) 回复 (0)

Ruby,Python不能威胁到Java的13个理由

  最近,danielstoner发表了一篇题为13 reasons why Ruby, Python and the gang will push Java to die… of old age的文章。文中作者的观点是:目前这些XX语言都不足以威胁到Java,Java真正的危险不是来自外部,而是其本身。作者通过列举一些数据并进行分析得到了13个理由来支持自己的结论。   首先,作者从TIOBE上 ...
by Eastsun 2008-05-29 浏览 (5102) 回复 (20) 关键字: ruby python scala groovy java引用 编辑 收藏

NetBeans6.5 M1 众多期待的特性一览表!

NetBeans6.5 M1 众多期待的特性一览表! Netbeans 6.5 M1 已经发布,最新版本的NetBeans 增强了许多功能,同时也引入了许多值得期待的新特性. 其中我比较喜欢的是DataBase 的改进,Eclipse 项目导入变得比以前更方便了,可以正确的区分Web项目 和普通项目,还有Spring   Hibernate 增强. GUI 中新增了JD ...
by gml520 2008-06-25 浏览 (4453) 回复 (16) 关键字: netbeans 6.5 m1

Flex/Flash单元测试/功能测试工具 Fluorida 0.0.1发布

Fluorida是gigix同学和dreamhead同学开发的Flex/Flash单元测试/功能测试工具,可以让测试人员用简单的DSL编写测试用例来实现Flex/Flash程序的自动测试功能。以下是该项目的发布信息: I'm glad to announce that Fluorida 0.0.1 (the first preview release) is out. The proje ...
by gigix 2008-03-06 浏览 (626) 回复 (0) 关键字: flex

相关问答

赞助商链接