代码搜索:Collection

找到约 10,000 项符合「Collection」的源代码

代码结果 10,000
www.eeworm.com/read/220661/14793797

html source.html

Demo Collection - Source Code The complete source code for this demo collection is available to download when you purchase the JFreeChart Developer Guide from Object Refinery Limited.
www.eeworm.com/read/493646/1164554

py urlcollections.py

# -- coding: utf-8 """ urlcollections.py - Module which defines URL collection and context classes. URL collection classes allow a programmer to create collections (aggregations) of URL objects with
www.eeworm.com/read/482912/1281807

java tcexamdao.java

package dao; import java.util.Collection; import entity.TCExam; public interface TCExamDAO { public void insert (TCExam tcexam); public Collection selectTCExamByExamid(Long id); }
www.eeworm.com/read/468587/1485857

java imyebay.java

package iado; import java.sql.SQLException; import java.util.Collection; public interface IMyEbay { public Collection selectGoodsByUid(int uid) throws SQLException; public void deleteGo
www.eeworm.com/read/468587/1485864

java imymessage.java

package iado; import java.sql.SQLException; import java.util.Collection; public interface IMyMessage { public Collection selectMsgByUid(int uid) throws SQLException; public void deleteMsgByID
www.eeworm.com/read/451220/1664174

cs collectionloader.cs

using System.Collections.Generic; using NHibernate.Engine; using NHibernate.Persister.Collection; using NHibernate.Type; namespace NHibernate.Loader.Collection { /// /// Superclas
www.eeworm.com/read/451220/1664334

cs onlockvisitor.cs

using NHibernate.Collection; using NHibernate.Engine; using NHibernate.Persister.Collection; using NHibernate.Type; namespace NHibernate.Event.Default { /// /// When a transient
www.eeworm.com/read/451220/1664349

cs proxyvisitor.cs

using NHibernate.Collection; using NHibernate.Engine; using NHibernate.Persister.Collection; using NHibernate.Type; namespace NHibernate.Event.Default { /// /// Reassociates unini
www.eeworm.com/read/451220/1664353

cs onupdatevisitor.cs

using NHibernate.Collection; using NHibernate.Engine; using NHibernate.Persister.Collection; using NHibernate.Type; namespace NHibernate.Event.Default { /// /// When an entity is
www.eeworm.com/read/224303/4805182

java playactorcategorydao.java

package com.hintsoft.vod.dao.iface; import java.util.Collection; import com.hintsoft.vod.entities.PlayactorCategory; public interface PlayactorCategoryDAO { public Collection getPlayactor