CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - section
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - section - List
[
JSP
]
EJB概述
DL : 0
本节包括了一下主要内容: EJB的体系结构:介绍了EJB技术的体系结构。 为什么使用EJB容器-This section includes the major elements : EJB architecture : the EJB architecture. Why use EJB containers
Date
: 2025-12-14
Size
: 8kb
User
:
李玥怡
[
JSP
]
151
DL : 0
jsp学习 jsp编程白例源代码此部分是指文件夹名为第1~9章中的内容(如表1),这些是书中介绍JSP相关知识的源代码。文件的命名规则与书中相应源代码文件名一致。读者可将相关文件夹(如ch2)拷贝到Tomcat服务器安装目录的子目录webapps下,并启动Tomcat服务器,在浏览器中浏览网页。 -jsp learning jsp white cases programming source code is part of this folder entitled to a section of Chapter 9 (Table 1), which was introduced JSP book knowledge of the source code. The document naming rules book with the corresponding source code file name unanimously. Readers may be relevant folder (such as lacustrine) copied to Tomcat server installation subdirectory webapps directory, and start Tomcat server, in a browser to surf the Web.
Date
: 2025-12-14
Size
: 1.41mb
User
:
刘辉
[
JSP
]
Example0401_Str
DL : 0
本程序实现下列功能:统计一段英文短文中出现的各种冠词的次数 单词之间的分隔符有:回车、空格、逗号、句号、叹号、问号-the process to achieve the following functions : English essay section statistics have emerged in the number of articles between the word separator : Enter, space, comma, full stop, patent, a question mark
Date
: 2025-12-14
Size
: 1kb
User
:
hanjuan
[
JSP
]
java
DL : 0
本书以大量精简的实例介绍了Java安全性编程方面的概念和技术,全书共计9章。 经过精心设计,每个小节的实例着重说明一个问题,又相互贯穿和联系。涉及Java加密和解密,反编译和反反编译,对类、成员变量、方法的攻击和保护,消息摘要,消息验证码,数字签名,口令保护,数字证书和证书链的生成、签发、检验和维护,SSL和HTTPS客户及服务器程序、基于代码位置和签发者的授权,签名Java Applet,基于身份的验证和授权(JAAS)等。 全书的实例极为精简,只保留了能够说明问题的代码,而又可真正运行,便于Java入门者轻松掌握安全性方面繁杂的概念。适合于适合于初步了解Java语法的学习者,也适合于安全技术的入门及高校Java教学参考。 -This book introducte the Java security programming concepts and techniques by a large number of examples ,book total of 9 chapters. Carefully designed, each section highlights examples of a problem, and contact each other throughout. Involving Java encryption and decryption, decompile and compile counter of class, member variables, methods of attack and protection, message digest, message authentication codes, digital signatures, password protection, digital certificate and certificate chain generation, issuance, inspection and maintenance, SSL and HTTPS clients and server program, based on code location and issuer of the authorized signature Java Applet, identity-based authentication and authorization (JAAS) and so on. Examples of the book is extremely streamlined, leaving only the problem that can code and who can really run, easy to Java beginners to easily grasp complex security concepts.
Date
: 2025-12-14
Size
: 2.27mb
User
:
wang chao
[
JSP
]
WebStandardProgrammeRef
DL : 0
Web Standards Programmer s Reference : HTML, CSS, JavaScript, Perl, Python, and PHP(网络编程参考] 本书提供关于网络编程的实例 ,并且深入研究了perl, JAVA, python在网页中的作用- * This invaluable resource offers tutorials and real-world examples as well as thorough language references for Web markup languages [HTML/XHTML and CSS], and popular scripting languages [JavaScript, Perl, and PHP] * Examines the role of JavaScript, CGI [with examples in Perl and Python], and PHP on the Web and shows how to best use them all * Includes a valuable reference section on each technology that can be used for review and consultation
Date
: 2025-12-14
Size
: 7.55mb
User
:
贾鸣
[
JSP
]
condenserCprogram
DL : 0
用于冷凝器设计计算的一小段代码,希望对有关人员有用-Condenser design calculation for a small section of the code, I hope the officers concerned be useful
Date
: 2025-12-14
Size
: 1kb
User
:
王进
[
JSP
]
Reservation
DL : 0
Airline Reservations System A small airline has just purchased a computer for its new automated reservation system. You have been asked to develop the new system called ARSystem. You are to write an application to assign seats on each flight of the airline s only plane (capacity: 24 seats.) Your application should display the following alternatives: Please type 1 for FirstClass and Please type 2 for Economy. If the user types 1, your application should assign a seat in the first-class section (seats 1-8). If the user types 2, your application should assign a seat in the economy section (seats 9-24). Your application should then display a boarding pass indicating the person s seat number and whether it is in the first-class or economy-Airline Reservations System A small airline has just purchased a computer for its new automated reservation system. You have been asked to develop the new system called ARSystem. You are to write an application to assign seats on each flight of the airline s only plane (capacity: 24 seats.) Your application should display the following alternatives: Please type 1 for FirstClass and Please type 2 for Economy. If the user types 1, your application should assign a seat in the first-class section (seats 1-8). If the user types 2, your application should assign a seat in the economy section (seats 9-24). Your application should then display a boarding pass indicating the person s seat number and whether it is in the first-class or economy
Date
: 2025-12-14
Size
: 10kb
User
:
Muazu
[
JSP
]
TheEssenceofObject-OrientedProgrammingwithJavaandU
DL : 0
此书共分12章。前4章介绍了面向对象的精髓,第1章是关于对象的简介。第2章介绍了面向对象的基本概念以及UML的一些基本知识。第3章阐述了如何使用Java来编写面向对象程序。第4章介绍面向对象的分析和设计。第5章使用这些面向对象观点分析了图形用户界面(GUI)和Java Swing类库。第6章以一个小规模的Java应用程序为实例,将前5章的内容结合到一起。 接下来的章节让您对面向对象编程的实践方面有较好的了解。第7章介绍了设计模式。第8章介绍软件重构。第9章简要介绍针对大规模和小规模的面向对象软件项目以及当前的一些主要开发方法。第10章介绍当前一些面向对象软件开发的工具软件。第11章给出了作者为开发更好的软件而提出一些指导意见。最后,第12 章提供了关于面向对象软件和Java方面更多的学习资源。-The book is divided into 12 chapters. Before the introduction of Chapter 4 of the essence of object-oriented, Chapter 1 is a brief introduction about the object. Chapter 2 introduces the basic concepts of object-oriented, as well as some basic knowledge of UML. Chapter 3 describes how to use Java to write object-oriented programming. Introduction Chapter 4 Object-Oriented Analysis and Design. Chapter 5 the use of these object-oriented analysis of opinion of the graphical user interface (GUI) and the Java Swing class library. Chapter 6 to a small Java application as an example, the former combined with the contents of Chapter 5 together. The next section allows you to practice object-oriented programming has a better understanding of context. Introduction Chapter 7 of the design pattern. Introduction Chapter 8 software reconfiguration. Chapter 9 briefly introduce large-scale and small-scale object-oriented software projects, as well as some of the major development of the current metho
Date
: 2025-12-14
Size
: 11.94mb
User
:
小罗
[
JSP
]
QQinterface
DL : 0
QQ界面设置,能够设置界面大小,好友数目,具有下拉条。-QQ interface settings, the interface can set the size, number of friends with a drop-down section.
Date
: 2025-12-14
Size
: 1kb
User
:
李明
[
JSP
]
spring2.0_cn
DL : 0
前言 1. 简介 1.1. 概览 1.2. 使用场景 2. Spring 2.0 的新特性 2.1. 简介 2.2. 控制反转(IoC)容器 2.2.1. 更简单的XML配置 2.2.2. 新的bean作用域 2.2.3. 可扩展的XML编写 2.3. 面向切面编程(AOP) 2.3.1. 更加简单的AOP XML配置 2.3.2. 对@AspectJ 切面的支持 2.4. 中间层 2.4.1. 在XML里更为简单的声明性事务配置 2.4.2. JPA 2.4.3. 异步的JMS 2.4.4. JDBC 2.5. Web层 2.5.1. Spring MVC的表单标签库 2.5.2. Spring MVC合理的默认值 2.5.3. Portlet 框架 2.6. 其他特性 2.6.1. 动态语言支持 2.6.2. JMX 2.6.3. 任务规划 2.6.4. 对Java 5(Tiger)的支持 2.7. 移植到Spring 2.0 2.7.1. 一些变化 2.8. 更新的样例应用 -Introduction 1. Introduction 1.1. Overview 1.2. The use of scene 2. Spring 2.0 new features of 2.1. Introduction 2.2. IoC (IoC) containers 2.2.1. More simple XML configuration 2.2.2. 2.2 new bean scope. 3. may be extended by 2.3 to prepare the XML. Aspect-oriented programming (AOP) 2.3.1. more simple AOP XML configuration 2.3.2. of the @ AspectJ support section 2.4. middle layer 2.4.1. in XML in a more Statement of Affairs easy configuration of 2.4.2. JPA 2.4.3. asynchronous JMS 2.4.4. JDBC 2.5. Web Layer 2.5.1. Spring MVC form tag library 2.5.2. Spring MVC reasonable default value 2.5 .3. Portlet Framework 2.6. Other characteristics 2.6.1. Dynamic language support 2.6.2. JMX 2.6.3. mission planning 2.6.4. on Java 5 (Tiger) support 2.7. migrate to Spring 2.0 2.7.1. some Change 2.8. Updated sample applications
Date
: 2025-12-14
Size
: 2.13mb
User
:
zane
[
JSP
]
Annotated_Solution_Guide_for_Thinking_in_Java_4th_
DL : 0
Java编程宝典Thinking in Java第四版(4th)原书章节后习题及答案,Java学习者必备-Java programming book Thinking in Java Fourth Edition (4th) section of the original book and answers after the exercise, Java learners must
Date
: 2025-12-14
Size
: 228kb
User
:
Yanyx
[
JSP
]
JavaInaNutshel5thEdition
DL : 0
This book is a desktop Java™ quick reference, designed to sit faithfully by your keyboard while you program. Part I of the book is a fast-paced, "no-fluff" introduction to the Java programming language and the core APIs of the Java platform. Part II is a quick reference section that succinctly details most classes and interfaces of those core APIs. The book covers Java 1.0, 1.1, 1.2, 1.3, 1.4, and 5.0.-This book is a desktop Java™ quick reference, designed to sit faithfully by your keyboard while you program. Part I of the book is a fast-paced, "no-fluff" introduction to the Java programming language and the core APIs of the Java platform. Part II is a quick reference section that succinctly details most classes and interfaces of those core APIs. The book covers Java 1.0, 1.1, 1.2, 1.3, 1.4, and 5.0.
Date
: 2025-12-14
Size
: 3.41mb
User
:
Salah
[
JSP
]
Oreilly.Java.In.A.Nutshell.5th.Edition
DL : 0
本书是JAVA速查手册,第一部分是对JAVA编程语言及JAVA平台核心API的简介,第二部分是对于JAVA各个类及接口的详细介绍的速查,包含了JAVA的1.0、1.1、1.2、1.3、1.4和5.0版本。-This book is a desktop Java™ quick reference, designed to sit faithfully by your keyboard while you program. Part I of the book is a fast-paced, "no-fluff" introduction to the Java programming language and the core APIs of the Java platform. Part II is a quick reference section that succinctly details most classes and interfaces of those core APIs. The book covers Java 1.0, 1.1, 1.2, 1.3, 1.4, and 5.0.
Date
: 2025-12-14
Size
: 3.41mb
User
:
陈水
[
JSP
]
Prototype_1.5.1_rc1_api
DL : 0
欢迎使用Prototype API文档。左边的栏目包含的是主要条目。当您选择这些条目时,它的详细内容就会在本栏显示出来。 我们正在尽最大的努力给你提供一个最新的、清晰的、示例非富的文档。这个文档的目标是让你能感受到温暖、迷惑等与我们在用prototype时一样的感觉。 这个API文档是一个参考文档。如果你需要学习怎样使用Prototype或者想了解特定属性方面的知识,你可以看看相关的条目。你可以在每一页的上面的访问它( 提示与教程 链接),并且也与橙色条相链接,在每个参考页面上都有。 享受这篇文档吧! -Welcome to the Prototype API documentation. The left column contains the main entry. When you select these entries, its details will be displayed in this column. We are doing our best to give you a date, clear, example of non-rich documents. This document aims to make you feel warm, confused, etc. and when we have the same feeling with the prototype. The API documentation is a reference document. If you need to learn how to use Prototype or want to know specific properties of knowledge, you can see the relevant entries. You can visit each page of the above it ( Tips and Tutorials link), and also with the orange section with links to all pages in each reference. Enjoy this document it!
Date
: 2025-12-14
Size
: 76kb
User
:
yutian2211
[
JSP
]
JAVA-design-course
DL : 0
内含《JAVA程序设计教程》电子教案和《JAVA程序设计教程》各章节源代码-Includes " JAVA Programming Course" e-lesson plans and " JAVA Programming Guide" section of the source code of all
Date
: 2025-12-14
Size
: 1.7mb
User
:
洋小子
[
JSP
]
javaeye29
DL : 0
第29期的JAVAEYE出版的电子书 非常实用 能使你了解最新的JAVA资讯 -Section 29 of the JAVAEYE published book can make you very useful information for the latest JAVA
Date
: 2025-12-14
Size
: 5.04mb
User
:
罗嘉良
[
JSP
]
JFreeChart-create-Line
DL : 0
通过JFreeChart插件,既可以生成普通效果的折线图,也可以生成3D效果的折线图。如果想生成普通效果的折线图,需要通过工厂类ChartFactory的createLineChart()方法获得JFreeChart类的实例;如果想生成3D效果的折线图,需要通过工厂类ChartFactory的createLineChart3D()方法获得JFreeChart类的实例。这两个方法的入口参数是完全相同的,各个入口参数的类型及功能请参见14.2.1节的表14.2。 可以分别通过绘图区对象CategoryPlot的getDomainAxis()方法和getRangeAxis()方法,获得横轴对象和纵轴对象,通过得到的轴对象可以设置绘制坐标轴的相关属性,常用方法及实现功能如表14.4所示。 -JFreeChart plugin by both effects can generate ordinary line chart, you can also generate 3D effects line chart. If you want to create a general effect of the line chart, you need through the factory class ChartFactory the createLineChart () method to obtain the instance of the JFreeChart class 3D effect if you want to generate a line chart, you need through the factory class ChartFactory the createLineChart3D () method to obtain JFreeChart instance of the class. Entrance parameters of these two methods are identical, each entry type and function parameters, see Section 14.2.1 Table 14.2. Respectively, through the drawing area can be the object CategoryPlot the getDomainAxis () method and getRangeAxis () method to obtain horizontal and vertical target object, the object can be set by the shaft axis to draw the relevant property, method and implementation of common functions such as Table 14.4 Instructions.
Date
: 2025-12-14
Size
: 24kb
User
:
liu
[
JSP
]
ccc
DL : 0
“C程基地”网站是以XML技术为基础进行设计和编码的。该网站是一个C语言学习网站,从语言概述、基础教程、编程技巧和经典习题四个部分系统的介绍了C语言这门编程技术。为了尽可能的体现XML的可扩展性和数据存储与数据显示相分离的特点,在设计中围绕XML标准运用了CSS、XSL、XML源文档与HTML整合等方法表现XML源文档;用DTD验证XML文档的有效性;在数据提取部分运用了数据岛以及DOM等技术。在整个网站的设计中尽可能的展示XML的优越性和灵活性-C Cheng base web site is based on XML technology as the basis for the design and coding. The site is a C language learning site, language overview of the basic tutorial, programming skills and classic exercises four parts of the system C language programming. Embodiment of the XML scalability and data storage and data display phase separation characteristics in the design around the XML standard use of CSS, XSL, and XML source document, and HTML integration method to the performance of the source XML document DTD to validate XML the validity of the document use data islands and DOM technology in the data extraction section. Show the superiority and flexibility of XML as much as possible in the design of the entire site
Date
: 2025-12-14
Size
: 2.76mb
User
:
www
[
JSP
]
Swing
DL : 0
Swing is a large set of components ranging from the very simple, such as labels, to the very complex, such as tables, trees, and styled text documents. Almost all Swing components are derived from a single parent called JComponent which extends the AWT Container class. For this reason, Swing is best described as a layer on top of AWT rather than a replacement for it. Figure 1.2 shows a partial JComponent hierarchy. If you compare this with the AWT Component hierarchy of figure 1.1, you will notice that each AWT component has a Swing equivalent that begins with the prefix “J.” The only exception to this is the AWT Canvas class, for which JComponent, JLabel, or JPanel can be used as a replacement (we discuss this in detail in section 2.8). You will also notice many Swing classes that don’t have AWT counterparts.
Date
: 2025-12-14
Size
: 5.89mb
User
:
操涛
[
JSP
]
calendar
DL : 0
该日历记事本由日历、记事本、时钟、图片四个部分组成。日历部分可以选择不同的年份、月份、日期、星期;记事本可以实现查看、添加、保存、删除等操作;时钟模块显示当前北京时间;图片模块可以显示预设的图片。-The calendar notepad by the calendar, notepad, clock, picture four parts. Calendar section you can choose a different year, month, date, day of week Notepad can view, add, save, delete and other operations clock module displays the current Beijing Image module can display the default picture.
Date
: 2025-12-14
Size
: 503kb
User
:
李浩
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.