From 3fba79f604b53645c4ebf19b2f3ec78141ba07d0 Mon Sep 17 00:00:00 2001 From: wisdomwei201804 Date: Fri, 20 Apr 2018 18:58:08 +0800 Subject: [PATCH] =?UTF-8?q?v3.7.1.6=20=201=E3=80=81=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=89=98=E7=9B=98=E5=9B=BE=E6=A0=87=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E7=9B=91=E6=B5=8B=E9=80=BB=E8=BE=91=EF=BC=8C=E5=87=8F?= =?UTF-8?q?=E5=B0=91=E7=9B=91=E6=B5=8B=E6=AC=A1=E6=95=B0=EF=BC=8C=E5=87=8F?= =?UTF-8?q?=E5=B0=91=E5=88=B7=E6=96=B0=E9=A2=91=E7=8E=87=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Properties/AssemblyInfo.cs | 4 +-- .../net.nutcore.aliddns/main.cs | 31 +++++++------------ .../net.nutcore.aliddns/updateinfo.txt | 5 ++- 3 files changed, 17 insertions(+), 23 deletions(-) diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/Properties/AssemblyInfo.cs b/net.nutcore.aliddns/net.nutcore.aliddns/Properties/AssemblyInfo.cs index 59e4db2..ac240cb 100644 --- a/net.nutcore.aliddns/net.nutcore.aliddns/Properties/AssemblyInfo.cs +++ b/net.nutcore.aliddns/net.nutcore.aliddns/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值, // 方法是按如下所示使用“*”: : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.7.1.5")] -[assembly: AssemblyFileVersion("3.7.1.5")] +[assembly: AssemblyVersion("3.7.1.6")] +[assembly: AssemblyFileVersion("3.7.1.6")] diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/main.cs b/net.nutcore.aliddns/net.nutcore.aliddns/main.cs index 176da6e..17e78ca 100644 --- a/net.nutcore.aliddns/net.nutcore.aliddns/main.cs +++ b/net.nutcore.aliddns/net.nutcore.aliddns/main.cs @@ -450,6 +450,7 @@ namespace net.nutcore.aliddns { textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "域名绑定IP更新失败!" + "\r\n"); } + notifyIcon_sysTray_Update(); //监测网络状态、刷新系统托盘图标 } //Events in form @@ -497,34 +498,24 @@ namespace net.nutcore.aliddns private void autoUpdateTimer_Tick(object sender, EventArgs e) { - try + if (checkBox_autoUpdate.Checked == true) { - if (checkBox_autoUpdate.Checked == true && label_nextUpdateSeconds.Text != "") + if(Convert.ToInt32(label_nextUpdateSeconds.Text) > 0) { - int seconds = Convert.ToInt32(label_nextUpdateSeconds.Text); - if (seconds > 0) seconds--; - label_nextUpdateSeconds.Text = seconds.ToString(); - - if (seconds == 0) - { - textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "---计划任务被触发,开始WAN口IP和域名IP查询比较---" + "\r\n"); - updatePrepare(); - } + label_nextUpdateSeconds.Text = Convert.ToString((Convert.ToInt32(label_nextUpdateSeconds.Text) - 1)); } - if (checkBox_logAutoSave.Checked == true) + else { - if ( textBox_log.GetLineFromCharIndex(textBox_log.Text.Length) >10000 ) - { - textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "---运行日志超过10000行,开始日志转储---" + "\r\n"); - logToFiles(); - } + textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "---计划任务被触发,开始WAN口IP和域名IP查询比较---" + "\r\n"); + updatePrepare(); } } - catch (Exception error) + + if (checkBox_logAutoSave.Checked == true && textBox_log.GetLineFromCharIndex(textBox_log.Text.Length) > 10000) { - textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "运行出错!信息: " + error + "\r\n"); + textBox_log.AppendText(System.DateTime.Now.ToString() + " " + "---运行日志超过10000行,开始日志转储---" + "\r\n"); + logToFiles(); } - notifyIcon_sysTray_Update(); //监测网络状态、刷新系统托盘图标 } private void toolStripMenuItem1_Click(object sender, EventArgs e) diff --git a/net.nutcore.aliddns/net.nutcore.aliddns/updateinfo.txt b/net.nutcore.aliddns/net.nutcore.aliddns/updateinfo.txt index 14b19ab..ca29fdf 100644 --- a/net.nutcore.aliddns/net.nutcore.aliddns/updateinfo.txt +++ b/net.nutcore.aliddns/net.nutcore.aliddns/updateinfo.txt @@ -1,5 +1,8 @@ +v3.7.1.6 +1ϵͳͼˢ¼߼ټˢƵʡ + v3.7.1.5 -1߼ +1߼޸BUG v3.7.1.2 1ϵͳͼˢ״̬롣