-
一个书城项目
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
-
Koenig和Moo编写,对C++寓言的历史和特点,类和继承,STL和泛型编程,库的设计等几大技术进行了详细深入的讨论...
Koenig和Moo编写,对C++寓言的历史和特点,类和继承,STL和泛型编程,库的设计等几大技术进行了详细深入的讨论-Koenig and Moo prepared for C++ Fables history and characteristics, class and inheritance, STL and generic programming, library design, and so on several major technology thoroughly discussed
- 2023-01-26 00:10:05下载
- 积分:1
-
动态连接库(DLL).chm格式的。包括基础和高级。
动态连接库(DLL).chm格式的。包括基础和高级。-Dynamic Link Library (DLL). Chm format. Including basic and advanced.
- 2022-03-07 18:29:52下载
- 积分:1
-
Gameloft公司的面试题可以学习一下
Gameloft公司的面试题可以学习一下-Gameloft" s face examination questions can learn about
- 2023-06-18 04:05:03下载
- 积分:1
-
一份很不错的C语言的学习资料。
期中含有一份学习教程,还有很多的学习例程!...
一份很不错的C语言的学习资料。
期中含有一份学习教程,还有很多的学习例程!-A very good C-language learning materials. Period contains a learning tutorial, there are a lot of learning routines!
- 2022-02-01 09:19:14下载
- 积分:1
-
通过MATLAB有限元方法编写的,效果非常好
采用Matlab编写的有限元方法,效果非常好-prepared by the Matlab finite element method, the effect was very good
- 2023-03-08 13:10:03下载
- 积分:1
-
OPA2634 the information described in detail information Chip
OPA2634方面的资料,芯片资料叙述详细-OPA2634 the information described in detail information Chip
- 2022-04-16 06:16:58下载
- 积分:1
-
进行PLC程序设计,上位机读取PLC的历史数据,OPC与PLC的详细配置说明
进行PLC程序设计,上位机读取PLC的历史数据,OPC与PLC的详细配置说明-For PLC programming, PLC PC to read the historical data, OPC and PLC detailed configuration instructions
- 2022-04-18 23:59:54下载
- 积分:1
-
本教程研究了线程的基础知识 ― 线程是什么、线程为什么有用以及怎么开始编写使用线程的简单
程序。
我们还将研究更复杂的、使用线程的应用程序的基本构件...
本教程研究了线程的基础知识 ― 线程是什么、线程为什么有用以及怎么开始编写使用线程的简单
程序。
我们还将研究更复杂的、使用线程的应用程序的基本构件 ― 如何在线程之间交换数据、如何控制
线程以及线程如何互相通信。 -This tutorial studies the basics of the thread- what threading, thread why and how useful to start writing a simple program using threads. We will also look more complex, using a thread an essential component of the application- how to exchange data between threads, how to control the thread, as well as how threads communicate with each other.
- 2022-07-24 07:55:09下载
- 积分:1
-
doc regarding symbol synch in ofdma
doc regarding symbol synch in ofdma
- 2022-01-25 15:17:01下载
- 积分:1