Browse Source

Merge branch 'master' of https://github.com/yuzhengyang/Fork

# Conflicts:
#	Fork.Net/.vs/Fork.Net/v15/Server/sqlite3/storage.ide
#	Fork.Net/.vs/Fork.Net/v15/sqlite3/storage.ide
#	Fork.Net/.vs/Fork.Net/v15/sqlite3/storage.ide-shm
#	Fork.Net/.vs/Fork.Net/v15/sqlite3/storage.ide-wal
yuzhengyang 7 years ago
parent
commit
ffd781e9ba
76 changed files with 384 additions and 214 deletions
  1. BIN
      Fork.Net/.vs/Fork.Net/v15/Server/sqlite3/storage.ide
  2. BIN
      Fork.Net/.vs/Fork.Net/v15/sqlite3/storage.ide
  3. BIN
      Fork.Net/.vs/Fork.Net/v15/sqlite3/storage.ide-shm
  4. BIN
      Fork.Net/.vs/Fork.Net/v15/sqlite3/storage.ide-wal
  5. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/AppUtils/AppInfoTool.cs
  6. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/AppUtils/AppLaunchTool.cs
  7. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/AppUtils/AppSettleTool.cs
  8. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/AppUtils/AppUnique.cs
  9. 6 4
      Fork.Net/Azylee.Utils/Azylee.Core/AppUtils/PermissionTool.cs
  10. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/AppUtils/StartupTool.cs
  11. 1 0
      Fork.Net/Azylee.Utils/Azylee.Core/Azylee.Core.csproj
  12. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/CollectionUtils/ArrayTool.cs
  13. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/CollectionUtils/ListTool.cs
  14. 27 0
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/CollectionUtils/Ls.cs
  15. 6 4
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/DateTimeUtils/ChineseHourTool.cs
  16. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/DateTimeUtils/DateTimeConvert.cs
  17. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/DateTimeUtils/DateTimeTool.cs
  18. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/DateTimeUtils/DateTool.cs
  19. 6 4
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/DateTimeUtils/TimerTool.cs
  20. 6 4
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/DateTimeUtils/UnixTimeTool.cs
  21. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/DateTimeUtils/WeekDayTool.cs
  22. 6 4
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/EncryptUtils/AesTool.cs
  23. 6 4
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/EncryptUtils/DesTool.cs
  24. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/EncryptUtils/MD5Tool.cs
  25. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/GuidUtils/GuidTool.cs
  26. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/SerializeUtils/SerializeTool.cs
  27. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/StringUtils/Str.cs
  28. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/StringUtils/StringTool.cs
  29. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/UnitConvertUtils/ByteConvertTool.cs
  30. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/DelegateUtils/ProcessDelegateUtils/ProgressDelegate.cs
  31. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/DelegateUtils/ProcessDelegateUtils/ProgressEventArgs.cs
  32. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/BinaryUtils/BinaryFileTool.cs
  33. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/DirUtils/DirTool.cs
  34. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/FileUtils/FileCodeTool.cs
  35. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/FileUtils/FileCompressTool.cs
  36. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/FileUtils/FileEncryptTool.cs
  37. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/FileUtils/FilePackageModel.cs
  38. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/FileUtils/FilePackageTool.cs
  39. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/FileUtils/FileTool.cs
  40. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/PathUtils/AppDirTool.cs
  41. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/TxtUtils/ConfigTool.cs
  42. 86 101
      Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/TxtUtils/IniTool.cs
  43. 6 4
      Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/TxtUtils/TxtTool.cs
  44. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/TxtUtils/XmlTool.cs
  45. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/LogUtils/SimpleLogUtils/Log.cs
  46. 6 4
      Fork.Net/Azylee.Utils/Azylee.Core/LogUtils/SimpleLogUtils/LogLevel.cs
  47. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/LogUtils/SimpleLogUtils/LogModel.cs
  48. 6 4
      Fork.Net/Azylee.Utils/Azylee.Core/LogUtils/SimpleLogUtils/LogType.cs
  49. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/LogUtils/StatusLogUtils/StatusLog.cs
  50. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/LogUtils/StatusLogUtils/StatusLogModel.cs
  51. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/NetUtils/IPFormatter.cs
  52. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/NetUtils/MacFormatter.cs
  53. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/NetUtils/PingTool.cs
  54. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/ProcessUtils/ProcessTool.cs
  55. 1 12
      Fork.Net/Azylee.Utils/Azylee.Core/Readme.cs
  56. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/TaskUtils/TaskSupport.cs
  57. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/ThreadUtils/SleepUtils/Sleep.cs
  58. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/ThreadUtils/SleepUtils/SleepTool.cs
  59. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/VersionUtils/VersionTool.cs
  60. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/APIUtils/ApplicationAPI.cs
  61. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/APIUtils/ExplorerAPI.cs
  62. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/APIUtils/PermissionAPI.cs
  63. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/APIUtils/SystemSleepAPI.cs
  64. 6 4
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/APIUtils/WindowsAPI.cs
  65. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/CMDUtils/CMDNetstatTool.cs
  66. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/CMDUtils/CMDProcessTool.cs
  67. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/InfoUtils/ComputerInfoTool.cs
  68. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/InfoUtils/ComputerStatusTool.cs
  69. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/InfoUtils/NetcardInfoTool.cs
  70. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/InfoUtils/OSInfoTool.cs
  71. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/InfoUtils/OSName.cs
  72. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/InfoUtils/PatchInfoTool.cs
  73. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/InfoUtils/SoftwareInfo.cs
  74. 7 1
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/InfoUtils/SoftwareTool.cs
  75. 0 1
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/RegisterUtils/RegisterTool.cs
  76. 6 4
      Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/ShortcutUtils/ShortcutTool.cs

