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

  • 大小: 408KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-06-06
  • 語言: C#
  • 標(biāo)簽: C#??vs2012??

資源簡介

C# 網(wǎng)絡(luò)編程,ftp服務(wù)課件,包括服務(wù)器,客戶端,可以上傳下載文件,使用socket套接字,在vs2003基礎(chǔ)上修改升級到vs2012,在vs2012中調(diào)式通過。 修改多線程調(diào)用主線程控件時(shí),使用委托

資源截圖

代碼片段和文件信息

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

//
//?有關(guān)程序集的常規(guī)信息是通過下列
//?屬性集控制的。更改這些屬性值可修改與程序集
//?關(guān)聯(lián)的信息。
//
[assembly:?Assemblytitle(““)]
[assembly:?AssemblyDescription(““)]
[assembly:?AssemblyConfiguration(““)]
[assembly:?AssemblyCompany(““)]
[assembly:?AssemblyProduct(““)]
[assembly:?AssemblyCopyright(““)]
[assembly:?AssemblyTrademark(““)]
[assembly:?AssemblyCulture(““)]

//
//?程序集的版本信息由下列?4?個(gè)值組成:
//
//??????主版本
//??????次版本?
//??????內(nèi)部版本號
//??????修訂號
//
//?您可以指定所有這些值,也可以使用“修訂號”和“內(nèi)部版本號”的默認(rèn)值,方法是按
//?如下所示使用?‘*‘:

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

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

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????1078??2005-10-21?18:37??ftp\ftpClient\App.ico

?????文件???????1859??2005-10-21?18:37??ftp\ftpClient\AssemblyInfo.cs

?????文件??????49152??2006-05-09?21:29??ftp\ftpClient\bin\Debug\ftpClient.exe

?????文件??????30208??2006-05-09?21:29??ftp\ftpClient\bin\Debug\ftpClient.pdb

?????目錄??????????0??2006-07-15?21:39??ftp\ftpClient\bin\Debug

?????目錄??????????0??2006-09-20?21:36??ftp\ftpClient\bin

?????文件??????21755??2005-10-31?21:53??ftp\ftpClient\Form1.cs

?????文件??????25884??2005-10-31?21:09??ftp\ftpClient\Form1.resx

?????文件???????4694??2005-10-22?08:01??ftp\ftpClient\ftpClient.csproj

?????文件???????1803??2006-09-20?21:39??ftp\ftpClient\ftpClient.csproj.user

?????文件????????903??2005-10-21?18:37??ftp\ftpClient\ftpClient.sln

????..A..H.??????7680??2006-09-20?21:39??ftp\ftpClient\ftpClient.suo

?????文件??????49152??2006-05-09?21:29??ftp\ftpClient\obj\Debug\ftpClient.exe

?????文件??????21709??2005-10-31?21:09??ftp\ftpClient\obj\Debug\ftpClient.Form1.resources

?????文件??????30208??2006-05-09?21:29??ftp\ftpClient\obj\Debug\ftpClient.pdb

????..A..H.?????11400??2006-09-20?21:39??ftp\ftpClient\obj\Debug\ftpClient.projdata

?????目錄??????????0??2006-07-15?21:39??ftp\ftpClient\obj\Debug\temp

?????目錄??????????0??2006-07-15?21:39??ftp\ftpClient\obj\Debug\TempPE

?????目錄??????????0??2006-07-15?21:39??ftp\ftpClient\obj\Debug

?????目錄??????????0??2006-07-15?21:39??ftp\ftpClient\obj

?????目錄??????????0??2006-07-15?21:39??ftp\ftpClient

?????文件???????1078??2005-10-23?08:08??ftp\ftpServer\App.ico

?????文件???????1859??2005-10-23?08:08??ftp\ftpServer\AssemblyInfo.cs

?????文件??????53248??2006-05-09?21:29??ftp\ftpServer\bin\Debug\ftpServer.exe

?????文件??????36352??2006-05-09?21:29??ftp\ftpServer\bin\Debug\ftpServer.pdb

?????文件?????????49??2005-10-27?21:46??ftp\ftpServer\bin\Debug\message.txt

?????目錄??????????0??2006-07-15?21:39??ftp\ftpServer\bin\Debug

?????目錄??????????0??2006-07-15?21:39??ftp\ftpServer\bin

?????文件??????23544??2005-11-19?17:58??ftp\ftpServer\Form1.cs

?????文件??????31168??2005-11-19?17:58??ftp\ftpServer\Form1.resx

............此處省略151個(gè)文件信息

評論

共有 條評論