P22

  5 Software as a service (Saas) 文档

1. Software as a service (Saas) Group D Fong Hui Yun Kyung Jung Yijia Li Roxana Hernandez UC-Berkeley

chen_2550 2014-05-06   4328   0
P

Joel on Software《Joel谈软件》 文档

这是一本介绍软件管理的小品文集。全书分为45章,每章就是一个独立的专题或者知识点。本书内容十分丰富全面,小到项目负责人制订进度表,大到软件执行总裁提出富有竞争性的战略,都在本书的介绍之列。尽管内容很多,但事例驱动的写作方式,奠定了本书在可学性与可用性方面明显的优势。 本书从不同侧面满足了软件开发人员、设计人员、管理人员及从事软件相关工作的人员的学习与工作需要。

wujiuliu 2013-06-05   2254   0
P44

  ActiveMQ In Action 文档

Subscription Meaning PRICE.> Any price for any product on any exchange PRICE.STOCK.> Any price for a stock

windlos 2012-10-10   622   0
P13

  Software Requirements Specification(软件需求规范) 文档

Software Requirements Specification for Page Software Requirements Specification for Version Prepared

keith_guo 2015-09-14   2217   0
P

Sams Software Testing 2nd Edition 文档

想从事软件测试行业的,入门相必都读过此书。简单,通俗,易懂。等你读过那些所谓的大部头,经过实际的项目,回过头来看看,还是这些东西,怎么都逃不出这本书的范围。也在网上看过不少的教材,稍微好点的基本都是脱胎于此书,所谓的另立独行,自以为高明的,全是些剑走偏峰的家伙。所以,如果想系统的掌握软件测试的知识

x619y 2014-12-05   1880   0
P9

  Action的配置 文档

文章内容来自Java私塾2013-12-27 Action的配置 4.4.1 的配置 通过上面的示例可以看出,Action需要在struts.xml中配置才可以使用,而且Action应该配置成为 元素的子元素,那么

singing 2014-01-05   2061   0
P61

  iBATIS In Action (文档) 文档

iBATIS In Action:什么是iBATIS(一) 2007-08-19 20:39 by Anders Cui, 8509 visits, 网摘, 收藏, 编辑 在上一章中我们详细讨论了i

ka520 2015-11-14   1687   0
P61

  iBATIS In Action (文档)(1) 文档

iBATIS In Action:什么是iBATIS(一) 2007-08-19 20:39 by Anders Cui, 8509 visits, 网摘, 收藏, 编辑 在上一章中我们详细讨论了i

ka520 2015-11-14   1322   0
P

Spring in Action中文版 文档

尽管JSP是在Spring MVC应用中产生视图的最可能的选择,但它不是惟一的选择。通过切换视图解析器和视图实现,你的应用可以使用其他视图层技术产生Web页面,甚至可以产生非HTML的输出。在本章中,你学会了如何在Spring MVC应用中使用Velocity或FreeMarker来代替JSP。以类似的方式,你也看到如何将Jakarta Tiles集成到你的Spring MVC应用中,使应用的外观可用性更高,也更美观。最后,你看到如何创建定制的视图实现,能够产生动态生成的二进制内容,比如Excel工作表、PDF文档以及图像。虽然本章在应用的视图层为你提供了若干种选择,但所有你看到的实现都是在Spring MVC应用中完成的。那么,如果你更偏爱别的MVC框架呢?在下一章中,我们会把选择的范围扩展到其他MVC框架,从而你可以同时使用Spring以及你自己选择的MVC框架。

stefanie_fuck 2010-11-16   596   0
P15

  struts2中的action 文档

27 Action的数据 4.3.1  数据来源 在helloworld示例里面,在运行Action的execute方法的时候,你会神奇般的发现,Action的属性是有值的,而这正是Action进行请

singing 2014-01-05   1943   0
P

Spring In Action 中文版 文档