BIN
Fork.Net/.vs/Fork.Net/v15/Server/sqlite3/storage.ide


BIN
Fork.Net/.vs/Fork.Net/v15/sqlite3/storage.ide


BIN
Fork.Net/.vs/Fork.Net/v15/sqlite3/storage.ide-shm


BIN
Fork.Net/.vs/Fork.Net/v15/sqlite3/storage.ide-wal


+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/AppUtils/AppInfoTool.cs

@@ -1,4 +1,10 @@
-using Azylee.Core.ProcessUtils;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using Azylee.Core.ProcessUtils;
 using System;
 using System.Collections.Generic;
 using System.Diagnostics;

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/AppUtils/AppLaunchTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.10.12 - 2017.10.12
 //      desc:       客户端启动器

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/AppUtils/AppSettleTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.10.12 - 2017.10.12
 //      desc:       客户端定居工具

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/AppUtils/AppUnique.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.10.12 - 2017.10.12
 //      desc:       App唯一启动工具

+ 6 - 4
Fork.Net/Azylee.Utils/Azylee.Core/AppUtils/PermissionTool.cs

@@ -1,7 +1,9 @@
-//############################################################
-//      https://github.com/yuzhengyang
-//      author:yuzhengyang
-//############################################################
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
 using Azylee.Core.WindowsUtils.APIUtils;
 using System;
 using System.Security.Principal;

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/AppUtils/StartupTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.3.29 - 2017.6.13
 //      desc:       设为开机启动

+ 1 - 0
Fork.Net/Azylee.Utils/Azylee.Core/Azylee.Core.csproj

@@ -49,6 +49,7 @@
     <Compile Include="AppUtils\StartupTool.cs" />
     <Compile Include="DataUtils\CollectionUtils\ArrayTool.cs" />
     <Compile Include="DataUtils\CollectionUtils\ListTool.cs" />
+    <Compile Include="DataUtils\CollectionUtils\Ls.cs" />
     <Compile Include="DataUtils\DateTimeUtils\ChineseHourTool.cs" />
     <Compile Include="DataUtils\DateTimeUtils\DateTimeConvert.cs" />
     <Compile Include="DataUtils\DateTimeUtils\DateTimeTool.cs" />

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/CollectionUtils/ArrayTool.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.5.20 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/CollectionUtils/ListTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.10.12 - 2017.10.12
 //      desc:       元素列表工具类

