码迷,mamicode.com
首页 >  
搜索关键字:abstract classes    ( 8306个结果
利用ant的javac任务来编译java程序
ant compileBuildfile: E:\antstudy\build.xmlclean:compile: [mkdir] Created dir: E:\antstudy\build\classes [javac] E:\antstudy\build.xml:9: warnin...
分类:编程语言   时间:2015-01-13 15:39:37    阅读次数:128
UML基本架构建模--关联概述
Relationships 关联   When you build abstractions, you’ll discover that very few of your classes stand alone. Instead, most of them collaborate with others in a number of ways. Therefore, when you...
分类:其他好文   时间:2015-01-13 07:54:25    阅读次数:149
UML基本架构建模--关联的术语和概念(二)
??   Associations 联合 An association is a structural relationship that specifies that objects of one thing are connected to objects of another. Given an association connecting two classes, yo...
分类:其他好文   时间:2015-01-13 07:53:53    阅读次数:139
Hibernate 一对多双向关联Demo
以Classes[班级]和Student[学生]为例的Demo//Classes.javapublic class Classes implements Serializable { private long cid; private String cname; private S...
分类:Web程序   时间:2015-01-12 23:57:02    阅读次数:208
Hibernate 一对多单向关联Demo
以Classes[班级]和Student[学生]为例的DemoClasses .javapublic class Classes implements Serializable { private long Cid; private String Cname; private St...
分类:Web程序   时间:2015-01-12 23:46:49    阅读次数:311
scala入门-06抽象类(abstract)的使用
scala入门-06抽象类(abstract)的使用 scala入门-06抽象类(abstract)的使用...
分类:其他好文   时间:2015-01-12 19:19:16    阅读次数:318
HBase 协处理器统计行数
环境:cdh5.1.0 方法1. 启用协处理器 Aggregation(Enable Coprocessor Aggregation) 我们有两个方法:1.启动全局aggregation,能过操纵所有的表上的数据。通过修改hbase-site.xml这个文件来实现,只需要添加如下代码: hbase.coprocessor.user.region.classes o...
分类:其他好文   时间:2015-01-12 19:18:46    阅读次数:167
Word 2003安装时的一个小问题
Word2003安装时的一个小问题 今天给一个老师安装软件,出现了这个问题? 系统管理员设置了系统策略,禁止进行此安装。   解决方法   开始-运行-regedit   在注册表项里找到下面这个选项:   HKEY_CLASSES_ROOT\Installer\Products\4080110900063D11C8EF10054038389C     将这项删除。再...
分类:其他好文   时间:2015-01-12 19:18:10    阅读次数:128
maven小项目注册服务(三)--web模块
java的web应用打包方式一般为war它和jar的区别就是包含了更多的资源和文件,如JSP文件,静态资源文件,servlet等等。war包的核心就WEB-INF文件夹下必须有一个web.xml 的配置文件,子目录classes包含所有该项目的类,子目录lib包含所有的依赖,这两个目录都会在运行.....
分类:Web程序   时间:2015-01-12 12:49:43    阅读次数:223
UML基本架构建模--给类建模时的注意事项
??   When you model classes in the UML, remember that every class should map to some tangible or conceptual abstraction in the domain of the end user or the implementer. A well-structured class 1.P...
分类:其他好文   时间:2015-01-12 11:37:04    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!