摘要: 一 如何使用强签名Windows 软件开发工具包 (SDK) 提供了多种方法来使用强名称为程序集签名: * 使用 Windows SDK 提供的 程序集链接器 (Al.exe)。 * 使用程序集属性将强名称信息插入代码中。您可以使用 AssemblyKeyFileAttribute 或 AssemblyKeyNameAttribute,这取决于要使用的密钥文件所在的位置。 * 使用诸如 C# 和 ... 阅读全文
posted @ 2009-09-11 17:33 iTech 阅读(3175) 评论(0) 推荐(0)
摘要: FTP server 和 client 均能够运行在windows,linux,mac,使用FTP很容易实现多平台的文件共享。常见的FTP软件:windows:FileZilla + xlightftpd +windowsftpserverLinux: ProFTPd + vsftpd一 FTP命令1 FTP> ! 从 ftp 子系统退出到外壳。2 FTP> ? 显示 ftp 命令说明... 阅读全文
posted @ 2009-09-11 14:10 iTech 阅读(2588) 评论(0) 推荐(0)