+ 27 - 0
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/CollectionUtils/Ls.cs

@@ -0,0 +1,27 @@
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace Azylee.Core.DataUtils.CollectionUtils
+{
+    public static class Ls
+    {
+        /// <summary>
+        /// 列表至少有一个元素
+        /// </summary>
+        /// <typeparam name="T"></typeparam>
+        /// <param name="list"></param>
+        /// <returns></returns>
+        public static bool Ok<T>(IEnumerable<T> list)
+        {
+            return ListTool.HasElements(list);
+        }
+    }
+}

+ 6 - 4
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/DateTimeUtils/ChineseHourTool.cs

@@ -1,7 +1,9 @@
-//############################################################
-//      https://github.com/yuzhengyang
-//      author:yuzhengyang
-//############################################################
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
 using System;
 
 namespace Azylee.Core.DataUtils.DateTimeUtils

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/DateTimeUtils/DateTimeConvert.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.3.29 - 2017.6.27
 //      desc:       日期格式转换

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/DateTimeUtils/DateTimeTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.3.29 - 2017.8.17
 //      desc:       日期时间工具

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/DateTimeUtils/DateTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.8.17 - 2017.8.17
 //      desc:       日期工具

+ 6 - 4
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/DateTimeUtils/TimerTool.cs

@@ -1,7 +1,9 @@
-//############################################################
-//      https://github.com/yuzhengyang
-//      author:yuzhengyang
-//############################################################
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
 using System;
 using System.Collections.Generic;
 using System.Linq;

+ 6 - 4
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/DateTimeUtils/UnixTimeTool.cs

@@ -1,7 +1,9 @@
-//############################################################
-//      https://github.com/yuzhengyang
-//      author:yuzhengyang
-//############################################################
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
 using System;
 
 namespace Azylee.Core.DataUtils.DateTimeUtils

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/DateTimeUtils/WeekDayTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.3.29 - 2017.7.24
 //      desc:       日期转换周

+ 6 - 4
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/EncryptUtils/AesTool.cs

@@ -1,7 +1,9 @@
-//############################################################
-//      https://github.com/yuzhengyang
-//      author:yuzhengyang
-//############################################################
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       Aes 加密解密工具
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
 using System;
 using System.Collections.Generic;
 using System.Linq;

+ 6 - 4
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/EncryptUtils/DesTool.cs

@@ -1,7 +1,9 @@
-//############################################################
-//      https://github.com/yuzhengyang
-//      author:yuzhengyang
-//############################################################
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       Des 加密解密工具
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
 using System;
 using System.Collections.Generic;
 using System.IO;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/EncryptUtils/MD5Tool.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       MD5 工具
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Security.Cryptography;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/GuidUtils/GuidTool.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/SerializeUtils/SerializeTool.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.IO;
 using System.Linq;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/StringUtils/Str.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/StringUtils/StringTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.10.12 - 2018.5.17
 //      desc:       字符串工具类

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/DataUtils/UnitConvertUtils/ByteConvertTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.5.18 - 2017.6.10
 //      desc:       计算机字节单位转换工具

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/DelegateUtils/ProcessDelegateUtils/ProgressDelegate.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/DelegateUtils/ProcessDelegateUtils/ProgressEventArgs.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/BinaryUtils/BinaryFileTool.cs

@@ -1,4 +1,10 @@
-using Azylee.Core.IOUtils.DirUtils;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using Azylee.Core.IOUtils.DirUtils;
 using System;
 using System.Collections.Generic;
 using System.IO;

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/DirUtils/DirTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.10.12 - 2017.10.12
 //      desc:       文件目录工具类

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/FileUtils/FileCodeTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.3.29 - 2017.6.10
 //      desc:       获取文件特征码

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/FileUtils/FileCompressTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.6.12 - 2017.6.12
 //      desc:       文件压缩

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/FileUtils/FileEncryptTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.6.8 - 2017.6.16
 //      desc:       文件加密工具

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/FileUtils/FilePackageModel.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/FileUtils/FilePackageTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.6.10 - 2017.6.15
 //      desc:       文件打包工具

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/FileUtils/FileTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.3.29 - 2017.6.29
 //      desc:       文件操作工具

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/PathUtils/AppDirTool.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/TxtUtils/ConfigTool.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Configuration;
 using System.Linq;

