P28

  SSH框架集成 文档

系统从职责上分为四层:表示层、业务逻辑层、数据持久层和域模块层。其中使用Struts作为系统的整体基础架构,负责MVC的分离,在Struts框架的模型部分,利用Hibernate框架对持久层提供支持,业务层用Spring支持。具体做法是:用面向对象的分析方法根据需求提出一些模型,将这些模型实现为基本的Java对象,然后编写基本的DAO接口,并给出Hibernate的DAO实现,采用 Hibernate架构实现的DAO类来实现Java类与数据库之间的转换和访问,最后由Spring完成业务逻辑。

wdp1005 2015-03-05   511   0
Spring   JEE框架   教学   Java   diff  
P50

  Java的soap - ebservice cfx学习资料 文档

本文介绍了通过cfx_2.3.2的原理,和spring整合的过程,以及webservice的基本认证,客户端代码的调用,xml传递对象。入门的不错教程哦,绝对值得一看。

chijl618 2015-02-26   261   0
P66

  第2讲 Java 编程基础 文档

第2讲Java编程基础Java的基本数据类型(重点)Java的关键字、标识符、常量、变量Java的运算符、表达式、语句Java程序的流程控制Java程序的基本结构及常用输入输出格式(重点)Java数组的声明、创建和使用(重点)教学目标熟悉Java的基本数据类型;熟悉Java的关键字、标识符的命名规则,掌握常量、变量的使用方法;熟悉Java的运算符,理解表达式、语句的构成;掌握Java程序的流程控制;熟悉Java程序的基本结构及常用输入输出格式;掌握Java数组的声明、创建和使用。

rjy938289 2015-02-23   2157   0
Java开发   教学   Java   C/C++   Go  
P

Java Examples in a Nutshell, 3rd Edition 文档

This third edition covers Java 1.4 and contains 193 complete, practical examples: over 21,900 lines of densely commented, professionally written Java code, covering 20 distinct client-side and server-side APIs. It includes new chapters on the Java Sound API and the New I/O API. The chapters on XML and servlets have been rewritten to cover the latest versions of the specifications and to demonstrate best practices for Java 1.4. New and updated examples throughout the book demonstrate many other new Java features and APIs.

silentboy 2015-02-21   3235   0
P

Java Regular Expressions: Taming the java.util.regex Engine 文档

This book is a valuable reference for learning about regular expressions in Java, and focuses on the use of regular expressions in the Java language.

silentboy 2015-02-21   1410   0
P

Java 2 Primer Plus 文档

Java Primer Plus guides the reader through the Java programming language from the basic concepts (basic syntax, variable, literals, operators, loops, conditional statements, etc.) through advanced topics (RMI, JDBC, Network socket programming, etc.). It provides a deep explanation of Java programming concepts and technologies using classroom tested and proven techniques. What makes this book unique is that it spends the last part showing the reader how to integrate Java technologies into everyday Web related practices and with other technologies.

silentboy 2015-02-21   4077   0
P

Java Enterprise in a Nutshell, 3rd Edition 文档

Nothing is as constant as change, and this is as true in enterprise computing as anywhere else. With the recent release of Java 2 Enterprise Edition 1.4, developers are being called on to add even greater, more complex levels of interconnectivity to their applications.<br> To do this, Java developers today need a clear understanding of how to apply the new APIs, use the latest open source Java tools, and learn the capabilities and pitfalls in Java 2 Enterprise Edition 1.4 -- so they can plan a technology and implementation strategy for new enterprise projects.

silentboy 2015-02-21   1829   0
P

Java Regular Expressions: Taming the java.util.regex Engine 文档

This book is a valuable reference for learning about regular expressions in Java, and focuses on the use of regular expressions in the Java language.

silentboy 2015-02-21   1224   0
P

Core Servlets and JavaServer Pages: Volume 1: Core Technologies, 2nd Edition 文档

The J2EE Platform has become the technology of choice for developing professional e-commerce applications, interactive Web sites, and Web-enabled applications and services. Servlet and JSP(TM) technology is the foundation of this platform: it provides the link between Web clients and server-side applications. In this 2nd edition of the worldwide bestseller, the authors show you how to apply the latest servlet and JSP capabilities. Unlike other books that treat servlet or JSP technology in isolation, Core Servlets and JavaServer Pages provides a unified treatment, showing you when servlet technology is best, when the JSP approach is preferred, and when (and how) servlets and JSP should work together.

silentboy 2015-02-21   2503   0
P

THE Java Programming Language, Fourth Edition 文档

Direct from the creators of the Java™ programming language, the completely revised fourth edition of The Java™ Programming Language is an indispensable resource for novice and advanced programmers alike.<br> Developers around the world have used previous editions to quickly gain a deep understanding of the Java programming language, its design goals, and how to use it most effectively in real-world development. Now, Ken Arnold, James Gosling, and David Holmes have updated this classic to reflect the major enhancements in Java™ 2 Standard Edition 5.0 (J2SE™ 5.0).

silentboy 2015-02-21   372   0
P81

  HTML5深度揭秘和开发框架实战补充内容 文档

