-
- 2022-01-26 03:13:48下载
- 积分:1
-
Visual C++.NET 数据库开发指南1
Visual C++.NET 数据库开发指南1-Visual C++. NET Database Developer" s Guide
- 2022-02-05 03:56:00下载
- 积分:1
-
好用经典滑门喜欢的 朋友下,我 也是搜集
以后接着上传经典网站程序...
好用经典滑门喜欢的 朋友下,我 也是搜集
以后接着上传经典网站程序-Easy to use the classic sliding door like a friend, I also collect classic site after the procedure and then upload
- 2022-03-11 11:14:09下载
- 积分:1
-
Linux提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作、文件存取、目录操作、进程管理、文件权限设定等。所以,在Linux系统上工作离不开使用系统...
Linux提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作、文件存取、目录操作、进程管理、文件权限设定等。所以,在Linux系统上工作离不开使用系统提供的命令。要想真正理解Linux系统,就必须从Linux命令学起,通过基础的命令学习可以进一步理解Linux系统。-Linux provides a large number of commands, which can effectively use a lot of work, such as disk operations, file access, directory operations, process management, file permissions settings. Therefore, the Linux system work, the use of system commands. To truly understand the Linux system, it must learn from the Linux command, the command-based learning can be through a better understanding of Linux.
- 2022-02-06 01:39:24下载
- 积分:1
-
介绍UWB技术,在无线通信等领域的应用,发展。
介绍UWB技术,在无线通信等领域的应用,发展。-Introduction UWB technology, in the fields of wireless communications applications, development.
- 2022-07-07 14:21:00下载
- 积分:1
-
在symbian S60 3rd,开发后需要提交symbian sign认证,认证前需要根据此文章中的内容逐一进行测试,方可提交,否则可能会被打回。...
在symbian S60 3rd,开发后需要提交symbian sign认证,认证前需要根据此文章中的内容逐一进行测试,方可提交,否则可能会被打回。-in symbian S60 3rd, after the development of symbian need to sign certification Certification is needed under this article, the contents of each test can be presented, otherwise it will be beaten back.
- 2022-06-30 07:35:26下载
- 积分:1
-
这是最近几年华为的面试题目
希望能给找工作的朋友一些建议...
这是最近几年华为的面试题目
希望能给找工作的朋友一些建议-This is the subject of interviews in recent years, Huawei" s friends want to give some suggestions to find a job
- 2022-05-31 02:24:39下载
- 积分:1
-
BlazeDS devguide(热)电子书
Blazeds DevGuide(Hot Hot Hot)EBook
- 2022-02-05 13:08:26下载
- 积分:1
-
驱动程序超级宝典
驱动程序超级宝典- Driver super precious book
- 2022-04-21 18:22:13下载
- 积分: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