-
帮助开发者更好的理解ajax工作原理和流程
帮助开发者更好的理解ajax工作原理和流程-To help developers better understand the working principle and process ajax
- 2022-10-07 01:40:04下载
- 积分:1
-
NT文件系统内的文件系统将英文版的一本好书…
NT 文件系统内幕 英文版好书
对于想了解NT文件系统的人有好处-NT file system inside a good book for the English version of NT File System would like to know people who will benefit
- 2022-07-15 05:46:55下载
- 积分:1
-
使你完全一手即可通用全部的配置
使你完全一手即可通用全部的配置-so you can be completely hand all the generic configuration
- 2022-05-14 23:00:50下载
- 积分:1
-
语言课程设计题目,可以实现:增加员工档案。
c language curriculum design topics, can be achieved: increased staff records delete staff records find staff records amend trade union records with staff records and other functions. From beginner c language source code is very useful.
- 2022-02-07 07:49:20下载
- 积分:1
-
java 的基础知识,初学者的十分值得选择的好工具,如果你要学习java 语言,就得从此基本语言开始...
java 的基础知识,初学者的十分值得选择的好工具,如果你要学习java 语言,就得从此基本语言开始-the base of java,if you want to learn java,this ppt is your correct choosen,you can find some based thing about java from it.select it is your correct choosen for your study.
- 2022-02-27 07:05:01下载
- 积分:1
-
Chinese Juniper firewall configuration of the firewall configuration of the best...
Juniper 防火墙中文配置
最好的防火墙的配置方法-Chinese Juniper firewall configuration of the firewall configuration of the best methods
- 2022-04-16 14:37:13下载
- 积分:1
-
一个VB通讯不错的程序,有空可可看看,有助通讯编程的提高...
一个VB通讯不错的程序,有空可可看看,有助通讯编程的提高-a good communication procedures available cocoa look at the program will help improve communication
- 2022-11-12 17:45:03下载
- 积分:1
-
利用vc进行界面菜单编程,通过该源码可以学习如何创建自己的菜单,在VC环境下...
利用vc进行界面菜单编程,通过该源码可以学习如何创建自己的菜单,在VC环境下-making use of vc to creating my own menu
- 2022-02-14 02:05:10下载
- 积分:1
-
Control using c language serial A/D procedure, transplanted very good.
用c语言控制串行A/D的程序,移植性非常好。-Control using c language serial A/D procedure, transplanted very good.
- 2022-05-23 19:15:08下载
- 积分: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