代码搜索:sales
找到约 3,366 项符合「sales」的源代码
代码结果 3,366
www.eeworm.com/read/303099/3816652
php sales.php
# $Id: $
#
# osCommerce, Open Source E-Commerce Solutions
# http://www.oscommerce.com
#
# Copyright (c) 2007 osCommerce
#
# This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/303099/3816770
php sales.php
# $Id: $
#
# osCommerce, Open Source E-Commerce Solutions
# http://www.oscommerce.com
#
# Copyright (c) 2007 osCommerce
#
# This program is free software; you can redistribute it and/or modify
# it un
www.eeworm.com/read/303099/3816887
php sales.php
# $Id: $
#
# osCommerce, Open Source E-Commerce Solutions
# http://www.oscommerce.com
#
# Copyright (c) 2007 osCommerce
#
# This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/302839/3822337
bas sales.bas
10 FOR I = 1 TO 3
20 READ P(I)
30 NEXT I
40 FOR I = 1 TO 3
50 FOR J = 1 TO 5
60 READ S(I,J)
70 NEXT J
80 NEXT I
90 FOR J = 1 TO 5
100 LET S = 0
110 FOR I = 1 TO 3
120 LET S = S + P(I) * S(I,J)
130 NEX
www.eeworm.com/read/438482/1825143
java sales.java
package com.wxd.netbar.domain;
public class Sales {
private String salesId;
private String salesType;
private String salesName;
private String salesPrice;
private boolean isHot;
private
www.eeworm.com/read/432249/1894888
java sales.java
package com.toa.abs.model;
import java.io.*;
/**
* 该类代表营业员
* @author tangliang
*
*/
public class Sales implements Serializable{
/**
* 营业员编号
*/
private int id;//营业员编号
/**
www.eeworm.com/read/424468/2015975
java sales.java
package cn.itcast.hibernate.domain;
public class Sales extends Employee {
private int sell;
public int getSell() {
return sell;
}
public void setSell(int sell) {
this.sell = sell;
www.eeworm.com/read/424468/2016000
java sales.java
package cn.itcast.jpa.domain;
import javax.persistence.DiscriminatorValue;
import javax.persistence.Entity;
@Entity
@DiscriminatorValue("2")
public class Sales extends Employee {
private in
www.eeworm.com/read/421992/2046966
cls sales.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject