• 大小: 180KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-24
  • 语言: C#
  • 标签: ASP.NET  源码  数据库  

资源简介

仓库管理系统ASP.NET源码带数据库及其结构图

资源截图

代码片段和文件信息

using System.Reflection;
using System.Runtime.CompilerServices;

//
// 有关程序集的常规信息是通过下列 
//属性集控制的。更改这些属性值可修改与程序集
//关联的信息。
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

//
// 程序集的版本信息包含下列 4 个值:
//
//      主版本
//      次版本
//      内部版本号
//      修订号
//
// 您可以指定所有值,或使用“修订号”和“内部版本号”的默认值,方法为按如下方式 
// 使用“*”:

[assembly: AssemblyVersion(“1.0.*“)]

//
// 要对程序集进行签名,必须指定要使用的密钥。有关程序集签名的更多信息,请参考 
// Microsoft .NET 框架文档。
//
// 使用下面的属性控制用于签名的密钥。
//
// 注意:
//   (*) 如果未指定密钥,则程序集不会被签名。
//   (*) KeyName 是指已经安装在
//       计算机上的加密服务提供程序 (CSP) 中的密钥。KeyFile 是指包含
//       密钥的文件。
//   (*) 如果 KeyFile 和 KeyName 值都已指定,则 
//       发生下面的处理:
//       (1) 如果在 CSP 中可以找到 KeyName,则使用该密钥。
//       (2) 如果 KeyName 不存在而 KeyFile 存在,则 
//           KeyFile 中的密钥安装到 CSP 中并且使用该密钥。
//   (*) 要创建 KeyFile,可以使用 sn.exe(强名称)实用工具。
//        在指定 KeyFile 时,KeyFile 的位置应该
//        相对于“项目输出目录”。项目输出
//        目录的位置取决于您是在使用本地项目还是 Web 项目。
//        对于本地项目,项目输出目录定义为
//       \obj\。例如,如果 KeyFile 位于该
//       项目目录中,应将 AssemblyKeyFile 
//       属性指定为 [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
//        对于 Web 项目,项目输出目录定义为
//       %HOMEPATH%\VSWebCache\\\obj\
//   (*) “延迟签名”是一个高级选项 - 有关它的更多信息,请参阅 Microsoft .NET 框架
//       文档。
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(““)]
[assembly: AssemblyKeyName(““)]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    1131008  2004-09-01 12:32  chap10\Database\WMS

     目录          0  2005-12-21 10:30  chap10\Database

     文件       2310  2004-09-01 12:32  chap10\PowerDesigner建模\Check Model.log

     文件      20964  2004-09-01 12:32  chap10\PowerDesigner建模\WMS.cdm

     文件      30440  2004-09-01 12:32  chap10\PowerDesigner建模\WMS.pdm

     文件      12909  2004-09-01 12:32  chap10\PowerDesigner建模\WMS1.cdm

     目录          0  2005-12-21 10:30  chap10\PowerDesigner建模

     文件      28672  2004-09-01 12:32  chap10\readme.doc

     文件       2102  2004-09-01 12:32  chap10\WMS\AssemblyInfo.cs

     文件      45056  2004-09-01 12:32  chap10\WMS\bin\WMS.dll

     文件     112128  2004-09-01 12:32  chap10\WMS\bin\WMS.pdb

     目录          0  2005-12-21 10:30  chap10\WMS\bin

     文件       2151  2004-09-01 12:32  chap10\WMS\Default.aspx

     文件       2715  2004-09-01 12:32  chap10\WMS\Default.aspx.cs

     文件       1733  2004-09-01 12:32  chap10\WMS\Default.aspx.resx

     文件         70  2004-09-01 12:32  chap10\WMS\Global.asax

     文件       1190  2004-09-01 12:32  chap10\WMS\Global.asax.cs

     文件       1733  2004-09-01 12:32  chap10\WMS\Global.asax.resx

     文件       3731  2004-09-01 12:32  chap10\WMS\GoodsAdd.aspx

     文件       3697  2004-09-01 12:32  chap10\WMS\GoodsAdd.aspx.cs

     文件       1733  2004-09-01 12:32  chap10\WMS\GoodsAdd.aspx.resx

     文件       5282  2004-09-01 12:32  chap10\WMS\GoodsManage.aspx

     文件       3358  2004-09-01 12:32  chap10\WMS\GoodsManage.aspx.cs

     文件       1733  2004-09-01 12:32  chap10\WMS\GoodsManage.aspx.resx

     文件       4520  2004-09-01 12:32  chap10\WMS\GoodsModify.aspx

     文件       4954  2004-09-01 12:32  chap10\WMS\GoodsModify.aspx.cs

     文件       1733  2004-09-01 12:32  chap10\WMS\GoodsModify.aspx.resx

     文件       6668  2004-09-01 12:32  chap10\WMS\GoodsReserve.aspx

     文件       7527  2004-09-01 12:32  chap10\WMS\GoodsReserve.aspx.cs

     文件       1733  2004-09-01 12:32  chap10\WMS\GoodsReserve.aspx.resx

............此处省略48个文件信息

评论

共有 条评论