CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 24
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 24 - List
[
JSP
]
设计模式
DL : 0
您的设计模式,我们的设计模式 该书用简明易懂的代码实例来演示讲解了24种设计模式和6大设计原则,语言诙谐幽默。是学习设计模式的一本好书。
Date
: 2012-03-16
Size
: 1.81mb
User
:
lyf563343041@126.com
[
JSP
]
Sams.Teach.Yourself.JavaServer.Pages.2.0.With.Apac
DL : 0
In just 24 lessons of one hour or less, you will be able to build dynamic Web sites using JavaServer Pages. Using a straightforward, step-by-step approach, each lesson builds on the previous ones, enabling you to learn the essentials of JavaServer Pages 2.0 from the ground up. The book includes Apache Tomcat, Sun s reference implementation of JSP, so you can start developing applications immediately.
Date
: 2025-12-22
Size
: 2.84mb
User
:
杨阳
[
JSP
]
Addison+Wesley+-+Design+Patterns+in+Java
DL : 0
THE DESIGN PATTERNS JAVA COMPANION 1. Creational Patterns 17 The Factory Pattern 18 How a Factory Works 18 Sample Code 18 The Two Derived Classes 19 Building the Factory 20 Factory Patterns in Math Computation 22 When to Use a Factory Pattern 24 Thought Questions 25 The Abstract Factory Pattern 26 A GardenMaker Factory 26 How the User Interface Works 28 Consequences of Abstract Factory 30 Thought Questions 30 The Singleton Pattern 31 Throwing the Exception 32 Creating an Instance of the Class 32 Static Classes as Singleton Patterns 33 Creating Singleton Using a Static Method 34
Date
: 2025-12-22
Size
: 1.91mb
User
:
清风
[
JSP
]
rwerw
DL : 0
pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernumber= "+ cdName + " ") rs=pstmt.executeQuery() if(rs!=null && rs.next()){ String datetime = rs.getString(2) java.text.SimpleDateFormat formatter = new java.text.SimpleDateFormat ("yyyy-MM-dd") Date date = new Date() String date1=formatter.format(date) ParsePosition pos = new ParsePosition(0) ParsePosition pos1 = new ParsePosition(0) Date dt1=formatter.parse(datetime,pos) Date dt2=formatter.parse(date1,pos1) Long l = (dt2.getTime()-dt1.getTime())/(3600*24*1000)+1 double price = rs.getDouble(3) double dayofmoney=rs.getDouble(4) double dayofmoneybuy=dayofmoney*l double otherMoney = price-dayofmoneybuy request.setAttribute("price", price) request.setAttribute("l", l) request.setAttribute("dayofmoney", dayofmoneybuy) request.setAttribute("otherMoney", otherMoney)-pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernumber= "+ cdName+ " ") rs=pstmt.executeQuery() if(rs!=null && rs.next()){ String datetime = rs.getString(2) java.text.SimpleDateFormat formatter = new java.text.SimpleDateFormat ("yyyy-MM-dd") Date date = new Date() String date1=formatter.format(date) ParsePosition pos = new ParsePosition(0) ParsePosition pos1 = new ParsePosition(0) Date dt1=formatter.parse(datetime,pos) Date dt2=formatter.parse(date1,pos1) Long l = (dt2.getTime()-dt1.getTime())/(3600*24*1000)+1 double price = rs.getDouble(3) double dayofmoney=rs.getDouble(4) double dayofmoneybuy=dayofmoney*l double otherMoney = price-dayofmoneybuy request.setAttribute("price", price) request.setAttribute("l", l) request.setAttribute("dayofmoney", dayofmoneybuy) request.setAttribute("otherMoney", otherMoney)
Date
: 2025-12-22
Size
: 133kb
User
:
每
[
JSP
]
SAMS_Teach_Yourself_Programming_with_Java_in_24_Ho
DL : 0
Overview If you have been wanting to learn Java, check out the newly revised fourth edition of the best-seller Sams Teach Yourself Programming with Java in 24 Hours. This step-by-step tutorial will teach you how to create simple Java programs and applets. Comprised of 24 one-hour lessons, this new edition focuses on key programming concepts and essential Java basics, has been improved by dozens of reader comments, and is reorganized to better cover the latest developments in Java. The book s coverage of core Java programming topics has also been expanded. A great starting point for learning Java, this book is also a great primer to reading sams Teach Yourself Java in 21 Days. -OverviewIf you have been wanting to learn Java, check out the newly revised fourth edition of the best-seller Sams Teach Yourself Programming with Java in 24 Hours. This step-by-step tutorial will teach you how to create simple Java programs and applets. Comprised of 24 one-hour lessons, this new edition focuses on key programming concepts and essential Java basics, has been improved by dozens of reader comments, and is reorganized to better cover the latest developments in Java. The book s coverage of core Java programming topics has also been expanded. A great starting point for learning Java, this book is also a great primer to reading sams Teach Yourself Java in 21 Days.
Date
: 2025-12-22
Size
: 3.05mb
User
:
Leonard_shi
[
JSP
]
Linux24xsh
DL : 0
本书只用24个学时介绍JAVA2,简明扼要,深入浅出的介绍了JAVA2-This book just 24 hours to introduce JAVA2, concise and presented in simple terms JAVA2
Date
: 2025-12-22
Size
: 7.24mb
User
:
SHMILY
[
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-22
Size
: 10kb
User
:
Muazu
[
JSP
]
sq1-struts2-DRAFT-2007-03-24
DL : 0
struts 1 to struts 2
Date
: 2025-12-22
Size
: 239kb
User
:
Boss
[
JSP
]
Sams-Teach-Yourself-Java-6-in-24hours
DL : 0
一本java初学者的书,只要24小时学会java,试一试吧-A java book for beginners, as long as 24 hours learn java, try it
Date
: 2025-12-22
Size
: 3.04mb
User
:
杨琴
[
JSP
]
24Modle-6-Principle
DL : 0
详细的介绍了24种常用的Java Modle,最大的特色是语言诙谐,通俗移动,特别是那个代理模式的介绍-A detailed description of the 24 kinds of commonly used Java Modle biggest feature is the witty language, popular move, especially the introduction of proxy mode
Date
: 2025-12-22
Size
: 1.31mb
User
:
蔡小杰
[
JSP
]
24-kinds-of-design-patterns
DL : 0
24种设计模式介绍与6大设计原则,讲解具体,通俗易懂。-24 kinds of design patterns with six design principles to explain the specific, user-friendly.
Date
: 2025-12-22
Size
: 1.31mb
User
:
lucy
[
JSP
]
24.06
DL : 0
表的连接,主要就是处理poi的各种图形的安装-Connection of the table
Date
: 2025-12-22
Size
: 1.57mb
User
:
朱明
[
JSP
]
24
DL : 0
算24点 一个有趣的程序游戏 当输入4个数时 自动算出24点-It is an interesting program games
Date
: 2025-12-22
Size
: 1016kb
User
:
landa
[
JSP
]
javacamara
DL : 0
java 多媒体ZOLJAVA专区为您免费提供最新最全的JAVA手机软件,JAVA手机游戏,JAVA手机壁纸,JAVA手机铃声,JAVA手机主题等精品应用下载,24小时不间断更新,为JAVA手机用户提拱更好、.-This page is your source to download or update your existing Java Runtime Environment (JRE, Java Runtime), also known as the Java plug-in (plugin), Java ...
Date
: 2025-12-22
Size
: 1kb
User
:
bohai
[
JSP
]
your-design-pattern
DL : 0
非常经典的设计模式教程,24 个模式都有详细幽默的语言介绍-Very classic design patterns tutorials, 24 model has a detailed description language humor
Date
: 2025-12-22
Size
: 1.81mb
User
:
small
[
JSP
]
Project
DL : 0
24-25日严昫老师《项目管理实战》课件-24-25 Yan Xu teacher " Project management practice" Courseware
Date
: 2025-12-22
Size
: 1.63mb
User
:
友煌
[
JSP
]
web
DL : 0
1. 配置服务器Tomcat 2 1.1. 详细配置如下 2 2. Axis2与Eclipse的整合 7 2.1. Axis2下载,并部署axis2到Tomcat 7 2.2. Eclipse下安装Axis2插件 8 2.2.1. 下载axis2的eclipse插件 8 3. 编写Web service程序 10 3.1. Axis2的简单WebService示例 10 3.1.1. 0配置POJO的Webservice 10 3.1.2. 用axis2的辅助工具发布、调用WebService 12 3.1.3. WebService会话Session的管理 24 3.1.4. 用Spring创建的JavaBean发布成WebService 29 3.1.5. 异步调用WebService 32 4. Eclipse中安装 Lomboz 35 4.1. 持久化对象与OID 35 4.1.1. 对持久化对象的要求 35 4.1.2. OID 36-1 configuration server Tomcat 2 1.1. Detailed configuration is as follows 2 2. Axis2 and Eclipse integration 7 2.1. Axis2 download and deploy axis2 to Tomcat 7 2.2. Install Axis2 plugin under Eclipse 8 2.2.1. Downloaded axis2 in eclipse plugin 83 . written procedures simple Web service WebService example 10 3.1. Axis2 10 3.1.1. 0 configuration POJO' s Webservice 10 3.1.2. publish with axis2 aids, call WebService 12 3.1.3. WebService session Session Management 24 3.1. 4 created using JavaBean Spring release into WebService 29 3.1.5. asynchronous call WebService 32 4. Eclipse install Lomboz 35 4.1. persistent object with OID 35 4.1.1. requirements for persistent objects 35 4.1.2. OID 36
Date
: 2025-12-22
Size
: 1.19mb
User
:
彭作
[
JSP
]
design-patterns-and-principles
DL : 0
介绍java的24种设计模式以及6大设计原则,作者文笔幽默,举例生动易懂。-Introduction 24 java design patterns and six design principles, the author of text humorous, lively and easy example.
Date
: 2025-12-22
Size
: 1.31mb
User
:
黄婷
[
JSP
]
Wrox.Professional.Java
DL : 0
Professional Java Programming provides a bridge from the “how to” language books that dominate the Java space (Teach Yourself Hello World in Java in 24 Hours) and the more detailed, but technologically stove-piped books on topics such as EJB, J2EE, JMX, JMS, and so on. Most development solutions involve using a mix of technologies, and the books for all of these technologies would stand several feet tall. Furthermore, the reader needs but a fraction of the overall content in these books to solve their specific problems. Professional Java Programming provides background information on the technology, practical examples of using the technology, and an explanation of where the reader could find more detailed information. It strives to be a professional reference for the Java developer.
Date
: 2025-12-22
Size
: 4.21mb
User
:
[
JSP
]
test-system
DL : 0
学通java的24堂课里的java实战能力测试。比较适合初学者测试水平。-24 lessons learned through java java combat capability in the test. More suitable for beginners to test level.
Date
: 2025-12-22
Size
: 10.16mb
User
:
周静
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.