自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(2)
  • 资源 (85)
  • 收藏
  • 关注

原创 Struts2中使用FreeMarker充当表现层

1,在java程序中使用FreeMarker FreeMarker的模板就是一个.ftl文本文件,在该文件中使用了一些FreeMarker的特别标记,这些标记会动态显示,或者控制程序输出,如下面的模板文件代码:${name},你好!${msg}这里类似于${}的就是动态的内容,称作"插值". 为了使用FreeMarker来将数据模型中的值合并到模板文件中,可按如下步骤进行:1,创建Config...

2009-05-17 19:03:35 164

原创 Hibernate的十大罪状

Hibernate的十大罪状 Hibernate确实功能强悍,但在易用性、性能上存在缺陷。如果团队中没有一个精通Hibernate的高手,不适合使用Hibernate。1. 复杂的实体状态3种实体状态的设计是种种复杂性问题的根源。在持久化状态下不需要save就自动同步到数据库既无必要又容易造成烦恼。2. Lazy Load 与 Eager LoadLazy Load的概念听起来不错,用起来...

2009-05-04 20:27:16 82

flex深入学习

非常不错的课件,从百度文库下载,和大家分享

2011-10-06

flex4/4.5开发必备插件

flex4/4.5插件 包括 sourcemate 快速开发和重构的插件 OpenExplorer 快速打开当前文件在资源管理器的位置 htmleditor html插件,小巧方便,用flex的必备

2011-08-15

flex4 实战 flex4 in action

flex4 实战 flex4 in action pdf源码和配套的源码 和大家分享

2011-08-06

flex4 权威指南 training from source

flex4 权威指南 training from source pdf原版书籍和配套的源码 和大家分享

2011-08-06

jdk1.7 java7 api chm

最新的jdk1.7的api,和大家分享 方便使用

2011-08-01

Hibernate-javadocs-3.6.0.final原版样式(不带索引).chm

Hibernate-javadocs-3.6.0.final原版样式(不带索引).chm

2010-11-12

struts2.2.1-API.chm (索引)

struts2.2.1-API.chm 方便实用,支持索引,提高工作效率 与大伙分享

2010-11-11

struts-1.3.10-docs.chm

struts-1.3.10-docs.chm 带索引 方便实用,分享给大家,最新版

2010-11-10

Spring Framework JavaDoc (3.0.5-release) (索引) chm

Spring3.0.5-RELEASE-API.chm 方便实用,分享给大家,最新版

2010-11-10

Hibernate-javadocs-3.6.0(索引) chm java通用api格式

Hibernate-javadocs-3.6.0.final.chm 最新版hibernate api 方便大家的使用

2010-11-10

FreeMarker2.3.16 中文手册

前言 什么是FreeMarker? FreeMarker是一款模板引擎:一种基于模板的、用来生成输出文本(任何来自于HTML格式的文用本来自动生成源代码)的通用工具。它是为Java程序员提供的一个开发包或者说是类库。它不是面向最终用户,而是为程序员提供的嵌入他们开发产品的一款应用程序。 FreeMarker实际上是被设计用来生成HTML网页,尤其是通过基于实现了MVC(Model View Controller,模型-视图-控制器)模式的Servlet应用程序。使用MVC模式的动态网页的构思是使得你可以将前端设计者(编写HTML)从程序员中分离出来。所有人各司其职,发挥其擅长的一面。网页设计师可以改写页面的显示效果而不受程序员编译代码的影响,因为应用程序的逻辑(Java 程序)和页面设计(FreeMarker 模板)已经分开了。页面模板代码不会受到复杂的程序代码的影响。这种分离的思想即便对一个程序员和页面设计师是同一个人来说的项目都是非常有用的,因为分离使得代码保持简洁而且便于维护。

2010-11-08

Java面试宝典2010版

