自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (6)
  • 收藏
  • 关注

原创 Javascript模拟自由落体运动

本Demo演示了javascript模拟物体自由落体运动。

2009-08-13 10:04:00 333

启用/禁用代理管理器

工作环境需要用代理上网,而家里上网不需要代理。 每次背着本本回到家要打开IE将代理禁用,第二天一早来到公司又要打开IE启用代理,尽管几步就可以完成,可是懒人的我要说:No!所以写了这个小工具。省了不少事儿。 操作很简单,打开文件后,如果Enable Proxy按钮为可用状态,说明您当前的IE代理为禁用状态;如果Disable Proxy按钮为可用状态,则表明您当前的IE设置为可用状态。点击相应的按钮可以启用/禁用IE代理。 当然,在这之前需要您在IE里设置过代理。简要概述如下:工具->Internet选项->链接->局域网设置->代理服务器....

2010-10-29

Javascript模拟物体自由落体、反弹运动

这个是我闲着无聊的时候写的。 用javascript实现。 模拟小物体从高空落下,加速,撞击地面,反弹,减速等的一系列过程。 供javascript初学者学习参考。 希望大家多多批评指正,共同进步。

2009-08-13

javascript模拟windowsxp关机效果代码

用javascript写的模拟windowxp关机效果的demo。 供初学者参考使用。

2009-08-10

The J2EE Architect's Handbook

Table of Contents The J2EE Architect's Handbook—How to be a Successful Technical Architect for J2EE Applications Preface Chapter 1 - Project Development Team and Project Life Cycle Section 1 - Planning J2EE Applications Chapter 2 - Defining the Project Chapter 3 - Scope Definition and Estimation Chapter 4 - Designing External Application Interfaces Section 2 - Designing J2EE Applications Chapter 5 - A Layered Approach to J2EE Design Chapter 6 - Creating the Object Model Chapter 7 - Creating the Data Model Chapter 8 - Network Architecture Chapter 9 - Planning Construction Section 3 - Building J2EE Applications Chapter 10 - Building Value Objects Chapter 11 - Building XML Access Objects Chapter 12 - Building Database Access Objects Chapter 13 - Building Business Objects Chapter 14 - Building Deployment Layer Objects Chapter 15 - Building the Presentation Layer Chapter 16 - Building Architectural Components Chapter 17 - Application Architecture Strategies Section 4 - Testing and Maintaining J2EE Applications Chapter 18 - Functional Testing Guidelines Chapter 19 - Performance Tuning and Load Testing Chapter 20 - Postimplementation Activities Bibliography Index List of Figures List of Tables List of Listings

2009-04-23

Core JSTL: Mastering the JSP Standard Tag Library

Copyright About Prentice Hall Professional Technical Reference Preface Section 1.1. What This Book Is About Section 1.2. The Servlet and JSP APIs This Book Depends Upon Section 1.3. The Book's Web Site Section 1.4. How This Book's Code Was Tested Section 1.5. This Book's Audience Section 1.6. How To Use This Book Section 1.7. Conventions Used in This Book Acknowledgments Chapter 1. Introduction Section 1.1. JSTL Overview Section 1.2. Getting Started Section 1.3. A Simple JSTL Web Application Section 1.4. JSTL Design Principles Chapter 2. The JSTL Expression Language Section 2.1. Expression Language Overview Section 2.2. Expressions Section 2.3. Identifiers Section 2.4. Operators Section 2.5. Type Coercion Section 2.6. Literal Values Section 2.7. Implicit Objects Section 2.8. Method Invocation Section 2.9. EL Expressions in Custom Actions Section 2.10. Common Mistakes Chapter 3. General-Purpose and Conditional Actions Section 3.1. General-Purpose Actions Section 3.2. Conditional Actions Section 3.3. Using Conditional and General-Purpose Actions Together Section 3.4. Conditional Custom Actions Chapter 4. Iteration Actions Section 4.1. The <c:forEach> Action Section 4.2. The <c:forTokens> Action Section 4.3. Iteration Status Section 4.4. Custom Iteration Actions Chapter 5. URL Actions Section 5.1. Overview Section 5.2. The <c:import> Action Section 5.3. The <c:redirect> Action Section 5.4. The <c:url> Action Section 5.5. The <c:param> Action Section 5.6. Accessing External Resources Section 5.7. Accessing Resources in Foreign Contexts Section 5.8. Redirecting a Response Chapter 6. Configuration Settings Section 6.1. Overview Section 6.2. The Config Class Chapter 7. I18N Actions Section 7.1. Overview Section 7.2. I18N and L10N Section 7.3. Localization Contexts Section 7.4. An Overview of the I18N Actions Section 7.5. Use of <fmt:message> Section 7.6. Request Encoding Section 7.7. I18NCustom Actions Chapter 8. Formatting Actions Section 8.1. Formatting and Parsing Numbers Section 8.2. Formatting and Parsing Dates and Times Section 8.3. Using Time Zones Section 8.4. Determining a Formatting Locale Chapter 9. Database Actions Section 9.1. Overview Section 9.2. A Simple Database Section 9.3. How JSTL Locates Data Sources Section 9.4. Creating Data Sources Section 9.5. Querying a Database Section 9.6. Updating a Database Section 9.7. Executing Database Transactions Section 9.8. Implementing Database Custom Actions Chapter 10. XML Actions Section 10.1. A Simple XML File Section 10.2. XML Actions Overview Section 10.3. XPath Overview Section 10.4. Parsing XML Section 10.5. Using Scoped Variables in XPath Expressions Section 10.6. Transforming XML with XSLT Section 10.7. Filtering XML Section 10.8. Accessing External Entities Chapter 11. JSTL Reference Section 11.1. Action Reference Index Section 11.2. General-Purpose Actions Section 11.3. Conditional Actions Section 11.4. Iteration Actions Section 11.5. URL Actions Section 11.6. Internationalization Actions Section 11.7. Formatting Actions Section 11.8. Database Actions Section 11.9. XML Core Actions Section 11.10. XML Flow Control Actions Section 11.11. XML Transform Actions Appendix Setting Up the MySQL Database Used in This Book Section A.1. Download and Install MySQL Section A.2. Download and Install a JDBC Driver for MySQL Section A.3. Create a MySQL Database for Core JSTL Examples Section A.4. Populate the MySQL Database Used in Core JSTL Examples Index

2009-04-23

J2ME 图片菜单示例代码

使用J2ME实现的手机图片菜单,供J2ME初学者参考学习使用。<br>压缩包包括:<br>1.源代码<br>2.图片资源【网络下载】<br>3.编译好的JAD,JAR文件【位于deployed目录】<br>代码为本人原创,希望朋友多多批评指正。<br>资源积分为1分,目的只为统计下载量而言,还望理解。<br>谢谢。

2008-07-20

空空如也

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

TA关注的人

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