spring in action中文版(共四部分)
《Spring in Action中文版》适合所有Java开发人员,特别是对企业级Java开发人员更有帮助。《Spring in Action中文版》将循序渐进地指导读者浏览贯穿《Spring in Action中文版》的复杂示例。Spring最突出之处在于它使企业级系统开发变得简单,所以,企业级系统开发人员会更加欣赏《Spring in Action中文版》中的示例代码。《Spring in Action中文版》最后4章描述了Spring是如何为Web层开发提供支持的,如果你是一位Web开发人员,你会发现《Spring in Action中文版》的最后一部分特别有用。
spring in action中文版(共四部分)
《Spring in Action中文版》适合所有Java开发人员,特别是对企业级Java开发人员更有帮助。《Spring in Action中文版》将循序渐进地指导读者浏览贯穿《Spring in Action中文版》的复杂示例。Spring最突出之处在于它使企业级系统开发变得简单,所以,企业级系统开发人员会更加欣赏《Spring in Action中文版》中的示例代码。《Spring in Action中文版》最后4章描述了Spring是如何为Web层开发提供支持的,如果你是一位Web开发人员,你会发现《Spring in Action中文版》的最后一部分特别有用。
spring in action中文版 part2(共四部分)
《Spring in Action中文版》适合所有Java开发人员,特别是对企业级Java开发人员更有帮助。《Spring in Action中文版》将循序渐进地指导读者浏览贯穿《Spring in Action中文版》的复杂示例。Spring最突出之处在于它使企业级系统开发变得简单,所以,企业级系统开发人员会更加欣赏《Spring in Action中文版》中的示例代码。《Spring in Action中文版》最后4章描述了Spring是如何为Web层开发提供支持的,如果你是一位Web开发人员,你会发现《Spring in Action中文版》的最后一部分特别有用。
Spring in action part1(共4部分)
《Spring in Action中文版》适合所有Java开发人员,特别是对企业级Java开发人员更有帮助。《Spring in Action中文版》将循序渐进地指导读者浏览贯穿《Spring in Action中文版》的复杂示例。Spring最突出之处在于它使企业级系统开发变得简单,所以,企业级系统开发人员会更加欣赏《Spring in Action中文版》中的示例代码。《Spring in Action中文版》最后4章描述了Spring是如何为Web层开发提供支持的,如果你是一位Web开发人员,你会发现《Spring in Action中文版》的最后一部分特别有用。
四六级听力不听即拿分
四六级听力不听即拿分
真的四六级题型,给出猜测答案,听不懂也没关系
四六级听力答题技巧.txt
四六级听力技巧
针对现今大学英语四六级听不懂的情况,也能拿高分
java线程一书代码
Java线程艺术是O'reilly公司推出的优秀书籍。一书代码如下
多核数据结构与算法源代码库
本项目是C/C++语言实现的多核并发数据结构算法库。内有针对多核的并行查找、并行排序、分布式队列、抢夺式内存管理、任务调度器等。配套书籍有《多核计算与程序设计》、《软件测试实践》等
JAAS in action code
JAAS, the Java Authentication and Authorization Service, has been a standard part of the
Java security framework since version 1.4 version and was available as an optional package in
J2SE 1.3. Before that time, the previous security framework provided a way to allow or
disallow access to resources based on what code was executing. For example, a class loaded
from another location on the Internet would have been considered less trustworthy and
disallowed access to the local file system. By changing the security set tings, this restriction
could be relaxed and a downloaded applet could modify local files. Viewed mainly as a tool
for writing clients, early Java didn’t seem to need much more than this.
JAAS in action
JAAS, the Java Authentication and Authorization Service, has been a standard part of the
Java security framework since version 1.4 version and was available as an optional package in
J2SE 1.3. Before that time, the previous security framework provided a way to allow or
disallow access to resources based on what code was executing. For example, a class loaded
from another location on the Internet would have been considered less trustworthy and
disallowed access to the local file system. By changing the security set tings, this restriction
could be relaxed and a downloaded applet could modify local files. Viewed mainly as a tool
for writing clients, early Java didn’t seem to need much more than this.
Eclipse中文教程.pdf
Eclipse就像软件开发者的『打铁铺』 ,它一开始备有火炉、铁钻
与铁锤。就像铁匠会用现有的工具打造新的工具,也能用Eclipse打
造新工具来开发软件-这些新工具可扩充Eclipse的功能。(Eclipse
其中一个卖点就是它的扩充性)
Html和css网页标准指南.chm
用符合Web标准的HTML和CSS构建你的网站
欢迎来到传承标准的HTML和CSS网页标准指南,此标准指南来自著名的国外XHTML和CSS的实用指南网站HTMLDog,经Neo翻译而成,由Lv_V整理制作CHM电子书。在本指南内,你不仅学到最常用的制做网页的技术,最重要的是,你还可以深入了解实用的、最新的Web标准(Web Standards)。
总共六个指南,基本上覆盖了HTML和CSS的范围。初级指南是按部就班的,你应该按顺序逐个学习。而中级和高级指南相对比较独立,包含各种技巧和技术,你可以按照你的需求选择性地学习。
目录
HTML初级指南
这是按部就班的最基础教程,如果你尚未入门,你应该从这里开始。
CSS初级指南
也是按部就班的,如果你学完了HTML出家指南,进一步学习吧。
HTML中级指南
对初学者和精通者都有用的一些HTML技术。
CSS中级指南
基于基本的CSS的一些“多余”和“古怪”的东西。
HTML高级指南
发挥HTML的兼容标准,增强亲和力和易用性。
CSS高级指南
探索CSS的多才多艺。
JavaScript入门经典(第1版)书源代码
JavaScript入门经典(第3版)书源代码
作者: 麦可匹克 出版社: 清华大学出版社
第1章 eb与JavaScript概述
1.1 JavaScript简介
1.2 创建JavaScriptWeb应用程序所需的工具
1.3 (script)标记:第一个简单的JavaScript程序
1.4 浏览器及其兼容性问题
1.5 关于“谁将成为亿万富翁?”小测试的简介
1.6 小结
第2章 avaScript中的数据类型与变量
2.1 JavaScript中的数据类型
2.2 变量——保存在内存中的数据
2.3 设置浏览器以显示错误信息
2.4 使用数据——计算数值及字符串的基本操作
2.5 数据类型转换
2.6 数组
2.7 “在线小测试”程序——使用数组来存储题目
2.8 小结
2.9 习题
第3章 判断、循环和函数
3.1 选择语句——if语句和switch语句
3.2 循环语句——for语句和while语句
3.3 函数
3.4 创建一个“在线小测试”程序7中的基本函数
3.5 小结
3.6 习题
第4章 JavaScript——基于对象的语言
第5章 浏览器程序设计
第6章 HTML表单——与用户进行交互
第7章 窗体和框架
第8章 字符串操作
第9章 日期、时间和计时器
第10章 常见错误、调试和错误处理
第11章 使用Cookie存储信息
第12章 DHTML概述
第13章 现代浏览器中的DHTML
第14章 JavaScript与XML
第15章 使用ActiveX和Plug-In
第16章 Ajax与远程脚本
附录 参考答案
JAVA与XML part2
一、xml简介
二、创建xml
三、解析xml
四、约束xml
五、验证xml
六、转换xml
七、遍历xml
八、。。。。
。。。
JAVA与XML第1版中文版part1
一、xml简介
二、创建xml
三、解析xml
四、约束xml
五、验证xml
六、转换xml
七、遍历xml
八、。。。。
。。。
java and xml英文第三版
java and xml英文第三版
Java and XML, 3rd Edition, shows you how to cut through all the hype about XML and put it to work. It teaches you how to use the APIs, tools, and tricks of XML to build real-world applications. The result is a new approach to managing information that touches everything from configuration files to web sites.
The Java Web Services Tutorial.pdf
THE Java™WebServicesTutorialisaguidetodevelopingWebapplications
withtheJavaWebServicesDeveloperPack(JavaWSDP).TheJavaWSDPisan
all-in-onedownloadcontainingkeytechnologiestosimplifybuildingofWeb
servicesusingtheJava2Platform.Thistutorialrequiresafullinstallation(Typi-
cal,notCustom)oftheJavaWSDP,v1.6withtheSunJavaSystemApplication
ServerPlatformEdition8.12005Q2UR2(hereaftercalledtheApplication
Server).Herewecoverallthethingsyouneedtoknowtomakethebestuseof
this tutorial.
java数据结构与算法书代码
java数据结构与算法由著名的Robert Lafore编著,对我们学习数据结构的java描述非常有帮助
DIV+CSS布局大全
DIV+CSS布局大全
全面介绍DIV+CSS的各种布局,看了肯定受益
java media framework
jmf java media framework
为sun公司提供的jmf API文档
是为java提供进一步的图像、图像、声音、视频等多媒体支持的类库
SVN客户端帮助文档
Windows下svn客户端TortoiseSVN的安装和操作
usb storage
介绍USB协议 存储方式 等等 usb storage.pdf 是一本USB编程、项目设计方面很好的参考书
bmp格式图像文件结构
bmp文件结构
文件介绍了bmp格式图像里面的结构体 为编程实现提供参考
用 MATLAB实现遗传算法程序
MATLAB实现遗传算法程序,为大家编写程序实现提供帮助