码迷,mamicode.com
首页 >  
搜索关键字:classes    ( 3495个结果
Multilingual User Interface (MUI) In SharePoint 2013
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
【Java】WEB-INF目录与META-INF目录的作用
/WEB-INF/web.xmlWeb应用程序配置文件,描述了 servlet 和其他的应用组件配置及命名规则。/WEB-INF/classes/包含了站点所有用的 class 文件,包括 servlet class 和非servlet class,他们不能包含在 .jar文件中。/WEB-INF/...
分类:编程语言   时间:2014-09-02 11:50:04    阅读次数:171
[JavaEE] Eclipse中web-inf和meta-inf文件夹的信息
WEB-INF /WEB-INF/web.xml 你的Web应用程序配置文件,这是一个XML文件,其中描述了 servlet 和其他的应用组件配置及命名规则; /WEB- INF/classes/ 这个目录包含了站点所有用的 class 文件,包括 servlet class 和非servlet c...
分类:编程语言   时间:2014-09-01 19:19:53    阅读次数:185
UML基本架构建模--类概述
??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
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
MooTools 1.4 源码分析 - Class
/* --- name: Class description: Contains the Class Function for easily creating, extending, and implementing reusable Classes. license: MI...
分类:其他好文   时间:2014-09-01 15:29:13    阅读次数:208
MooTools 1.4 源码分析 - Fx
/* --- 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
给html元素循环绑定事件
/** * 添加点击的样式 */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
Singleton Design Pattern
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
Inheritance versus composition
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!