-
information WINDOWS CE
WINDOWS CE 的资料-information WINDOWS CE
- 2023-08-03 12:45:02下载
- 积分:1
-
线性和非线性prograaming优化
liear and nonliear prograaming optimization
- 2022-09-08 16:35:03下载
- 积分:1
-
超文标记语言简明导引
超文标记语言简明导引-Super-text markup language concise guide
- 2023-08-22 10:40:03下载
- 积分:1
-
介绍了网站的维护及局域网的建设等简单的问题
介绍了网站的维护及局域网的建设等简单的问题-Introduce the website
- 2022-03-20 08:33:28下载
- 积分:1
-
艺术的C++ 1本书的配套源代码
The Art of C++一书的配套源代码-The Art of C++ 1 book matching source code
- 2022-03-04 02:38:20下载
- 积分:1
-
对javascript的简单介绍和讲解,虽然内容不多但是全部都是实用的东西,绝对值得一看,也包括javascript语言参考,方便使用者编写JS教本时参考。...
对javascript的简单介绍和讲解,虽然内容不多但是全部都是实用的东西,绝对值得一看,也包括javascript语言参考,方便使用者编写JS教本时参考。-right javascript simple introduction and explained that although the contents but not all of them are practical things, shot entirely, including javascript language reference, user-friendly prepared JS textbook reference.
- 2022-02-04 03:42:58下载
- 积分:1
-
vc试题,用于考试(计算机等级)
vc试题,用于考试(计算机等级)-vc questions for the examination (computer rating)
- 2022-02-07 05:46:23下载
- 积分:1
-
I do when you graduate design of the article on face recognition, CAJ format, fr...
我做毕业设计时查找的关于人脸识别的文章,caj格式,从不同的角度详细介绍了关于人脸识别的方式方法,供大家参考-I do when you graduate design of the article on face recognition, CAJ format, from a different perspective elaborated on the ways and means of face recognition for your reference
- 2022-02-15 01:26:09下载
- 积分:1
-
This book describes how to use java servlet technology development interactive w...
本书介绍怎样使用java servlet技术开发交互式的web应用系统,包括电子商务和数据库应用等。本书可以作为java servlet及相关技术的程序开发人员的参考书,也可以作为wek应用开发人员的参考书。
-This book describes how to use java servlet technology development interactive web applications, including e-commerce and database applications. This book can serve as a java servlet and related technologies program development personnel, reference books, but also can be used as reference wek application developers.
- 2022-06-03 13:58:59下载
- 积分: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