代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/242302/13056263
html 15889.html
Refresh Method (Data Access)
Refresh Method (Data Access)
www.eeworm.com/read/140814/13060574
txt day12.txt
=========================================================
1, 为 ShoppingSessionFacade 添加 商业方法:
method name : modifyShipmentStatus
return type : void
input parameter : Integer
www.eeworm.com/read/140814/13060626
txt day06.txt
*** 为产品管理添加修改,删除和按照类别查询的功能 ***
1,为ProductMgmSessionFacadeEJB 添加4个方法:
a) method name : getProductByCategory
return type : java.util.Collection
input parameter : String c
www.eeworm.com/read/140814/13060633
txt day11.txt
建表:
create table shipmentstatus(
statusid integer primary key,
name varchar2(32) not null
);
insert into shipmentstatus values(1, 'preparing');
insert into shipmentstatus values(2, '
www.eeworm.com/read/140814/13060636
txt day05_2.txt
======================产品管理=====================
1,创建ProductDTO
package : dto
class name : ProudctDTO
package dto;
import java.io.Serializable;
public class ProductDTO im
www.eeworm.com/read/327632/13069441
java itemhome.java
import java.util.Collection;
import java.rmi.RemoteException;
import javax.ejb.*;
public interface ItemHome extends EJBHome
{
public Item create(int itemCode,String title, String rat