+ 86 - 101
Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/TxtUtils/IniTool.cs

@@ -1,7 +1,9 @@
-//############################################################
-//      https://github.com/yuzhengyang
-//      author:yuzhengyang
-//############################################################
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
 using System;
 using System.Runtime.InteropServices;
 using System.Text;
@@ -11,7 +13,6 @@ namespace Azylee.Core.IOUtils.TxtUtils
     public class IniTool
     {
 
-        #region INI文件操作  
 
         /* 
          * 针对INI文件的API操作方法,其中的节点(Section)、键(KEY)都不区分大小写 
@@ -97,7 +98,6 @@ namespace Azylee.Core.IOUtils.TxtUtils
         #endregion
 
         #region 封装  
-
         /// <summary>  
         /// 读取INI文件中指定INI文件中的所有节点名称(Section)  
         /// </summary>  
@@ -126,7 +126,6 @@ namespace Azylee.Core.IOUtils.TxtUtils
 
             return sections;
         }
-
         /// <summary>  
         /// 获取INI文件中指定节点(Section)中的所有条目(key=value形式)  
         /// </summary>  
@@ -156,7 +155,6 @@ namespace Azylee.Core.IOUtils.TxtUtils
 
             return items;
         }
-
         /// <summary>  
         /// 获取INI文件中指定节点(Section)中的所有条目的Key列表  
         /// </summary>  
@@ -184,42 +182,6 @@ namespace Azylee.Core.IOUtils.TxtUtils
 
             return value;
         }
-
-        /// <summary>  
-        /// 读取INI文件中指定KEY的字符串型值  
-        /// </summary>  
-        /// <param name="iniFile">Ini文件</param>  
-        /// <param name="section">节点名称</param>  
-        /// <param name="key">键名称</param>  
-        /// <param name="defaultValue">如果没此KEY所使用的默认值</param>  
-        /// <returns>读取到的值</returns>  
-        public static string GetStringValue(string iniFile, string section, string key, string defaultValue)
-        {
-            string value = defaultValue;
-            const int SIZE = 1024 * 10;
-
-            if (string.IsNullOrEmpty(section))
-            {
-                throw new ArgumentException("必须指定节点名称", "section");
-            }
-
-            if (string.IsNullOrEmpty(key))
-            {
-                throw new ArgumentException("必须指定键名称(key)", "key");
-            }
-
-            StringBuilder sb = new StringBuilder(SIZE);
-            uint bytesReturned = GetPrivateProfileString(section, key, defaultValue, sb, SIZE, iniFile);
-
-            if (bytesReturned != 0)
-            {
-                value = sb.ToString();
-            }
-            sb = null;
-
-            return value;
-        }
-
         /// <summary>  
         /// 在INI文件中,将指定的键值对写到指定的节点,如果已经存在则替换  
         /// </summary>  
@@ -241,36 +203,6 @@ namespace Azylee.Core.IOUtils.TxtUtils
 
             return WritePrivateProfileSection(section, items, iniFile);
         }
-
-        /// <summary>  
-        /// 在INI文件中,指定节点写入指定的键及值。如果已经存在,则替换。如果没有则创建。  
-        /// </summary>  
-        /// <param name="iniFile">INI文件</param>  
-        /// <param name="section">节点</param>  
-        /// <param name="key">键</param>  
-        /// <param name="value">值</param>  
-        /// <returns>操作是否成功</returns>  
-        public static bool WriteValue(string iniFile, string section, string key, string value)
-        {
-            if (string.IsNullOrEmpty(section))
-            {
-                throw new ArgumentException("必须指定节点名称", "section");
-            }
-
-            if (string.IsNullOrEmpty(key))
-            {
-                throw new ArgumentException("必须指定键名称", "key");
-            }
-
-            if (value == null)
-            {
-                throw new ArgumentException("值不能为null", "value");
-            }
-
-            return WritePrivateProfileString(section, key, value, iniFile);
-
-        }
-
         /// <summary>  
         /// 在INI文件中,删除指定节点中的指定的键。  
         /// </summary>  
@@ -292,7 +224,6 @@ namespace Azylee.Core.IOUtils.TxtUtils
 
             return WritePrivateProfileString(section, key, null, iniFile);
         }
-
         /// <summary>  
         /// 在INI文件中,删除指定的节点。  
         /// </summary>  
@@ -308,7 +239,6 @@ namespace Azylee.Core.IOUtils.TxtUtils
 
             return WritePrivateProfileString(section, null, null, iniFile);
         }
-
         /// <summary>  
         /// 在INI文件中,删除指定节点中的所有内容。  
         /// </summary>  
@@ -324,7 +254,6 @@ namespace Azylee.Core.IOUtils.TxtUtils
 
             return WritePrivateProfileSection(section, string.Empty, iniFile);
         }
-
         /// <summary>
         /// 测试
         /// </summary>
@@ -365,36 +294,89 @@ namespace Azylee.Core.IOUtils.TxtUtils
             EmptySection(file, "toolbar");
 
         }
+        #endregion
+
+
+        #region 写入方法
+        [Obsolete]
+        /// <summary>  
+        /// 在INI文件中,指定节点写入指定的键及值。如果已经存在,则替换。如果没有则创建。  
+        /// </summary>  
+        /// <param name="iniFile">INI文件</param>  
+        /// <param name="section">节点</param>  
+        /// <param name="key">键</param>  
+        /// <param name="value">值</param>  
+        /// <returns>操作是否成功</returns>  
+        public static bool WriteValue(string iniFile, string section, string key, string value)
+        {
+            if (string.IsNullOrEmpty(section))
+            {
+                throw new ArgumentException("必须指定节点名称", "section");
+            }
+
+            if (string.IsNullOrEmpty(key))
+            {
+                throw new ArgumentException("必须指定键名称", "key");
+            }
+
+            if (value == null)
+            {
+                throw new ArgumentException("值不能为null", "value");
+            }
+
+            return WritePrivateProfileString(section, key, value, iniFile);
+
+        }
 
-        /// <summary>
-        /// 扩展:插入布尔类型数据
-        /// </summary>
-        /// <param name="iniFile"></param>
-        /// <param name="section"></param>
-        /// <param name="key"></param>
-        /// <param name="value"></param>
-        /// <returns></returns>
-        public static bool WriteValue(string iniFile, string section, string key, bool value)
+        public static bool Set(string iniFile, string section, string key, string value) { return WriteValue(iniFile, section, key, value); }
+        public static bool Set(string iniFile, string section, string key, int value) { return WriteValue(iniFile, section, key, value.ToString()); }
+        public static bool Set(string iniFile, string section, string key, long value) { return WriteValue(iniFile, section, key, value.ToString()); }
+        public static bool Set(string iniFile, string section, string key, bool value) { return WriteValue(iniFile, section, key, value ? "true" : "false"); }
+        #endregion
+
+        #region 读取方法
+        [Obsolete]
+        /// <summary>  
+        /// 读取INI文件中指定KEY的字符串型值  
+        /// </summary>  
+        /// <param name="iniFile">Ini文件</param>  
+        /// <param name="section">节点名称</param>  
+        /// <param name="key">键名称</param>  
+        /// <param name="defaultValue">如果没此KEY所使用的默认值</param>  
+        /// <returns>读取到的值</returns>  
+        public static string GetStringValue(string iniFile, string section, string key, string defaultValue)
         {
-            return WriteValue(iniFile, section, key, value ? "true" : "false");
+            string value = defaultValue;
+            const int SIZE = 1024 * 10;
+
+            if (string.IsNullOrEmpty(section))
+            {
+                throw new ArgumentException("必须指定节点名称", "section");
+            }
+
+            if (string.IsNullOrEmpty(key))
+            {
+                throw new ArgumentException("必须指定键名称(key)", "key");
+            }
+
+            StringBuilder sb = new StringBuilder(SIZE);
+            uint bytesReturned = GetPrivateProfileString(section, key, defaultValue, sb, SIZE, iniFile);
+
+            if (bytesReturned != 0)
+            {
+                value = sb.ToString();
+            }
+            sb = null;
+
+            return value;
         }
-        /// <summary>
-        /// 扩展:读取布尔类型数据
-        /// </summary>
-        /// <param name="iniFile"></param>
-        /// <param name="section"></param>
-        /// <param name="key"></param>
-        /// <returns></returns>
+        [Obsolete]
         public static bool GetBoolValue(string iniFile, string section, string key)
         {
             string flag = GetStringValue(iniFile, section, key, "");
             return flag.ToLower() == "true" ? true : false;
         }
-
-        public static bool WriteValue(string iniFile, string section, string key, int value)
-        {
-            return WriteValue(iniFile, section, key, value);
-        }
+        [Obsolete]
         public static int GetIntValue(string iniFile, string section, string key)
         {
             string flag = GetStringValue(iniFile, section, key, "0");
@@ -402,6 +384,7 @@ namespace Azylee.Core.IOUtils.TxtUtils
             int.TryParse(flag, out result);
             return result;
         }
+        [Obsolete]
         public static long GetLongValue(string iniFile, string section, string key)
         {
             string flag = GetStringValue(iniFile, section, key, "0");
@@ -410,8 +393,10 @@ namespace Azylee.Core.IOUtils.TxtUtils
             return result;
         }
 
-        #endregion
-
+        public static string GetString(string iniFile, string section, string key, string defaultValue) { return GetStringValue(iniFile, section, key, defaultValue); }
+        public static bool GetBool(string iniFile, string section, string key) { return GetBoolValue(iniFile, section, key); }
+        public static int GetInt(string iniFile, string section, string key) { return GetIntValue(iniFile, section, key); }
+        public static long GetLong(string iniFile, string section, string key) { return GetLongValue(iniFile, section, key); }
         #endregion
     }
 }

+ 6 - 4
Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/TxtUtils/TxtTool.cs

@@ -1,7 +1,9 @@
-//############################################################
-//      https://github.com/yuzhengyang
-//      author:yuzhengyang
-//############################################################
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
 using Azylee.Core.DataUtils.CollectionUtils;
 using Azylee.Core.IOUtils.DirUtils;
 using System;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/IOUtils/TxtUtils/XmlTool.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/LogUtils/SimpleLogUtils/Log.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.3.29 - 2018.4.27
 //      desc:       日志功能

+ 6 - 4
Fork.Net/Azylee.Utils/Azylee.Core/LogUtils/SimpleLogUtils/LogLevel.cs

@@ -1,7 +1,9 @@
-//############################################################
-//      https://github.com/yuzhengyang
-//      author:yuzhengyang
-//############################################################
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
 using System;
 
 namespace Azylee.Core.LogUtils.SimpleLogUtils

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/LogUtils/SimpleLogUtils/LogModel.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;

+ 6 - 4
Fork.Net/Azylee.Utils/Azylee.Core/LogUtils/SimpleLogUtils/LogType.cs

@@ -1,7 +1,9 @@
-//############################################################
-//      https://github.com/yuzhengyang
-//      author:yuzhengyang
-//############################################################
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
 namespace Azylee.Core.LogUtils.SimpleLogUtils
 {
     public enum LogType

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/LogUtils/StatusLogUtils/StatusLog.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2018.4.17 - 2018.4.27
 //      desc:       程序运行状态日志

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/LogUtils/StatusLogUtils/StatusLogModel.cs

@@ -1,4 +1,10 @@
-using Azylee.Core.DataUtils.CollectionUtils;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using Azylee.Core.DataUtils.CollectionUtils;
 using Azylee.Core.DataUtils.DateTimeUtils;
 using System;
 using System.Collections.Generic;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/NetUtils/IPFormatter.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/NetUtils/MacFormatter.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/NetUtils/PingTool.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Net.NetworkInformation;

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/ProcessUtils/ProcessTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.10.12 - 2018.5.28
 //      desc:       进程工具

+ 1 - 12
Fork.Net/Azylee.Utils/Azylee.Core/Readme.cs

@@ -6,19 +6,8 @@
 }
 
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
-//      date:       2018.3.27 - 2018.3.27
+//      date:       2018.3.27 - 2018.6.3
 //      desc:       工具描述
 //      Copyright (c) yuzhengyang. All rights reserved.
 //************************************************************************
-
-
-//************************************************************************
-//      https://github.com/yuzhengyang
-//      author:     yuzhengyang
-//      date:       2018.3.27 - 2018.3.27
-//      desc:       工具描述
-//      Copyright (c) yuzhengyang. All rights reserved.
-//      Quote:
-//************************************************************************

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/TaskUtils/TaskSupport.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/ThreadUtils/SleepUtils/Sleep.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/ThreadUtils/SleepUtils/SleepTool.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Diagnostics;
 using System.Linq;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/VersionUtils/VersionTool.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Diagnostics;
 using System.Linq;

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/APIUtils/ApplicationAPI.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2018.3.27 - 2018.3.27
 //      desc:       工具描述

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/APIUtils/ExplorerAPI.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2018.4.27 - 2018.4.27
 //      desc:       Explorer工具类

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/APIUtils/PermissionAPI.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Runtime.InteropServices;

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/APIUtils/SystemSleepAPI.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2018.3.9 - 2018.3.9
 //      desc:       工具描述

+ 6 - 4
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/APIUtils/WindowsAPI.cs

@@ -1,7 +1,9 @@
-//############################################################
-//      https://github.com/yuzhengyang
-//      author:yuzhengyang
-//############################################################
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
 using System;
 using System.Diagnostics;
 using System.Runtime.InteropServices;

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/CMDUtils/CMDNetstatTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2018.4.27 - 2018.4.27
 //      desc:       CMD 网络工具

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/CMDUtils/CMDProcessTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2018.4.27 - 2018.5.30
 //      desc:       CMD 工具

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/InfoUtils/ComputerInfoTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.3.29 - 2017.7.13
 //      desc:       计算机信息

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/InfoUtils/ComputerStatusTool.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Diagnostics;
 using System.Linq;

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/InfoUtils/NetcardInfoTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.3.29 - 2017.7.12
 //      desc:       网卡信息工具类

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/InfoUtils/OSInfoTool.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/InfoUtils/OSName.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/InfoUtils/PatchInfoTool.cs

@@ -1,4 +1,10 @@
-using Azylee.Core.DataUtils.CollectionUtils;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using Azylee.Core.DataUtils.CollectionUtils;
 using Azylee.Core.DataUtils.StringUtils;
 using System;
 using System.Collections.Generic;

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/InfoUtils/SoftwareInfo.cs

@@ -1,4 +1,10 @@
-using System;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using System;
 
 namespace Azylee.Core.WindowsUtils.InfoUtils
 {

+ 7 - 1
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/InfoUtils/SoftwareTool.cs

@@ -1,4 +1,10 @@
-using Azylee.Core.DataUtils.CollectionUtils;
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
+using Azylee.Core.DataUtils.CollectionUtils;
 using Azylee.Core.ProcessUtils;
 using Microsoft.Win32;
 using System;

+ 0 - 1
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/RegisterUtils/RegisterTool.cs

@@ -1,5 +1,4 @@
 //************************************************************************
-//      https://github.com/yuzhengyang
 //      author:     yuzhengyang
 //      date:       2017.3.29 - 2017.6.13
 //      desc:       注册表操作工具

+ 6 - 4
Fork.Net/Azylee.Utils/Azylee.Core/WindowsUtils/ShortcutUtils/ShortcutTool.cs

@@ -1,7 +1,9 @@
-//############################################################
-//      https://github.com/yuzhengyang
-//      author:yuzhengyang
-//############################################################
+//************************************************************************
+//      author:     yuzhengyang
+//      date:       2018.3.27 - 2018.6.3
+//      desc:       工具描述
+//      Copyright (c) yuzhengyang. All rights reserved.
+//************************************************************************
 using System.IO;
 
 namespace Azylee.Core.WindowsUtils.ShortcutUtils