-
Practical Java中文版,学习Java经常要问到的问题
Practical Java中文版,学习Java经常要问到的问题-Practical Chinese version of Java, learning Java often asked questions
- 2022-07-14 07:51:20下载
- 积分: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
-
vc++的单链表通讯录设计,适用于初学者学习使用。
vc++的单链表通讯录设计,适用于初学者学习使用。-vc++ for a single contact list design applicable to beginners learning to use.
- 2022-07-15 07:09:11下载
- 积分:1
-
statistic算法
statistic算法-statistic algorithm
- 2023-01-30 03:55:03下载
- 积分:1
-
标准模板库可以供大家查阅,很方便的希望对大家有所帮助
标准模板库可以供大家查阅,很方便的希望对大家有所帮助-Standard Template Library may be available for everyone, it is convenient to all of us want to be helpful
- 2023-07-06 14:55:03下载
- 积分:1
-
turbine教程,附源码程序。讲解很详细
turbine教程,附源码程序。讲解很详细-turbine tutorial, with source code program. Explain in great detail
- 2023-02-07 20:35:04下载
- 积分:1
-
LABVIEW 8.20程序设计从入门到精通
10-12章 程序源码
LABVIEW 8.20程序设计从入门到精通
10-12章 程序源码-LABVIEW 8.20 program design from entry to the master program source code 10-12 s
- 2022-07-10 06:14:31下载
- 积分:1
-
本书是学习c++的必看书籍,我很多老师都向我们推荐过这本书,看完之后的确收益匪浅,对初学c++的人很有帮助啊!...
本书是学习c++的必看书籍,我很多老师都向我们推荐过这本书,看完之后的确收益匪浅,对初学c++的人很有帮助啊!-This book is learning c++
- 2022-03-16 09:12:33下载
- 积分:1
-
SAMS Teach Yourself Database Programming with Visual C++ 6 in 21 Days
VC++ 实现数据库的编程,指南,方法
SAMS高手编写的。-SAMS Teach Yourself Database Programming with Visual C++ 6 in 21 Days
- 2022-01-26 03:20:47下载
- 积分:1
-
在linux下搭建用php的网站平台的一个实习例子
在linux下搭建用php的网站平台的一个实习例子-Under the linux platform to build Web sites using php example of an internship
- 2022-08-17 13:54:59下载
- 积分:1