使用C#实现DHT磁力搜索的BT种子后端管理程序+数据库设计(开源

2020-01-06 13:10:34王冬梅
  • /// <summary>  
  • /// 正则表达式取出内容 2013-07-16  
  • /// </summary>  
  • private int GetHashLineContent(string hashline, ref HASHITEM item1)  
  • {  
  •     if (hashline.Length < 50)  
  •     {  
  •         if (hashline.Length == 40)  
  •         {  
  •             item1.hashKey = hashline.Trim();