diff --git a/CodeMap1.dgml b/CodeMap1.dgml new file mode 100644 index 00000000..cfec92c9 --- /dev/null +++ b/CodeMap1.dgml @@ -0,0 +1,354 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/FunctionForm/Connection/frmConnectionMgr.cs b/FunctionForm/Connection/frmConnectionMgr.cs index f114da2f..8f6cae0e 100644 --- a/FunctionForm/Connection/frmConnectionMgr.cs +++ b/FunctionForm/Connection/frmConnectionMgr.cs @@ -250,8 +250,8 @@ private void CreateConnection() private void cmdAddHost_Click(object sender, EventArgs e) { var strHost = string.Empty; - if (string.IsNullOrEmpty(strHost)) return; strHost = txtReplHost.Text; + if (string.IsNullOrEmpty(strHost)) return; if (intReplPort.Value == 0) return; strHost += ":" + intReplPort.Value; lstHost.Items.Add(strHost); diff --git a/readme.md b/readme.md index 7df0d12c..72d41ce2 100644 --- a/readme.md +++ b/readme.md @@ -52,10 +52,10 @@ CSharp Mongo Driver 2.3.0 # 发布履历 ##Ver 2.0 2016/06/29 -1.Query增加了删除条件的功能 -2.修正了Query的一些错误 -3.机器学习:线性回归 -4.AuthMechanism +1. Query增加了删除条件的功能 +2. 修正了Query的一些错误 +3. 机器学习:线性回归 +4. AuthMechanism ##Ver 1.5 (Beta3) 2016/04/25 以下 更新来自于 QiQi https://github.com/1354092549