摘要:
/* 将图片转换为64位编码 */ //找到文件夹 System.IO.DirectoryInfo dd = new System.IO.DirectoryInfo("C://qq"); //得到该文件夹下所有的文件 System.IO.FileInfo[] file = dd.GetFiles() 阅读全文
摘要:
/// 将 Stream 转成 byte[] public byte[] StreamToBytes(Stream stream) { byte[] bytes = new byte[stream.Length]; stream.Read(bytes, 0, bytes.Length); // 设置 阅读全文
摘要:
select len(replace(字段名A,';','--'))-len(字段名A) from table表名 阅读全文
摘要:
System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(sKey, "md5") 阅读全文
摘要:
System.Web.HttpContext.Current.Server.MapPath("虚拟路径") 阅读全文
摘要:
Serv-U,是一种被广泛运用的FTP服务器端软件,支持3x/9x/ME/NT/2K等全Windows系列。可以设定多个FTP服务器、限定登录用户的权限、登录主目录及空间大小等,功能非常完备。 它具有非常完备的安全特性,支持SSl FTP传输,支持在多个Serv-U和FTP客户端通过SSL加密连接保 阅读全文