代码搜索:sales
找到约 3,366 项符合「sales」的源代码
代码结果 3,366
www.eeworm.com/read/183938/5251178
cs rewriterrulecollection.cs
using System;
using System.Data;
using System.Collections;
//
// DotNetNuke - http://www.dotnetnuke.com
// Copyright (c) 2002-2005
// by Shaun Walker ( sales@perpetualmotion.ca ) of Perpetual
www.eeworm.com/read/439279/1806293
java exercise5_17.java
// Exercise5_17.java: Finding sales amount to meet the commission
public class Exercise5_17 {
// The commission sought
final static double COMMISSION_SOUGHT = 25000;
// Main method
publ
www.eeworm.com/read/437309/1834005
java category.java
package com.yuanchung.sales.model.service;
import java.util.HashSet;
import java.util.Set;
/**
* Category entity.
*
* @author MyEclipse Persistence Tools
*/
public class Category im
www.eeworm.com/read/437309/1834015
java conrole.java
package com.yuanchung.sales.model.customer;
import java.util.HashSet;
import java.util.Set;
/**
* ConRole entity.
*
* @author MyEclipse Persistence Tools
*/
public class ConRole imp
www.eeworm.com/read/437309/1834037
java dashboardaction.java
package com.yuanchung.sales.struts.report.action;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts.action.ActionForm;
import
www.eeworm.com/read/437309/1834076
java busiopportaction.java
package com.yuanchung.sales.struts.busiOpport.action;
import java.io.UnsupportedEncodingException;
import java.lang.reflect.InvocationTargetException;
import java.net.URLDecoder;
import java.uti
www.eeworm.com/read/437309/1834084
java positionaction.java
/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package com.yuanchung.sales.struts.admin.position;
import java.io.IOException;
import java.io.PrintWriter
www.eeworm.com/read/437309/1834089
java rightsaction.java
/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package com.yuanchung.sales.struts.admin;
import java.io.IOException;
import java.io.PrintWriter;
impo