这套面试题主要目的是帮助那些还没有java软件开发实际工作经验,而正在努力寻找java软件开发工作的朋友在笔试时更好地赢得笔试和面试。由于这套面试题涉及的范围很泛,很广,很杂,大家不可能一天两天就看完和学完这套面试宝典,即使你已经学过了有关的技术,那么至少也需要一个月的时间才能消化和掌握这套面试宝典,所以,大家应该早作准备,从拿到这套面试宝典之日起,就要坚持在每天闲暇之余学习其中几道题目,日积月累,等到出去面试时,一切都水到渠成,面试时就自然会游刃有余了。 答题时,先答是什么,再答有什么作用和要注意什么(这部分最重要,展现自己的心得) 答案的段落分别,层次分明,条理清晰都非常重要,从这些表面的东西也可以看出一个人的习惯、办事风格、条理等。 要讲你做出答案的思路过程,或者说你记住答案的思想都写下来。把答题想着是辩论赛。答题就是给别人讲道理、摆事实。答题不局限于什么格式和形式,就是要将自己的学识展现出来! 别因为人家题目本来就模棱两可,你就心里胆怯和没底气了,不敢回答了。你要大胆地指出对方题目很模糊和你的观点,不要把面试官想得有多高,其实他和你就是差不多的,你想想,如果他把你招进去了,你们以后就是同事了,可不是差不多的吗? 关于就业薪水,如果你是应届生,那不能要高工资,好比大饼的故事,没有文凭还想拿高工资,就去中关村缺什么补什么吧!少数人基础确实很好,在校期间确实又做过一些项目,那仍然是可以要到相对高的工资的。

2010-11-07

Pragmatic---Hello-Android-2nd-Edition--2009-.pdf

Android combines the ubiquity of cell phones, the excitement of open source software, and the corporate backing of Google and other Open Handset Alliance members. The result is a mobile platform you can't afford not to learn. This second edition is completely updated for Android 1.5 (Cupcake) and Android 1.6 (Donut). Android is a software toolkit for mobile phones, created by Google and the Open Handset Alliance. It's inside millions of cell phones and other mobile devices, making Android a major platform for application developers. That could be your own program running on all those devices. Getting started developing with Android is easy. You don't even need access to an Android phone, just a computer where you can install the Android SDK and the phone emulator that comes with it. Within minutes, "Hello, Android" will get you creating your first working application: Android's version of "Hello, World." From there, you'll build up a more substantial example: an Android Sudoku game. By gradually adding features to the game throughout the course of the book, you'll learn about many aspects of Android programming including user interfaces, multimedia, and the Android life cycle. This second edition has been completely revised for Android 1.5 (Cupcake) and Android 1.6 (Donut). Every page and example was reviewed and updated for compatibility with the new version. In addition, two new appendixes show you how to create Widgets for the Home screen and publish your application to the Android Market. If you're a busy developer who'd rather be coding than reading about coding, this book is for you. To help you find what you need to know fast, each chapter ends with a "Fast-Forward" section. These sections provide guidance for where you should go next when you need to read the book out of order.

2010-10-30

Professional-Android-2-Application-Development

Written by an Android authority, this up-to-date resource shows you how to leverage the features of Android 2 to enhance existing products or create innovative new ones. Serving as a hands-on guide to building mobile apps using Android, the book walks you through a series of sample projects that introduces you to Android’s new features and techniques. Using the explanations and examples included in these pages, you’ll acquire the foundation needed to write compelling mobile applications that use Android, along with the flexibility to quickly adapt to future enhancements. Professional Android 2 Application Development: ■Reviews Android as a development platform and¿best practices for mobile development ■Provides an in-depth look at the Android application components ■Details creating layouts and Views to produce compelling resolution independent user interfaces ■Examines Intents and Content Providers for sharing data ■Introduces techniques for creating map-based applications and using location-based services such as GPS ■Looks at how to create and use background Services, Notifications, and Alarms ■Demonstrates how to create interactive homescreen components ■Explores the Bluetooth, telephony, and networking APIs ■Examines using hardware, including the camera and sensors such as the compass and accelerometers

2010-10-30

CouchDB: The Definitive Guide: Time to Relax

Three of CouchDB’s creators show you how to use this document-oriented database as a standalone application framework or with high-volume, distributed applications. With its simple model for storing, processing, and accessing data, CouchDB is ideal for web applications that handle huge amounts of loosely structured data. That alone would stretch the limits of a relational database, yet CouchDB offers an open source solution that’s reliable, scales easily, and responds quickly. CouchDB works with self-contained data that has loose or ad-hoc connections. It’s a model that fits many real-world items, such as contacts, invoices, and receipts, but you’ll discover that this database can easily handle data of any kind. With this book, you’ll learn how to work with CouchDB through its RESTful web interface, and become familiar with key features such as simple document CRUD (create, read, update, delete), advanced MapReduce, deployment tuning, and more.

2010-10-07

MongoDB The Definitive Guide

How does MongoDB help you manage a huMONGOus amount of data collected through your web application? With this authoritative introduction, you’ll learn the many advantages of using document-oriented databases, and discover why MongoDB is a reliable, high-performance system that allows for almost infinite horizontal scalability. Written by engineers from 10gen, the company that develops and supports this open source database, MongoDB: The Definitive Guide provides guidance for database developers, advanced configuration for system administrators, and an overview of the concepts and use cases for other people on your project. Learn how easy it is to handle data as self-contained JSON-style documents, rather than as records in a relational database. Explore ways that document-oriented storage will work for your project Learn how MongoDB’s schema-free data model handles documents, collections, and multiple databases Execute basic write operations, and create complex queries to find data with any criteria Use indexes, aggregation tools, and other advanced query techniques Learn about monitoring, security and authentication, backup and repair, and more Set up master-slave and automatic failover replication in MongoDB Use sharding to scale MongoDB horizontally, and learn how it impacts applications Get example applications written in Java, PHP, Python, and Ruby

2010-10-07

C++ GUI Programming with Qt 4

The Only Official Best-Practice Guide to Qt 4 Programming Using Trolltech's Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux--without making source code changes. With this book Trolltech insiders have written a start-to-finish guide to getting great results with the most powerful version of Qt ever created: Qt 4.1. Using C++ GUI Programming with Qt 4 you'll discover the most effective Qt 4 programming patterns and techniques as you master key technologies ranging from Qt's model/view architecture to Qt's powerful new 2D paint engine. The authors provide readers with unparalleled insight into Qt's event model and layout system. Then, using realistic examples, they introduce superior techniques for everything from basic GUI development to advanced database and XML integration. Includes new chapters on Qt 4's model/view architecture and Qt's new plugin support, along with a brief introduction to Qtopia embedded programming Covers all Qt fundamentals, from dialogs and windows to implementing application functionality Introduces best practices for layout management and event processing Shows how to make the most of Qt 4's new APIs, including the powerful new 2D paint engine and the new easy-to-use container classes Contains completely updated material in every chapter Presents advanced Qt 4 techniques covered in no other book, from creating both Qt and application plugins to interfacing with native APIs Contains an in-depth appendix on C++/Qt programming for experienced Java developers

2010-10-07

junit4.8.2 api chm

junit4.8.2 api chm 非常好用

2010-09-28

实用HTML,CSS和JavaScript速查表

刚刚看到了这个(实用HTML,CSS和JavaScript速查表), 然后下载就全部下载了,和大家分享 http://sd.csdn.net/a/20100921/279724.html Vikas曾发表过一篇博文《Most Useful Cheat Sheet For HTML, CSS and Javascript》,为我们总结了一些实用的HTML,CSS和JavaScript速查表,并把链接附上了。外刊IT评论对本文进行了翻译,现转载于此,供大家学习。全文如下: 速查表是帮你记住东西的有效工具。Web设计师和开发者经常使用的快捷键简表会使他们在网上的工作效率大大提高。 事实上,速查表就是来帮助我们把日常中最常用到的信息聚集起来,方便使用,使我们做工作时更有效率。有了它们,免去了你的大脑花额外时间去记忆它们的烦恼——你只需要打开简表,马上能查到你想要的信息。 这篇文章里,你可以看到最实用的HTML,CSS,JavaScript速查表,它们可以当作参考资料,备忘录,能帮助你以最快的速度找到想要的信息。 看看这些简表是不是你想要的,请在文章下面留下你的建议,谢谢!

