|
@@ -3,6 +3,7 @@
|
|
|
//using Newtonsoft.Json;
|
|
|
//using Newtonsoft.Json.Linq;
|
|
|
//using System.Diagnostics;
|
|
|
+using StatisticsTransfer.tongji;
|
|
|
|
|
|
namespace StatisticsTransfer {
|
|
|
|
|
@@ -11,11 +12,14 @@ namespace StatisticsTransfer {
|
|
|
static void Main(string[] args)
|
|
|
{
|
|
|
Console.WriteLine("统计信息从redis---execl文件........");
|
|
|
+ FunDistribute();
|
|
|
+ }
|
|
|
|
|
|
- //Thread t1 = new Thread(transfer);
|
|
|
- //t1.Start();
|
|
|
+ public static void FunDistribute()
|
|
|
+ {
|
|
|
+ Console.WriteLine("FunDistribute................");
|
|
|
|
|
|
- //dataSav();
|
|
|
+ TargetStatistics.TargetValToExecl();
|
|
|
}
|
|
|
}
|
|
|
|