multitask and Hive》的相关内容

[翻译]Berkeley DB 文档 - C++入门篇 - 1.3节 - 访问方式(Access Methods)

[翻译]Berkeley DB 文档 - C++入门篇 - 1.3节 - 访问方式(Access Methods) Access Methods 访问方式 While this manual will focus primarily on the BTree access method, it is still useful to briefly describe all of th ...
by zuroc 2007-05-11 浏览 (2876) 回复 (0) 关键字:

A J2ME FAQ

J2ME technologies What are the main differences between programming for a J2ME JVM, and programming for a J2SE JVM? Most obviously, the J2ME programmer has access only to a reduced range of basic API ...
by jacky-zhang 2008-03-11 浏览 (619) 回复 (0) 关键字: j2me

Ruby From Other Languages

Ruby From Other Languages 是ruby官方网站写的,比较了其他主流编程语言和ruby的异同之处,给出了ruby比较有特点的功能介绍,相当棒!推荐 http://www.ruby-lang.org/en/documentation/ruby-from-other-languages/ What to Expect: Language X to Ruby * T ...
by robbin 2006-09-25 浏览 (1371) 回复 (1) 关键字: ruby

.net下超庞大的语言家族,看你知道几种

Ada A# - port of Ada to .NET (Dr. Martin C. Carlisle) APL Dyalog APL (Dyalog Ltd) AsmL Abstract State Machine Language (MS Research) Basic Visual Basic.NET (Microsoft) mbas (Mono/Ximian) BE ...
by ray_linn 2008-04-16 浏览 (1815) 回复 (11) 关键字:

Rails的怪异作法 -- 关于config

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

Java theory and practice: Dealing with Interrupte

Many Java™ language methods, such as Thread.sleep() and Object.wait(), throw InterruptedException. You can't ignore it because it's a checked exception, but what should you do with it? In this m ...
by sole 2008-07-29 浏览 (94) 回复 (0) 关键字: 多线程

event-driven system

An Architecture for Highly Concurrent Well-Conditioned Internet Services.pdf SEDA 项目的相关论文 Page26 The use of helper processes in Flash and Harvest underscores the occasional need for an event-driven ...
by iunknown 2007-03-07 浏览 (689) 回复 (0) 关键字:

jdk5 concurrent 初学

由于上次发现了ReentrantLock,同步的另外一种实现,可提供更好的性能和吞吐率,这么一样好东西。 从包名来看又是java.util.concurrent ,看来这个concurrent 真的不简单啊。于是想学习学习 concurrent。concurrent的中文意思是并行,估计就是sun特别为了并发情况、多线程做的增强和修补。对哪些东西增强了呢? 先看看java.util.concurr ...
by spiritfrog 2008-07-22 浏览 (102) 回复 (0) 关键字:

SWT Threading issues

From: http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/swt_threading.htm Threading issues When working with a widget toolkit, it is important to understand the unde ...
by yangzhao 2008-08-05 浏览 (19) 回复 (0) 关键字:

Architecture Strategies for Catching the Long Tail (转)

Introduction Software as a service. The words are on everyone's lips. The pages of software industry publications are full of articles about software as a service (SaaS)—articles that use words ...
by cutesource 2007-12-21 浏览 (250) 回复 (0) 关键字:

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 浏览 (1184) 回复 (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 浏览 (1076) 回复 (2)

(共享)Enjoying Web Development with Tapestry三个版本(免费前四章)

网站:http://www.agileskills2.org/EWDT/ 介绍: How to create AJAX web-based application easily? If you'd like to create AJAX web-based applications easily, then this book is for you. More importantly, it s ...
by tapestry 2007-02-02 浏览 (946) 回复 (0)

Flex With Spring [转]

来源: http://coenraets.org/flex-spring What is Spring?Spring is one of the most popular Java frameworks. The foundation ofthe Spring framework is a lightweight component container thatimplements ...
by mikel 2007-11-23 浏览 (1186) 回复 (1)

关于ddbi的问题

原因搞清楚了,原来是调用约定的问题,mysql导出的方法名可能是用def文件指定的,而在ddbi中,根据extern (windows)的约定会用_mysql_free_result@4的方法来引用函数名 按照qizi的方法,重生成一个lib就OK了 qiezi 写道 1、从dll生成def文件 2、在def文件中使用alias改名 3、从def生成lib 网上有一些,比如这篇http://w ...
by tomqyp 2007-03-24 浏览 (683) 回复 (4)

5个很酷的Adobe AIR应用

Adobe AIR能够提供优秀的界面,而且不那么消耗内存。如果你还没有安装Adobe AIR,你能从这里下载: Adobe’s website我们向你推荐一些Adobe AIR应用的优秀网站:1。COLOURlovers 这是一个优秀的颜色配置网站,你可以自由选择颜色,调色版和模式。 If you always find yourself on COLOURlovers looki ...
by QQbyte 2008-06-09 浏览 (1580) 回复 (0) 关键字:

Martin Flower分析Groovy和JRuby的前景

Martin Flower最近在自己的网站上面写了一篇分析Groovy和JRuby前景的文章: http://martinfowler.com/bliki/GroovyOrJRuby.html Groovy和JRuby是两个目前在JVM平台上面关注程度非常高的动态脚本语言,他们都比较适合用来做为领域专用语言(DSL)嵌入Java企业应用当中。而且目前Groovy和JRuby的发展都相当迅速,社 ...
by robbin 2007-12-09 浏览 (3863) 回复 (13) 关键字: groovy jruby

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

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

相关问答

赞助商链接