前面谈过的ListView框架、SQLite DB框架、HAL驱动框架等都是属于Android提供的小框架,也都位于App层(应用框架)之内。PhoneGap框架则是位于App层之外,而且不是由Google提供的。Linux驅動框架系統服務框架HAL框架JNI接口PhoneGap框架WebView框架應用框架此外,PhoneGap不仅仅有Android版本,还有iOS等其它平台的版本,能够支持跨OS平台的HTML5应用开发。

cnwn 2015-02-10   539   0
P12

  Java和JavaScript相互沟通 文档

因为Android软件开发分工目前还没有细化,程序员往往需要负责软件界面的开发,尽管软件的界面图片已经由美工设计好了,但如果使用layout技术把软件做成如图片所示的界面确实很困难,而且也比较耗时。Android通过WebView实现了JavaScript代码与Java代码互相通信的功能,使得Android软件的界面开发也可以采用HTML网页技术,这样,广大网页美工可以参与进Android软件的界面开发工作,从而把程序员从中解脱出来。目前在一些场合已经可以取代Layout。下面是一个使用Html作为UI实现的的电话拨号器的实例。界面设计其中数据可以来自于SQLite数据库,也可以来自于内容提供者,或者来自于网络,点击电话号码下的链接能够拨打电话,界面用Html实现。

cnwn 2015-02-09   513   0
P

Selenium2 Webdriver 2.44 Javadoc 文档

Selenium2.0最主要的新特性就是集成了WebDriverAPI。我们设计WebDriver的初衷是提供更加简单明了的接口来弥补Selenium-RCAPI的不足。在动态网页中,通常只会更新局部的html元素,WebDriver会很好的帮助用户快速定位这些元素。我们最终的目的是通过提供精心设计的面向对象API来解决现代高级网页中的测试难题。

bubble 2015-02-05   389   0
P39

  毕向东HTML CSS JavaScript教程笔记 文档

毕向东HTML CSS JavaScript教程笔记

jiayou123 2015-02-01   549   0
P31

  Java Socket 编程 文档

主要内容TCP协议Socket编程1UDP协议Socket编程2Socket编程实例3JavaMail邮件编程4Socket通讯网络上的两个程序通过一个双向的通讯连接实现数据的交换,这个双向链路的一端称为一个Socket。Socket通常用来实现客户方和服务方的连接。两类传输协议TCP(Transport Control Protocol)面向连接的能够提供可靠的流式数据传输的协议。类似于打电话的过程。URL,URLConnection,Socket,ServerSocket等类都使用TCP协议进行网络通讯。UDP(UserDatagramProtocol)非面向连接的提供不可靠的数据包式的数据传输的协议。

yanjianguo 2015-01-23   968   0
P6

  Java OOP 编程(面向对象) 文档

类概念现实世界:实体=属性+动作计算机世界:数据(信息):持久化编程世界:类是描述具有相同属性与动作的实体

spiritual 2015-01-19   1488   0
P44

  Spark Streaming 场景下两类倾斜问题的研究 文档

数据挖掘与计算大纲问题背景CPU资源倾斜问题源数据倾斜问题小结淘宝技术部-数据挖掘与计算问题背景Spark Streaming在淘宝!双122013.12.12双112014.11.11双122014.12.12 SparkStreaming商品推荐店铺推荐行业个性化推荐…淘宝技术部-数据挖掘与计算问题背景使用过程中我们经常碰到:内存还剩很多,CPU资源缺消耗殆尽,造成作业无法提交任务的数据本地化有时候会很差,数据需要进行网络间的迁移CPU资源利用率问题源数据的倾斜问题淘宝技术部-数据挖掘与计算问题

n2n3 2015-01-19   8464   0
P15

  学生考试与成绩管理系统 文档

技术路线本系统采用“视图—逻辑处理—数据库”的MVC三层结构体系进行设计和整体开发。使用JSP+Servlet+JavaBean的技术,用MyEclipse为开发工具,结合Mysql数据库,较好地实现了预定的需求功能。系统功能描述系统主要有学生、教师、管理员三个用户,不同的用户可以完成不同的功能。系统功能描述系统功能描述管理员的功能:管理员信息维护、教师信息维护、学生信息维护、考生信息维护、课程信息维护、题目信息维护、学生成绩维护。主要是对各种信息的增、删、改、查,其中的搜索查询又可以分不同条件搜索查询。系统功能描述系统功能描述教师的功能:修改个人信息、题目信息维护、学生成绩维护、成绩查询分析。

wukui_wk 2015-01-16   3968   0
教学   Java  
P20

  JMS 入门 文档

JMS即Java消息服务,是由Java官方提供的API,需要第三方Provider提供实现。类似于JDBC,它也是Java官方提供的API,需要其他数据库厂商提供实现。 JMS是面向消息的中间件(Message-Oriented Middleware),它提供了标准的产生、发送、接收消息的接口,简化企业应用的开发。

leoxu2009 2015-01-14   1953   0
P44

  Java语言编程规范--华为技术有限公司 文档

112规范性引用文件113术语和定义114排版规范124.1规则121.*程序块要采用缩进风格编写,缩进的空格数为4个。122.*分界符(如大括号‘{’和‘}’)应各独占一行并且位于同一列,同时与引用它们的语句左对齐。在函数体的开始、类和接口的定义、以及if、for、do、while、switch、case语句中的程序都要采用如上的缩进方式。

leshi 2015-01-11   3619   0
1 2 3 4 5 6 7 8 9 10

关键词

最新上传

热门文档