• 大小: 0.32M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 工具  POST  GET  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace WinFormPost
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void btnSearch_Click(object sender EventArgs e)
        {
            if (string.IsNullOrEmpty(txtUrl.Text)) 
            {
                MessageBox.Show(“地址不能为空!““提示“);
                return;
            }
            else if (string.IsNullOrEmpty(txtParam.Text))
            {
                MessageBox.Show(“参数不能为空!“ “提示“);
                return;
            }
            else
            {
                string result =““;
 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1346  2018-03-23 12:52  Properties\AssemblyInfo.cs

     文件       2874  2018-03-23 12:52  Properties\Resources.Designer.cs

     文件       5612  2018-03-23 12:52  Properties\Resources.resx

     文件       1098  2018-03-23 12:52  Properties\Settings.Designer.cs

     文件        249  2018-03-23 12:52  Properties\Settings.settings

     文件      16669  2006-03-22 12:26  DiamondGreen.ssk

     文件       1864  2018-03-23 13:55  FrmPost.cs

     文件       8217  2018-03-23 13:55  FrmPost.Designer.cs

     文件      31754  2018-03-23 13:55  FrmPost.resx

     文件       4945  2014-04-30 09:10  from.gif

     文件       2695  2018-03-23 13:20  HttpHelper.cs

     文件     516096  2006-08-18 11:50  IrisSkin2.dll

     文件        472  2018-03-23 12:52  Program.cs

     文件       3851  2018-03-23 13:53  WinFormPost.csproj

     文件        228  2018-03-23 13:11  WinFormPost.csproj.user

     文件        990  2018-03-27 10:37  WinFormPost.sln

     文件      16669  2006-03-22 12:26  bin\Debug\DiamondGreen.ssk

     文件     516096  2006-08-18 11:50  bin\Debug\IrisSkin2.dll

     文件      30208  2018-03-27 10:36  bin\Debug\WinFormPost.exe

     文件      26112  2018-03-27 10:36  bin\Debug\WinFormPost.pdb

     文件      22704  2018-03-27 10:36  bin\Debug\WinFormPost.vshost.exe

     文件        490  2012-06-02 22:34  bin\Debug\WinFormPost.vshost.exe.manifest

     文件       7431  2018-03-23 13:08  obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       6439  2018-03-27 10:36  obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       1542  2018-03-27 10:36  obj\Debug\WinFormPost.csproj.FileListAbsolute.txt

     文件        907  2018-03-23 13:55  obj\Debug\WinFormPost.csproj.GenerateResource.Cache

     文件      12419  2018-03-27 10:36  obj\Debug\WinFormPost.csprojResolveAssemblyReference.cache

     文件      30208  2018-03-27 10:36  obj\Debug\WinFormPost.exe

     文件      17524  2018-03-23 13:55  obj\Debug\WinFormPost.Form1.resources

     文件      26112  2018-03-27 10:36  obj\Debug\WinFormPost.pdb

............此处省略11个文件信息

评论

共有 条评论