2010-09-23

Spring Framework JavaDoc (3.0.4-release) chm

Spring Framework JavaDoc (3.0.4-release) chm 非常好用,非常方便

2010-09-21

html5手册 chm版本

html5手册 chm版本 非常不错 特别分享

2013-10-27

jQuery-1.9.1.chm

jQuery1.9.1 api chm 非常好用

2013-08-20

mybatis-spring1.2.1.chm

mybatis-spring1.2.1.chm

2013-08-20

mybatis3 手册 chm

mybatis3 手册 chm 最新官方用户手册

2013-08-20

mybatis3.2.4-api.chm

mybatis3.2.4-api.chm

2013-08-20

Javafx-2_2_25 API DOC chm

Javafx-2_2_25 API DOC chm

2013-08-20

Javase1.7.25 API DOC

Javase1.7 API DOC jdk1.7 最新的api,英文版,现在也没有中文的。

2013-08-20

hibernate4.2.4 api chm

hibernate4.2.4 api chm

2013-08-19

Spring3.2.4 API .chm

spring-framework-3.2.4.RELEASE-API 方便实用,分享给大家,最新版

2013-08-19

Apache Commons Javadoc

该项目将所有的 Apache Commons 中的项目里的 Javadoc 打包成了一个 chm 文档,使用非常方便。

2013-01-02

guava最新api(chm)

根据官方文档,整理完成chm版本,很好用

2012-09-23

flex4.6-api.chm

我见到过的最好用的flex4 chm api,非常完整,超级帮 最新Flex4.6中文API,离线帮助文档,无js错误

2012-07-23

struts2.3.4-core.chm

struts2.3.4-core-API.chm 方便实用,支持索引,提高工作效率 与大伙分享

2012-06-22

struts2.3.4-XWork-Core.chm

struts2.3.4-XWork-Core.chm 方便实用,支持索引,提高工作效率 与大伙分享

2012-06-22

spring-framework-3.1.1.RELEASE.chm

spring-framework-3.1.1.RELEASE-API 方便实用,分享给大家,最新版

2012-06-22

hibernate-4.1.4-final-API

hibernate-4.1.4-final-API.chm 方便实用,支持索引,提高工作效率 与大伙分享

2012-06-22

struts2.2.1-API.chm(带索引)

struts2.2.1-API.chm 方便实用,支持索引,提高工作效率 与大伙分享

2011-10-08

c++最新参考手册

c++标准库函数参考 c++最新参考手册

2011-10-06

DirectShow开发指南(含源码)

【书名】DirectShow开发指南 【作者】陆其明 【丛书名】DirectShow专业著作 【出版社】清华大学出版社 北京科海电子出版社 【书号】7-302-07650-2 【开本】16开 【页码】364 【出版日期】2003-12-1 【版次】1-1 【文件语言】 中文 【文件格式】 PDF 本书特色: ·本书完全忠实于DirectX SDK的帮助文档以及基类源代代码,并结合作者多年的实践,经过提炼而成;涉及的内容几乎涵盖了在Windows平台上使用DirectShow进行C++编码的方方面面 ·本书条理清晰,实用性强,适合广大的流媒体应用开发人员,以及对Windows平台上多媒体处理感兴趣的编程爱好者学习和参考

2011-10-06

21天学通C++ (英文和中文)

21天学通C++ 包括中文和英文,最新版

2011-10-06

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除