Commit b15f1ce2 authored by 黄奎's avatar 黄奎

1111

parent df9cefc4
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace EduSpider.Utility.Plugin
{
public class InfoHelper
{
public static void WriteLine(string info)
{
Console.WriteLine("【"+DateTime.Now.ToString("MM-dd HH:mm:ss fff")+"】" + info);
}
}
}
......@@ -13,6 +13,8 @@ namespace EduSpider
{
static void Main(string[] args)
{
string str = VTX.FW.Helper.DESHepler.Decrypt("so00QKzN3w8=");
Console.WriteLine(str);
var stopTime = 1000 * 60 *2;
long times = 1;
//30分钟执行一次
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment