123456789101112131415161718192021222324 |
- //using System.Collections.Generic;
- //using System.Linq;
- //using Newtonsoft.Json;
- //using Newtonsoft.Json.Linq;
- //using System.Diagnostics;
- namespace StatisticsTransfer {
- class Program
- {
- static void Main(string[] args)
- {
- Console.WriteLine("统计信息从redis---execl文件........");
- //Thread t1 = new Thread(transfer);
- //t1.Start();
- //dataSav();
- }
- }
- }
|