Program.cs 449 B

123456789101112131415161718192021222324
  1. //using System.Collections.Generic;
  2. //using System.Linq;
  3. //using Newtonsoft.Json;
  4. //using Newtonsoft.Json.Linq;
  5. //using System.Diagnostics;
  6. namespace StatisticsTransfer {
  7. class Program
  8. {
  9. static void Main(string[] args)
  10. {
  11. Console.WriteLine("统计信息从redis---execl文件........");
  12. //Thread t1 = new Thread(transfer);
  13. //t1.Start();
  14. //dataSav();
  15. }
  16. }
  17. }