Computing 的 五个deep问题 (ZT)》的相关内容

Ruby 1.8.7 has been released

ruby 1.8.7发布了,怎么没人关注呀 http://www.ruby-lang.org/en/ 不过我还是在等2.0,呵呵
by pinbor 2008-06-02 浏览 (345) 回复 (1) 关键字:

[转贴]Opinion: Redesigning "Query by Criteria" in

Gavin and the Hibernate are looking into what makes a great "Query by Criteria" design. Wrapping an OO model on top of SQL is tough, and this piece walks through various design choices. It is always i ...
by jlinux 2003-12-04 浏览 (3114) 回复 (0) 关键字:

Ruby Template "Amrita" 介绍

HTML模板 + 数据模型 = HTML输出 http://amrita.sourceforge.jp/ What is Amrita? Amrita is a a html/xhtml template library for Ruby. It makes html documents from a template and a model data. Example Amrita ...
by buaawhl 2008-06-25 浏览 (370) 回复 (0) 关键字:

Rails的怪异作法 -- 关于config

说ruby是怪异的语法有点不妥当,动态语言里面不乏这样的语法出现。但是看了一些源码后发现,使用ruby的用法真的各有不同,就像大家以前说的,ruby每个人写出来的可能都不同。 现来说Rails里面如何加载config的吧。 在java里面config绝对是一个resource文件,然后通过读取配置的工具加入进来,在分析处理。 在ROR里面完全不是这么回事。 1.首先大家要了解的是,在我们启 ...
by 差沙 2006-11-21 浏览 (8846) 回复 (19) 关键字:

CruiseControl.rb

一个简单的、convention over configuration的、特别适用于Ruby on Rails项目的持续集成工具,由ThoughtWorks开发并贡献开源。 http://cruisecontrolrb.thoughtworks.com 引用What is CruiseControl.rb? CruiseControl.rb is a continuous integration ...
by gigix 2007-02-24 浏览 (3137) 回复 (3) 关键字: ruby cruisecontrol continuous integration agile

Transaction

Q: What is transaction ?A: Collections of operations that form a single logical unit of work called transactions.Q: What is ACID properties ?A: Atomicity, Consistency, Isolation, Durability
by jefflee 2007-09-16 浏览 (17) 回复 (0) 关键字:

几个句型

pardon sorry,but what is could you please change another word is this seat taken excuse me,what's today's topic
by Sing 2008-05-21 浏览 (113) 回复 (0) 关键字:

这样情况的能给多少银子(在北京)

what why?
by glamey 2008-09-12 浏览 (27) 回复 (2) 关键字: 银子 北京

第一篇博客文章

This is my first blog. Hope I can write down what I am thinking and what I have done and will do.
by w_hanning 2007-12-29 浏览 (51) 回复 (0) 关键字:

[LINK] WHAT IS FUD?

WHAT IS FUD?
by liuwangxia 2007-06-19 浏览 (518) 回复 (0) 关键字:

澳调整各国签证风险类别 570无需雅思

去澳洲学英语,怎么样。
by OpenBeyond 2008-09-02 浏览 (260) 回复 (4)

※I Want To Know What Love Is※我想知道爱是什么

听歌可以平静心灵 朋友建议我净化心灵 今天我听到Tina Arena的歌,在此与大家分享这首可以净化心灵的: I Want To Know What Love Is 百度上搜到的链接: http://music.eng-corner.com/Song04/Song22.mp3
by bluefairy 2006-11-15 浏览 (1100) 回复 (0)

有谁用GWT和Tapestry结合做过项目呢?希望交流一下

Hi, First, I follow this article (http://www.cleancode.com/blog/2006/12/13/glongman/gwt-article/) to use GWT in Tapestry, everything is ok. But When I Use the friendly URL in tapestry, the GWT compo ...
by wangjiakuan 2007-01-25 浏览 (583) 回复 (0)

JDK5.0中从控制台窗口读取输入的简便方法

import java.util.*; public class InputTest {     Scanner in=new Scanner(System.in);//这个类是5.0新增加的为了简化控制台的输入     System.out.println("what is your name?");     ...
by taohuanteng 2007-03-29 浏览 (443) 回复 (1)

The Pen "Liberator of Man And of Nations"

The fortunate people in the world-the only really fortunate people in the world,in my mind-are those whose work is also their pleasure.The class is not a large one, not nearly so large as it is often ...
by 回帖专用 2007-02-05 浏览 (1071) 回复 (1)

JavaPolis Q&A with James Gosling(java之父在JavaPolis上的问答)

这是一段在在javapolis的上一段关于james gosling的问答视频。有些问题还是非常有意思的:    How do JSR expert groups work?      Where is Swing going?         ...
by stone 2008-03-01 浏览 (458) 回复 (0) 关键字:

Netbeans6.1就要来了,一起期待吧!

  在Netbeans7.0发布之前,Netbeans将陆续发布若干个中间版本,而Netbeans6.1就是其中很重要的一个。这个版本的性能相对上一个有较大的提高,而启动速度甚至提升了40%之多。并加入了JavaScript的支持等众多的功能。   按照Netbeans官方网给出的Release Roadmap,Netbeans6.1计划在美国时间4.23发布,而之前已经释放了两个候选版本。根据N ...
by Eastsun 2008-04-23 浏览 (6220) 回复 (70) 关键字: netbeans

Ruby 1.9: 有啥值得期待的?

Ruby 1.9: What To Expect (Ruby 1.9: 有啥值得期待的?)--这个Sam Ruby写的在线演示文档详细分析演示了许多Ruby 1.8和未来的Ruby 1.9的不同。这个文档共47页,首先发表在OSCON开源大会上。同时他的这篇文档和Bruce Williams发表的文章Migrating to Ruby 1.9(迁移到Ruby 1.9)很类似。 在未来几个月内 ...
by QQbyte 2008-08-22 浏览 (1366) 回复 (5) 关键字: ruby 1.9

相关问答

赞助商链接