• 大小: 1.95M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 验证  

资源简介


资源截图

代码片段和文件信息

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个文件信息

评论

共有 条评论