xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 3.72MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-10-29
  • 語言: C#
  • 標簽: Visual??

資源簡介

Visual C#數據庫項目案例導航 該書的光盤內容

資源截圖

代碼片段和文件信息

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?framework?文檔。
//
//?使用下面的屬性控制用于簽名的密鑰。
//
//?注意:
//???(*)?如果未指定密鑰,則程序集不會被簽名。
//???(*)?KeyName?是指已經安裝在計算機上的
//??????加密服務提供程序(CSP)中的密鑰。KeyFile?是指包含
//???????密鑰的文件。
//???(*)?如果?KeyFile?和?KeyName?值都已指定,則?
//???????發生下列處理:
//???????(1)?如果在?CSP?中可以找到?KeyName,則使用該密鑰。
//???????(2)?如果?KeyName?不存在而?KeyFile?存在,則?
//???????????KeyFile?中的密鑰安裝到?CSP?中并且使用該密鑰。
//???(*)?要創建?KeyFile,可以使用?sn.exe(強名稱)實用工具。
//???????在指定?KeyFile?時,KeyFile?的位置應該相對于
//???????項目輸出目錄,即
//???????%Project?Directory%\obj\。例如,如果?KeyFile?位于
//???????該項目目錄,應將?AssemblyKeyFile?
//???????屬性指定為?[assembly:?AssemblyKeyFile(“..\\..\\mykey.snk“)]
//???(*)?“延遲簽名”是一個高級選項?-?有關它的更多信息,請參閱?Microsoft?.NET?framework
//???????文檔。
//
[assembly:?AssemblyDelaySign(false)]
[assembly:?AssemblyKeyFile(““)]
[assembly:?AssemblyKeyName(““)]

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????1179648??2005-04-01?10:18??Visual?C#數據庫項目案例導航\chap02\Database\BookManagement.mdf

?????文件?????516096??2005-04-01?10:18??Visual?C#數據庫項目案例導航\chap02\Database\BookManagement_log.LDF

?????文件???????4056??2004-03-05?19:42??Visual?C#數據庫項目案例導航\chap02\Library\Book.dtq

?????文件???????3967??2004-03-05?19:42??Visual?C#數據庫項目案例導航\chap02\Library\BorrowBook.dtq

?????文件???????1078??2004-03-05?19:41??Visual?C#數據庫項目案例導航\chap02\Library\Library\App.ico

?????文件???????1859??2004-03-05?19:41??Visual?C#數據庫項目案例導航\chap02\Library\Library\AssemblyInfo.cs

?????文件?????471040??2005-02-26?21:07??Visual?C#數據庫項目案例導航\chap02\Library\Library\bin\Debug\Library.exe

?????文件?????474624??2005-02-26?21:07??Visual?C#數據庫項目案例導航\chap02\Library\Library\bin\Debug\Library.pdb

?????文件??????16384??2004-03-05?19:40??Visual?C#數據庫項目案例導航\chap02\Library\Library\bin\Debug\借閱信息.rpt

?????文件??????16384??2004-03-05?19:40??Visual?C#數據庫項目案例導航\chap02\Library\Library\bin\Debug\出版社信息.rpt

?????文件??????16384??2004-03-05?19:40??Visual?C#數據庫項目案例導航\chap02\Library\Library\bin\Debug\圖書信息.rpt

?????文件??????16384??2004-03-05?19:40??Visual?C#數據庫項目案例導航\chap02\Library\Library\bin\Debug\讀者信息.rpt

?????文件????????573??2004-08-03?01:07??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\DatabaseConnection.cs

?????文件??????15276??2004-03-05?19:40??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\DataSetUser.cs

?????文件???????1156??2004-03-05?19:40??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\DataSetUser.xsd

?????文件??????10557??2004-03-05?19:41??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\obj\Debug\Library.AddReader.resources

?????文件??????23027??2004-03-05?19:41??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\obj\Debug\Library.Borrow.resources

?????文件???????3838??2004-03-05?19:41??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\obj\Debug\Library.BusinessRules.test.resources

?????文件?????487424??2004-08-13?22:27??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\obj\Debug\Library.exe

?????文件??????58717??2004-08-03?01:00??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\obj\Debug\Library.Login.resources

?????文件?????468480??2004-08-13?22:27??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\obj\Debug\Library.pdb

?????文件??????28685??2004-08-13?00:58??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\obj\Debug\Library.Query.resources

?????文件???????7400??2004-03-05?22:13??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\obj\Debug\Library.Report.resources

?????文件??????26037??2004-08-03?01:00??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\obj\Debug\Library.User.resources

?????文件??????33863??2004-08-03?01:00??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\obj\Debug\Library.UserInterface.Book.resources

?????文件??????18959??2004-08-03?01:00??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\obj\Debug\Library.UserInterface.BorrowReturn.resources

?????文件??????94825??2004-03-05?22:21??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\obj\Debug\Library.UserInterface.MainForm.resources

?????文件??????25431??2004-08-03?01:00??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\obj\Debug\Library.UserInterface.Publishing.resources

?????文件??????29555??2004-08-03?01:00??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\obj\Debug\Library.UserInterface.Reader.resources

?????文件???????5120??2004-03-05?19:41??Visual?C#數據庫項目案例導航\chap02\Library\Library\DataLevel\obj\Debug\TempPE\CrystalReport1.cs.dll

............此處省略352個文件信息

評論

共有 條評論