[意译]Berkeley DB 文档 - C++入门篇 - 1.2节 - Berkeley DB 概述》的相关内容

[翻译]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 浏览 (2939) 回复 (0) 关键字:

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  & ...
by robbin 2006-09-25 浏览 (1426) 回复 (1) 关键字: ruby

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

一个很好的关于J2EE的interview, 有些观点很好

http://www.theserverside.com/events/index.jsp?News10_28_03 When should developers choose to use distributed architectures? When they can抰 avoid it. I think that a lot of J2EE developers are far too ...
by yyanghhong 2003-10-31 浏览 (2839) 回复 (1) 关键字:

[翻译]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 浏览 (2257) 回复 (0) 关键字:

Multi-Tenant Data Architecture (转)

Introduction Trust, or the lack thereof, is the number one factor blocking the adoption of software as a service (SaaS). A case could be made that data is the most important asset of any business&mda ...
by cutesource 2007-12-21 浏览 (286) 回复 (0) 关键字:

JavaPersistenceWithHibernate读书笔记(6)--持久层与另外可用替代方案

1.3 Persistence layers and alternatives   In a medium- or large-sized application, it usually makes sense to organize classes by concern(这个by concern写的不错呀!). Persistence is one concern; othe ...
by rmn190 2008-04-06 浏览 (305) 回复 (0) 关键字: persistence layers and alternatives

SENDMAIL CONFIGURATION FILES

This document describes the sendmail configuration files.  It explains how to create a sendmail.cf file for use with sendmail. It also describes how to set options for sendmail which are explai ...
by locoray 2007-08-03 浏览 (368) 回复 (0) 关键字:

BASIS-如何删除SAP在用户修改表结构时创建的临时表

当用户修改表结构时,sap会自动创建临时表,临时表的名称为:'QCM' +表名。这个临时表用于先将需要改变结构的表数据保存下来,当新表结构完成后,系统会将临时表的数据拷贝回数据表。 临时表在sap3.0版本前始终保存在数据库中,3.0以后版本只有在数据拷贝不成功时才保存在数据库中,否则会自动删除。 如果要删除这些临时表,用户可以执行Tcode:se14->Extras ® ...
by Jack Wu 2007-06-07 浏览 (16) 回复 (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 comp ...
by mikel 2007-11-23 浏览 (1266) 回复 (1)

关于Informix数据库CheckPoint的问题。欢迎大家指教

我现在的数据库服务器,在每天早上数据处理的时候。每次做checkpoint的时间都太长了,有时候甚至达到300s的长度。请大家能给点建议。 服务器为一HP小型机,4CPU,8G内存。OS为Linux系统。数据库为Informix10下面贴出我的onconfig内容 #****************************************************************** ...
by billbai 2008-07-02 浏览 (311) 回复 (2)

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)

谁有连接数据库的例子

我正在做一个设计不能登录数据库测试 不了.是通过servlet读取数据库.
by zqjhyl 2007-12-27 浏览 (1485) 回复 (1)

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)

基于python的web2pyTM Enterprise Web Framework

python的WEB框架很多,这回又出来一个新的WEB框架:      web2py是一个开源的全站式企业敏捷开发框架,能够打造安全的数据库驱动的WEB应用程序.它基于PYTHON,是一个很有创意的新型的MVC WEB开发框架.     web2py不用安装,不用配置,不用碰 command line,没有其它相关依赖 ...
by jejwe 2008-02-12 浏览 (1546) 回复 (6) 关键字: web2py

Amazon EC2开始提供持久存储Elastic Block Store

亚马逊发布了EC2的持久存储EBS(Elastic Block Store)。 自从使用EC2以来,应用跑在instance上,总是担心重启后会丢掉数据,中途也使用过PersistentFS来持久到S3上,但是毕竟不是官方的方法,这次官方发布了EBS,就可以帮忙解决很多问题。 Amazon EBS volumes can be created in any size between 1 GB ...
by simonli 2008-08-22 浏览 (756) 回复 (3) 关键字: ec2

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

相关问答

赞助商链接