Spring培训应用和银行之间的会话开始于一个从Spring培训应用到银行的支付服务的远程过程调用(RPC)。表面上看,RPC调用类似于调用一个本地对象的方法。它们都是同步的操作,调用代码将被堵塞,直等到被调用过程完成为止。<br> 它们的不同也就是距离的问题,类似于人类之间的交流。假设你们在众所周知的正在工作的水冷机旁讨论周末足球比赛的结果,你们就在进行一个本地会话——也就是说,会话发生在同一房间的两个人之间。同样地,一个本地方法调用就是执行流程在同一个应用的两个代码块之间的交换。

lxj2008 2014-01-17   4366   0
P8

  Junit对Action与Dao的测试总结 文档

以下是使用Junit对Action与Dao的一点测试心得,有不对的地方欢迎批评指教。有疑问或是有什么错误的地方大家可以E我,Email:goshoppingzxp@yahoo.cn 在做白盒测试之前

chenhb 2011-08-08   4876   0
P39

  Mahout in Action 中文版 文档

practicalecommerce.com/articles/1942-10-Questions-on-Product-Recommendations 1.3 聚类 Clustering turns up in less

Mon 2013-12-01   5643   0
P22

  Hadoop: A Software Framework for Data Intensive Computing Applications 文档

1. Hadoop: A Software Framework for Data Intensive Computing ApplicationsRavi Mukkamala Department of

Eric_V72 2013-10-21   1733   0
P

Domain-Driven Design: Tackling Complexity in the Heart of Software 文档

The software development community widely acknowledges that domain modeling is central to software design. Through domain modeling, software developers are able to express rich functionality and translate that functionality into software implementation that truly serves the needs of its users. Despite its obvious importance, however, there are few practical resources that show how to incorporate effective domain modeling into the software development process.<br> Domain-Driven Design fills that need. It offers readers a systematic approach to domain-driven design, presenting an extensive set of design best practices, experience-based techniques, and fundamental principles that facilitate the development of software projects facing complex domains. Intertwining design and development practice, Domain-Driven Design incorporates numerous examples in Java-case studies taken from actual projects that illustrate the application of domain-driven design to real-world software development.

silentboy 2015-03-10   3162   0
P20

  Liferay in Action 中文翻译【自】 文档

信息时显示。 这个例子将介绍几个Portlet API的特点: n 门户组件模型 n 门户组件action和他们是如何处理的 n 门户组件的参数 这是探讨将提供一个更好的基础去建立portlets 然后

endlesswl 2012-08-06   13984   0
P4

  iBATIS In Action:序言和目录 文档

iBATIS In Action:序言和目录 序言 在我的软件开发生涯中,我曾工作于多种不同的环境中。在同一家公司中,人们往往会以不同的方式进行开发。考虑到各种各样的挑战——人、工具,它们就是开发人

ka520 2015-11-14   428   0
P6

  全面讲解Struts2的Action 文档

Struts2的Action Struts2框架中的Action是业务控制器,是Struts2框架的核心。用户提交的所有请求,都是通过Action进行业务逻辑处理的。在Struts2框架中,Action是实现企业应用的关键部分。

gzx2080205 2011-08-10   3522   0
P22

  iBATIS In Action:iBATIS 的安装和配置 文档

iBATIS In Action:iBATIS的安装和配置 上一篇: iBATIS In Action:什么是iBATIS(2); 译注:本章讲解的是iBATIS的安装和配置,原书使用的是Java版本,与

ka520 2015-11-14   3069   0
P9

  iBATIS in Action:什么是iBATIS(二) 文档

iBATIS In Action:什么是iBATIS(二) 上一篇:什么是iBATIS(1) 2.5 iBATIS快速上手 iBATIS框架非常简单,它上手起来同样简单。有多简单呢?使用iBATIS

ka520 2015-11-14   568   0
1 2 3 4 5 6 7 8 9 10