文件名称:NPetshop-1.0.0.RC1
-
所属分类:
- 标签属性:
- 上传时间:2008-10-13
-
文件大小:916.24kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
ibatis的资料的资料资料ibatis的
(系统自动生成,下载前可以参看下载内容)
下载文件列表
source/
source/External-bin/
source/External-bin/ByteFX.MySqlClient.dll
source/External-bin/IBatisNet.Common.dll
source/External-bin/IBatisNet.DataAccess.dll
source/External-bin/IBatisNet.DataMapper.dll
source/External-bin/ICSharpCode.SharpZipLib.dll
source/External-bin/log4net.dll
source/External-bin/Mono.Security.Protocol.Tls.dll
source/External-bin/MySql.Data.dll
source/External-bin/Npgsql.dll
source/NPetshop.Domain/
source/NPetshop.Domain/Accounts/
source/NPetshop.Domain/Accounts/Account.cs
source/NPetshop.Domain/Accounts/Address.cs
source/NPetshop.Domain/Accounts/Profile.cs
source/NPetshop.Domain/AssemblyInfo.cs
source/NPetshop.Domain/Billing/
source/NPetshop.Domain/Billing/CreditCard.cs
source/NPetshop.Domain/Billing/LineItem.cs
source/NPetshop.Domain/Billing/Order.cs
source/NPetshop.Domain/bin/
source/NPetshop.Domain/bin/Debug/
source/NPetshop.Domain/Catalog/
source/NPetshop.Domain/Catalog/Category.cs
source/NPetshop.Domain/Catalog/Item.cs
source/NPetshop.Domain/Catalog/Product.cs
source/NPetshop.Domain/Catalog/Supplier.cs
source/NPetshop.Domain/NPetshop.Domain.csproj
source/NPetshop.Domain/NPetshop.Domain.csproj.user
source/NPetshop.Domain/Sequence.cs
source/NPetshop.Domain/Shopping/
source/NPetshop.Domain/Shopping/ShoppingCart.cs
source/NPetshop.Domain/Shopping/ShoppingCartLine.cs
source/NPetshop.Domain/ToDo.txt
source/NPetshop.Persistence/
source/NPetshop.Persistence/AssemblyInfo.cs
source/NPetshop.Persistence/bin/
source/NPetshop.Persistence/bin/Debug/
source/NPetshop.Persistence/bin/Debug/log4net.dll
source/NPetshop.Persistence/dao.xml
source/NPetshop.Persistence/Ddl/
source/NPetshop.Persistence/Ddl/MSSQL/
source/NPetshop.Persistence/Ddl/MSSQL/DataLoad.sql
source/NPetshop.Persistence/Ddl/MSSQL/DBUser.sql
source/NPetshop.Persistence/Ddl/MSSQL/Schema.sql
source/NPetshop.Persistence/Ddl/MySql/
source/NPetshop.Persistence/Ddl/MySql/DataLoad.sql
source/NPetshop.Persistence/Ddl/MySql/DBUser.sql
source/NPetshop.Persistence/Ddl/MySql/Schema.sql
source/NPetshop.Persistence/Interfaces/
source/NPetshop.Persistence/Interfaces/Accounts/
source/NPetshop.Persistence/Interfaces/Accounts/IAccountDao.cs
source/NPetshop.Persistence/Interfaces/Billing/
source/NPetshop.Persistence/Interfaces/Billing/IOrderDao.cs
source/NPetshop.Persistence/Interfaces/Catalog/
source/NPetshop.Persistence/Interfaces/Catalog/ICategoryDao.cs
source/NPetshop.Persistence/Interfaces/Catalog/IItemDao.cs
source/NPetshop.Persistence/Interfaces/Catalog/IProductDao.cs
source/NPetshop.Persistence/Interfaces/ISequenceDao.cs
source/NPetshop.Persistence/MapperDao/
source/NPetshop.Persistence/MapperDao/Accounts/
source/NPetshop.Persistence/MapperDao/Accounts/AccountSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/BaseSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Billing/
source/NPetshop.Persistence/MapperDao/Billing/MSSQL/
source/NPetshop.Persistence/MapperDao/Billing/MSSQL/OrderSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Billing/MSSQL/SequenceSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Billing/OrderSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Catalog/
source/NPetshop.Persistence/MapperDao/Catalog/CategorySqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Catalog/ItemSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Catalog/ProductSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/SequenceSqlMapDao.cs
source/NPetshop.Persistence/NPetshop.Persistence.csproj
source/NPetshop.Persistence/NPetshop.Persistence.csproj.user
source/NPetshop.Presentation/
source/NPetshop.Presentation/AssemblyInfo.cs
source/NPetshop.Presentation/bin/
source/NPetshop.Presentation/bin/Debug/
source/NPetshop.Presentation/bin/Debug/log4net.dll
source/NPetshop.Presentation/Controls/
source/NPetshop.Presentation/Controls/ExtendedRepeater.cs
source/NPetshop.Presentation/Core/
source/NPetshop.Presentation/Core/AbstractWebAction.cs
source/NPetshop.Presentation/Core/IWebAction.cs
source/NPetshop.Presentation/Core/WebConstants.cs
source/NPetshop.Presentation/Core/WebLocalSingleton.cs
source/NPetshop.Presentation/Exceptions/
source/NPetshop.Presentation/Exceptions/LoginAlreadyExistsException.cs
source/NPetshop.Presentation/IController.cs
source/NPetshop.Presentation/NPetshop.Presentation.csproj
source/NPetshop.Presentation/NPetshop.Presentation.csproj.user
source/NPetshop.Presentation/ReadMe.txt
source/NPetshop.Presentation/UserActions/
source/NPetshop.Presentation/UserActions/AccountAction.cs
source/NPetshop.Presentation/UserActions/BillinAction.cs
source/NPetshop.Presentation/UserActions/CatalogAction.cs
source/NPetshop.Presentation/UserActions/DataViews.cs
source/NPetshop.Presentation/UserActions/ShoppinAction.cs
source/NPetshop.Presentation/UserActions/ShowStartPageAction.cs
source/NPetshop.Presentation/UserActions/WebViews.cs
source/NPetshop.Presentation/UserControl.cs
source/NPetshop.Service/
source/NPetshop.Service/AccountService.cs
source/NPetshop.Service/AssemblyInfo.cs
source/NPetshop.Service/BillingService.cs
source/NPetshop.Service/bin/
source/NPetshop.Service/bin/Debug/
source/NPetshop.Service/bin/Debug/log4net.dll
source/NPetshop.Service/CatalogService.cs
source/NP
source/External-bin/
source/External-bin/ByteFX.MySqlClient.dll
source/External-bin/IBatisNet.Common.dll
source/External-bin/IBatisNet.DataAccess.dll
source/External-bin/IBatisNet.DataMapper.dll
source/External-bin/ICSharpCode.SharpZipLib.dll
source/External-bin/log4net.dll
source/External-bin/Mono.Security.Protocol.Tls.dll
source/External-bin/MySql.Data.dll
source/External-bin/Npgsql.dll
source/NPetshop.Domain/
source/NPetshop.Domain/Accounts/
source/NPetshop.Domain/Accounts/Account.cs
source/NPetshop.Domain/Accounts/Address.cs
source/NPetshop.Domain/Accounts/Profile.cs
source/NPetshop.Domain/AssemblyInfo.cs
source/NPetshop.Domain/Billing/
source/NPetshop.Domain/Billing/CreditCard.cs
source/NPetshop.Domain/Billing/LineItem.cs
source/NPetshop.Domain/Billing/Order.cs
source/NPetshop.Domain/bin/
source/NPetshop.Domain/bin/Debug/
source/NPetshop.Domain/Catalog/
source/NPetshop.Domain/Catalog/Category.cs
source/NPetshop.Domain/Catalog/Item.cs
source/NPetshop.Domain/Catalog/Product.cs
source/NPetshop.Domain/Catalog/Supplier.cs
source/NPetshop.Domain/NPetshop.Domain.csproj
source/NPetshop.Domain/NPetshop.Domain.csproj.user
source/NPetshop.Domain/Sequence.cs
source/NPetshop.Domain/Shopping/
source/NPetshop.Domain/Shopping/ShoppingCart.cs
source/NPetshop.Domain/Shopping/ShoppingCartLine.cs
source/NPetshop.Domain/ToDo.txt
source/NPetshop.Persistence/
source/NPetshop.Persistence/AssemblyInfo.cs
source/NPetshop.Persistence/bin/
source/NPetshop.Persistence/bin/Debug/
source/NPetshop.Persistence/bin/Debug/log4net.dll
source/NPetshop.Persistence/dao.xml
source/NPetshop.Persistence/Ddl/
source/NPetshop.Persistence/Ddl/MSSQL/
source/NPetshop.Persistence/Ddl/MSSQL/DataLoad.sql
source/NPetshop.Persistence/Ddl/MSSQL/DBUser.sql
source/NPetshop.Persistence/Ddl/MSSQL/Schema.sql
source/NPetshop.Persistence/Ddl/MySql/
source/NPetshop.Persistence/Ddl/MySql/DataLoad.sql
source/NPetshop.Persistence/Ddl/MySql/DBUser.sql
source/NPetshop.Persistence/Ddl/MySql/Schema.sql
source/NPetshop.Persistence/Interfaces/
source/NPetshop.Persistence/Interfaces/Accounts/
source/NPetshop.Persistence/Interfaces/Accounts/IAccountDao.cs
source/NPetshop.Persistence/Interfaces/Billing/
source/NPetshop.Persistence/Interfaces/Billing/IOrderDao.cs
source/NPetshop.Persistence/Interfaces/Catalog/
source/NPetshop.Persistence/Interfaces/Catalog/ICategoryDao.cs
source/NPetshop.Persistence/Interfaces/Catalog/IItemDao.cs
source/NPetshop.Persistence/Interfaces/Catalog/IProductDao.cs
source/NPetshop.Persistence/Interfaces/ISequenceDao.cs
source/NPetshop.Persistence/MapperDao/
source/NPetshop.Persistence/MapperDao/Accounts/
source/NPetshop.Persistence/MapperDao/Accounts/AccountSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/BaseSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Billing/
source/NPetshop.Persistence/MapperDao/Billing/MSSQL/
source/NPetshop.Persistence/MapperDao/Billing/MSSQL/OrderSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Billing/MSSQL/SequenceSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Billing/OrderSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Catalog/
source/NPetshop.Persistence/MapperDao/Catalog/CategorySqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Catalog/ItemSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/Catalog/ProductSqlMapDao.cs
source/NPetshop.Persistence/MapperDao/SequenceSqlMapDao.cs
source/NPetshop.Persistence/NPetshop.Persistence.csproj
source/NPetshop.Persistence/NPetshop.Persistence.csproj.user
source/NPetshop.Presentation/
source/NPetshop.Presentation/AssemblyInfo.cs
source/NPetshop.Presentation/bin/
source/NPetshop.Presentation/bin/Debug/
source/NPetshop.Presentation/bin/Debug/log4net.dll
source/NPetshop.Presentation/Controls/
source/NPetshop.Presentation/Controls/ExtendedRepeater.cs
source/NPetshop.Presentation/Core/
source/NPetshop.Presentation/Core/AbstractWebAction.cs
source/NPetshop.Presentation/Core/IWebAction.cs
source/NPetshop.Presentation/Core/WebConstants.cs
source/NPetshop.Presentation/Core/WebLocalSingleton.cs
source/NPetshop.Presentation/Exceptions/
source/NPetshop.Presentation/Exceptions/LoginAlreadyExistsException.cs
source/NPetshop.Presentation/IController.cs
source/NPetshop.Presentation/NPetshop.Presentation.csproj
source/NPetshop.Presentation/NPetshop.Presentation.csproj.user
source/NPetshop.Presentation/ReadMe.txt
source/NPetshop.Presentation/UserActions/
source/NPetshop.Presentation/UserActions/AccountAction.cs
source/NPetshop.Presentation/UserActions/BillinAction.cs
source/NPetshop.Presentation/UserActions/CatalogAction.cs
source/NPetshop.Presentation/UserActions/DataViews.cs
source/NPetshop.Presentation/UserActions/ShoppinAction.cs
source/NPetshop.Presentation/UserActions/ShowStartPageAction.cs
source/NPetshop.Presentation/UserActions/WebViews.cs
source/NPetshop.Presentation/UserControl.cs
source/NPetshop.Service/
source/NPetshop.Service/AccountService.cs
source/NPetshop.Service/AssemblyInfo.cs
source/NPetshop.Service/BillingService.cs
source/NPetshop.Service/bin/
source/NPetshop.Service/bin/Debug/
source/NPetshop.Service/bin/Debug/log4net.dll
source/NPetshop.Service/CatalogService.cs
source/NP
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.