Translate
文章平均质量分 78
huang798807481
这个作者很懒,什么都没留下…
展开
-
Struts2 Web.XML
web.xml Edit Page Browse Space Add Page Add NewsThe web.xml web application descriptor(描述) file represents the core of the Java web application, so it is appropriate tha翻译 2012-05-18 22:25:35 · 913 阅读 · 0 评论 -
Regex(Pattern、Matcher)
public final class Patternextends Objectimplements SerializableA compiled(编译) representation(表示) of a regular expression(正则表达式).A regular expression, specified as a string, must first be com原创 2012-05-06 18:46:36 · 1002 阅读 · 2 评论 -
SQLFunction、SQLFunctionTemplate
public interface SQLFunctionProvides support routines(常规) for the HQL functions as used in the various(各种各样的,不同的) SQL Dialects Provides an interface for supporting various HQL functions that are翻译 2012-05-10 13:06:49 · 1771 阅读 · 0 评论 -
Comparing Struts 1 and 2
Comparing Struts 1 and 2 Edit Page Browse Space Add Page Add NewsFeatureStruts 1Struts 2Action classesStruts 1 requires Action classes to ext翻译 2012-05-28 17:39:37 · 877 阅读 · 0 评论 -
Configuration、SessionFactory、Session
org.hibernate.cfg Class ConfigurationAn instance of Configuration allows(允许) the application to specify properties and mapping documents to be used when creating a SessionFactory. Usually an appl原创 2012-04-17 15:49:57 · 1201 阅读 · 3 评论 -
Class,Method
public final class Classextends Objectimplements Serializable, GenericDeclaration, Type, AnnotatedElementInstances of the class Class represent(代表) classes and interfaces in a running Java appli原创 2012-05-04 10:30:55 · 823 阅读 · 0 评论 -
Formatter
public final class Formatter extends Object implements Closeable, FlushableAn interpreter(解释程序) for printf-style format strings. This class provides support forlayout(布局) justification(对齐) and align原创 2012-04-14 10:31:55 · 1886 阅读 · 0 评论 -
StringBuffer
A thread-safe, mutable(易变的,可变的) sequence of characters(字符序列). A string buffer is like a String, but can be modified(修改). At any point in time it contains some particular(特殊的,详细说明的) sequence of cha原创 2012-04-14 10:28:29 · 823 阅读 · 0 评论 -
String
The String class represents(代表,表示) character strings. All string literals(字面值,文字) in Java programs, such as "abc", are implemented as instances(实例) of this class.Strings are constant(常量,常数); the原创 2012-04-14 10:27:40 · 644 阅读 · 0 评论 -
Oracle Built-in Data Types(Oracle内置数据类型)
Oracle Built-in(嵌入的,内置) Data TypesThe table that follows(跟随,遵照) summarizes(总结,概述) Oracle built-in data types. Refer(参考,查阅) to the syntax(语法,句法)in the preceding(在...之前,前) sections(截面,节段,部分) for the原创 2012-04-14 10:23:17 · 1238 阅读 · 0 评论 -
NUMBER Data Type
The NUMBER data type stores zero as well as positive(肯定的,确定的,正数) and negative(负数,负的) fixed numbers with absolute values(绝对值) from 1.0 x 10-130 to but not including 1.0 x 10126. If you specify an原创 2012-04-14 10:24:28 · 840 阅读 · 0 评论 -
FORALL
FORALL was introduced(介绍,引进的) in Oracle 8i as part of a set(一个集合中) of new PL/SQLfeatures(特征) for bulk fetching(批量读取) and binding(绑定). This short article(短文) demonstrates(证明,展示) the enhancements(增强原创 2012-04-14 10:29:27 · 753 阅读 · 0 评论 -
Bean scope
3.5 Bean scopesWhen you create a bean definition, you create a recipe(配方) for creating actual(真实的,实际的) instances of the class defined by that bean definition. The idea(想法) that a bean defini翻译 2012-06-24 11:21:50 · 839 阅读 · 0 评论