代码搜索:book_name
找到约 140 项符合「book_name」的源代码
代码结果 140
www.eeworm.com/read/404596/11481640
txt 存储过程.txt
存储过程,查看某天销售了哪些书,各销售了多少本,每种书的销售总价。
CREATE PROC DateSales @date datetime
as
select OrderDate ,OrderDetails.BookID, Books.BookName,Quantity , Books.UnitPrice*Quantity as totalprice
fr
www.eeworm.com/read/402948/11526237
htm 例3-7.htm
function print()
{ //方法成员定义,输出各属性成员值
document.write("书名为"+this.name+"");
document.write("作者为"+this.author+"");
document.write("出版社为"+this.publisher+"");
www.eeworm.com/read/459000/7284360
cpp reader.cpp
#include "Reader.h"
#include "ways.h"
int Reader::select_Lost(Chaxun & se)//丢失书本查询
{
MYSQL_RES * point;
int bb[3]={14,18,12};
string str="select items.book_name as '书名',concat(concat(loans.
www.eeworm.com/read/198979/7898363
h book.h
//PK 2006/08/29 - 2007/03/10
#pragma once
#include "global.h"
#include
const int BOOK_NAME_MAX_LEN = 128;
const int CONTRIBUTOR_NAME_MAX_LEN = 32;
//PK for UUID's serialization
na
www.eeworm.com/read/217256/14972723
h book.h
//PK 2006/08/29 - 2007/03/10
#pragma once
#include "global.h"
#include
const int BOOK_NAME_MAX_LEN = 128;
const int CONTRIBUTOR_NAME_MAX_LEN = 32;
//PK for UUID's serialization
na
www.eeworm.com/read/274559/10865319
java orderform.java
package book;
import java.sql.*;
public class OrderForm
{ String logname, //用户名。
realname, //真实姓名。
order_number,//图书订购号
phone,
address,
book_