
Translation
杨文寿
个人网站:www.yangwenshou.com
展开
-
Configuration、SessionFactory、Session
org.hibernate.cfg Class Configuration An instance of Configuration配置 allows theapplication应用 tospecify指定 properties性能 andmapping映射 documents to be used when creating a SessionFactory. Usual翻译 2012-04-17 16:28:48 · 915 阅读 · 0 评论 -
Configuration reference
Add a constant element to your struts config file to change the value of a configuration setting, like: "struts.convention.result.path" value="/WEB-INF/mytemplates/"/> Name Def翻译 2012-05-23 23:28:11 · 1119 阅读 · 0 评论 -
Convention Plugin
Hello world Now that the Convention plugin has been added to your application, let's start with a very simple example. This example will use an actionless result that isidentified鉴定by the URL. By d翻译 2012-05-24 07:27:58 · 761 阅读 · 0 评论 -
web.xml
The web.xml web application descriptor描述符号 file represents the core of the Java web application, so it is appropriate适当的 that it is also part of the core of the Struts framework. In the web.xml file,翻译 2012-05-18 10:33:06 · 969 阅读 · 0 评论 -
Document Object
Definition and Usage The Document object is the root of a document tree. The Document object gives us access to the document's data. Since element nodes, text nodes, attributes, comments, etc. cann翻译 2012-05-30 08:03:47 · 1084 阅读 · 0 评论 -
Node Object
Definition and Usage The Node object represents a node in the HTML document. A node in an HTML document is: The DocumentAn elementAn attributeTextA comment All of the node types are explained in翻译 2012-05-30 08:05:33 · 884 阅读 · 0 评论 -
Comparing Struts 1 and 2
Feature Struts 1 Struts 2 Action classes Struts 1 requires Action classes to extend an abstract base class. A common problem in Struts 1 is programming to abstract classes instead of i翻译 2012-05-28 07:24:26 · 1146 阅读 · 0 评论 -
Struts1和Struts2的区别比较
特征 Struts 1 Struts 2 Action类 Struts1的action需要去继承一个抽象基类。一个普遍问题就是Struts1是面向抽象类编程来代替接口编程 Struts2的action可以实现一个Action接口,也可以同时实现一些其他的接口来添置一些附加的,常用的服务。Struts2提供一个基类ActionSupport实翻译 2012-05-28 00:44:06 · 4003 阅读 · 3 评论 -
Matcher Pattern
public final class Matcher extends Object implements MatchResult An engine引擎 that performs执行 match operations操作 on a character sequence by interpreting解释 a Pattern. A matcher匹配器 is created from翻译 2012-05-04 23:34:55 · 883 阅读 · 1 评论 -
Class,Method
public final class Class extends Object implements Serializable, GenericDeclaration, Type, AnnotatedElement Instances of the class Class represent classes and interfaces in a running Java application翻译 2012-05-04 10:38:30 · 818 阅读 · 0 评论 -
Microsoft Office MIME Types
转自:http://filext.com/faq/office_mime_types.php What are the Microsoft Office MIME Types? FILExt does not presently have a search capability for MIME types however, in the interest of helping, this F翻译 2012-04-17 22:41:38 · 1623 阅读 · 0 评论 -
Strings
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常量; their values cannot be c翻译 2012-04-14 23:37:08 · 730 阅读 · 0 评论 -
Oracle Built-in Data Types
The table that follows summarizes 总结 Oracle built-in data types. Refer to the syntax in the preceding sections for the syntactic elements. The codes代码 listed for the data types are used internally by翻译 2012-04-14 23:34:31 · 707 阅读 · 0 评论 -
NUMBER Data Type
The NUMBER data type stores zero as well as positive正数 and negative负数 fixed numbers withabsolute values绝对值 from 1.0 x 10-130 to but not including 1.0 x 10126. If you specify指定 anarithmetic expressio翻译 2012-04-14 23:33:03 · 768 阅读 · 0 评论 -
Class StringBuffer
public final class StringBuffer extends Object implements Serializable, CharSequence A thread-safe, mutable可变 sequence序列 of characters. A string buffer is like a String, but can be modified修改. At a翻译 2012-04-13 16:10:27 · 658 阅读 · 1 评论 -
Bean scopes
The singleton scope Only one shared instance of a singleton bean is managed管理, and all requests for beans with an id or ids matching that bean definition定义 result in that one specific bean inst翻译 2012-06-24 08:22:35 · 758 阅读 · 0 评论