資源簡介
代碼片段和文件信息
using?Newtonsoft.Json;
using?System;
using?System.Collections;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Configuration;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Net;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?ThoughtWorks.QRCode.Codec;
namespace?GoogleAuthenticator
{
????public?partial?class?Form1?:?Form
????{
????????//獲取系統類型配置參數
????????private?string?syslist?=?ConfigurationManager.AppSettings[“systype“]?==?null???““?:?ConfigurationManager.AppSettings[“systype“].ToString();
????????//獲取請求地址
????????private?string?posturl?=?ConfigurationManager.AppSettings[“posturl“]?==?null???“http://139.196.105.253:7889“?:?ConfigurationManager.AppSettings[“posturl“].ToString()
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????339??2018-09-26?13:59??GoogleAuthenticator\GoogleAuthenticator\App.config
?????文件????1011560??2018-09-26?14:58??GoogleAuthenticator\GoogleAuthenticator\bin\C2C管理后臺谷歌驗證二維碼生成器.rar
?????文件??????12800??2018-09-26?14:57??GoogleAuthenticator\GoogleAuthenticator\bin\Debug\GoogleAuthenticator.exe
?????文件????????339??2018-09-26?13:59??GoogleAuthenticator\GoogleAuthenticator\bin\Debug\GoogleAuthenticator.exe.config
?????文件??????26112??2018-09-26?14:57??GoogleAuthenticator\GoogleAuthenticator\bin\Debug\GoogleAuthenticator.pdb
?????文件??????24224??2018-09-26?14:57??GoogleAuthenticator\GoogleAuthenticator\bin\Debug\GoogleAuthenticator.vshost.exe
?????文件????????339??2018-09-26?13:59??GoogleAuthenticator\GoogleAuthenticator\bin\Debug\GoogleAuthenticator.vshost.exe.config
?????文件????????490??2013-03-18?17:00??GoogleAuthenticator\GoogleAuthenticator\bin\Debug\GoogleAuthenticator.vshost.exe.manifest
?????文件?????525824??2018-03-22?16:14??GoogleAuthenticator\GoogleAuthenticator\bin\Debug\Newtonsoft.Json.dll
?????文件????6205440??2018-05-22?13:59??GoogleAuthenticator\GoogleAuthenticator\bin\Debug\ThoughtWorks.QRCode.dll
?????文件???????4627??2018-09-26?14:57??GoogleAuthenticator\GoogleAuthenticator\Form1.cs
?????文件???????6164??2018-09-26?14:46??GoogleAuthenticator\GoogleAuthenticator\Form1.Designer.cs
?????文件???????5817??2018-09-26?14:46??GoogleAuthenticator\GoogleAuthenticator\Form1.resx
?????文件???????4374??2018-09-26?14:20??GoogleAuthenticator\GoogleAuthenticator\GoogleAuthenticator.csproj
?????文件????????865??2018-09-26?10:35??GoogleAuthenticator\GoogleAuthenticator\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7410??2018-09-26?14:18??GoogleAuthenticator\GoogleAuthenticator\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????1050??2018-09-26?14:57??GoogleAuthenticator\GoogleAuthenticator\obj\Debug\GoogleAuthenticator.csproj.FileListAbsolute.txt
?????文件????????977??2018-09-26?14:46??GoogleAuthenticator\GoogleAuthenticator\obj\Debug\GoogleAuthenticator.csproj.GenerateResource.Cache
?????文件??????13673??2018-09-26?14:20??GoogleAuthenticator\GoogleAuthenticator\obj\Debug\GoogleAuthenticator.csprojResolveAssemblyReference.cache
?????文件??????12800??2018-09-26?14:57??GoogleAuthenticator\GoogleAuthenticator\obj\Debug\GoogleAuthenticator.exe
?????文件????????180??2018-09-26?14:46??GoogleAuthenticator\GoogleAuthenticator\obj\Debug\GoogleAuthenticator.Form1.resources
?????文件??????26112??2018-09-26?14:57??GoogleAuthenticator\GoogleAuthenticator\obj\Debug\GoogleAuthenticator.pdb
?????文件????????180??2018-09-26?14:20??GoogleAuthenticator\GoogleAuthenticator\obj\Debug\GoogleAuthenticator.Properties.Resources.resources
?????文件??????????0??2018-09-26?10:35??GoogleAuthenticator\GoogleAuthenticator\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2018-09-26?10:35??GoogleAuthenticator\GoogleAuthenticator\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2018-09-26?10:35??GoogleAuthenticator\GoogleAuthenticator\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件????????531??2018-09-26?10:35??GoogleAuthenticator\GoogleAuthenticator\Program.cs
?????文件???????1380??2018-09-26?10:35??GoogleAuthenticator\GoogleAuthenticator\Properties\AssemblyInfo.cs
?????文件???????2890??2018-09-26?10:35??GoogleAuthenticator\GoogleAuthenticator\Properties\Resources.Designer.cs
?????文件???????5612??2018-09-26?10:35??GoogleAuthenticator\GoogleAuthenticator\Properties\Resources.resx
............此處省略15個文件信息
- 上一篇:NPOI操作EXCEL報表(常用類庫)
- 下一篇:精通C#(第6版)源代碼.rar
評論
共有 條評論