-
JSP的英文教程,chm格式,大小4.1M,是一本学习JSP很好的原版教材。...
JSP的英文教程,chm格式,大小4.1M,是一本学习JSP很好的原版教材。-JSP English Guide, chm format, size 4.1M is a good learning JSP original materials.
- 2022-03-21 05:17:27下载
- 积分:1
-
1298.zip
1298.zip
- 2022-03-13 16:33:43下载
- 积分:1
-
对C#学习的好教材,有各种例子
对C#学习的好教材,有各种例子-to learn C# good material, there are many examples
- 2023-07-22 02:30:02下载
- 积分:1
-
Learn Dynamic HTML in Five Days.
5日学会动态HTML,很经典的电子书,包括利用CSS定位生成在两种浏览器都可以浏览的网页布局,如何将文字和图象叠放在彼此之上;
用动态HTML建立用户界面,以及如何隐藏和显示界面的元素。 -Learn Dynamic HTML in Five Days.
- 2022-02-12 21:54:03下载
- 积分:1
-
cadence教程。内容全面,各种检证方法详细列举。适合各种层次的学习者。...
cadence教程。内容全面,各种检证方法详细列举。适合各种层次的学习者。-cadence tutorial. Comprehensive range of inspection methods in detail. Suitable for all levels of learners.
- 2022-03-20 08:35:13下载
- 积分:1
-
A detailed introduction of the book compiling principle, for new and old program...
一本详细介绍编译原理的书,对于新老程序员都有很大的帮助!特别是对初学计算机语言的人! -A detailed introduction of the book compiling principle, for new and old programmers are a great help! Especially for novice computer language!
- 2022-04-08 22:19:19下载
- 积分:1
-
标题:JavaScript,好的部分。
书名:《JavaScript语言精粹》。
这是一本介绍JavaScript语言本质的权威书籍,值得任何正在或准备从事JavaScript开发的人阅读,它也是为那些处于JavaScript新手水平并准备更深入了解这门语言的程序员准备的。-
Title: JavaScript, The Good Parts.
This is a JavaScript language describes the nature of the authority of the books, worthy of any being or preparing to engage in the development of people read JavaScript, it is also for those who are in JavaScript novice level and is prepared to a better understanding of the language of the programmer prepared.
- 2023-01-25 18:35:09下载
- 积分:1
-
Vovida a VOIP product of the wonderful training manuals detail the H323, SIP, MG...
Vovida出品的一份VOIP的非常棒的培训教程,详细介绍了H323、SIP、MGCP协议,并对它们进行了比较-Vovida a VOIP product of the wonderful training manuals detail the H323, SIP, MGCP, and compare them
- 2022-12-27 01:00:03下载
- 积分:1
-
this the of the javabeanstm架构规范的企业。企业……
This the specification of the Enterprise JavaBeansTM architecture.The Enterprise JavaBeans
architecture is a component architecture for the development and deployment of componentbased
distributed business applications. Applications written using the Enterprise JavaBeans
architecture are scalable, transactional, and multi-user secure. These applications may be written
once, and then deployed on any server platform that supports the Enterprise JavaBeans
specification.-This the specification of the Enterprise JavaBeansTM architecture.The Enterprise JavaBeans architecture is a component architecture for the development and deployment of componentbased distributed business applications. Applications written using the Enterprise JavaBeans architecture are scalable, transactional, and multi-user secure. These applications may be written once, and then deployed on any server platform that supports the Enterprise JavaBeans specification.
- 2023-01-29 18:10:04下载
- 积分:1
-
一个书城项目
package com.hk.book.bean;
public class Book {
private String bid;
private String bname;
private String author;
private double price;
private double currPrice;
private double discount;// 折扣
private String press;// 出版社
private String publishtime;// 出版时间
private int edition;// 版次
private int pageNum;// 页数
private int wordNum;// 字数
private String printtime;// 印刷时间
private int booksize;// 开本
private String paper;
private String cid;
private String image_w;// 大图
private String image_b;// 小图
private int orderBy;
public String getBid() {
return bid;
}
public void setBid(String bid) {
this.bid = bid;
}
public String getBname() {
return bname;
}
public void setBname(String bname) {
- 2023-05-19 22:40:05下载
- 积分:1