1.Language Architecture 2.User Interface Elements That Consume User ResourcesThe SharePoint Foundation object model has six classes that have propert....
分类:
其他好文 时间:
2014-09-02 14:01:54
阅读次数:
371
/WEB-INF/web.xmlWeb应用程序配置文件,描述了 servlet 和其他的应用组件配置及命名规则。/WEB-INF/classes/包含了站点所有用的 class 文件,包括 servlet class 和非servlet class,他们不能包含在 .jar文件中。/WEB-INF/...
分类:
编程语言 时间:
2014-09-02 11:50:04
阅读次数:
171
WEB-INF /WEB-INF/web.xml 你的Web应用程序配置文件,这是一个XML文件,其中描述了 servlet 和其他的应用组件配置及命名规则; /WEB- INF/classes/ 这个目录包含了站点所有用的 class 文件,包括 servlet class 和非servlet c...
分类:
编程语言 时间:
2014-09-01 19:19:53
阅读次数:
185
??Classes类Classes are the most important building block of any object-oriented system. A class is a description of a set of objects that share the sam...
分类:
其他好文 时间:
2014-09-01 19:08:53
阅读次数:
235
php autoloader:This is a class for PHP that keeps the user from having to manually include classes by automatically including them on-the-fly as neede...
分类:
Web程序 时间:
2014-09-01 17:39:33
阅读次数:
249
/* --- name: Class description: Contains the Class Function for easily creating, extending, and implementing reusable Classes. license: MI...
分类:
其他好文 时间:
2014-09-01 15:29:13
阅读次数:
208
/* --- name: Fx description: Contains the basic animation logic to be extended by all other Fx Classes. license: MIT-style license. req...
分类:
其他好文 时间:
2014-09-01 15:28:53
阅读次数:
223
/** * 添加点击的样式 */function addClickClass(){ var eles = ["a.province",".citys"]; var classes = ["hover","hover2"]; for (var i = 0; i < eles.leng...
分类:
Web程序 时间:
2014-09-01 13:57:33
阅读次数:
237
Definition Ensure a class has only one instance and provide a global point of access to it.Participants The classes and/or objects participating in th...
分类:
其他好文 时间:
2014-09-01 12:19:33
阅读次数:
162
One of the fundamental activities of an object-oriented design is establishing relationships between classes. Two fundamental ways to relate classes are inheritance and composition. Although the co...
分类:
其他好文 时间:
2014-08-30 19:16:10
阅读次数:
279