资源简介
58同成的POST登录
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DotNet.Utilities;
using System.Text.Regularexpressions;
using System.Web;
using System.CodeDom.Compiler;
using System.Reflection;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private static readonly CodeDomProvider _provider = new Microsoft.Jscript.JscriptCodeProvider();
private static Type _evaluateType;
private void button1_Click(object sender EventArgs e)
{
#region MyRegion
StringBuilder sb = new StringBuilder();
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5817 2012-12-26 17:17 Form1.resx
文件 21790 2015-11-02 21:56 HttpHelper.cs
文件 487 2015-11-02 21:56 Program.cs
文件 3583 2015-10-28 22:51 WindowsFormsApplication1.csproj
文件 968 2015-11-02 21:56 WindowsFormsApplication1.sln
..A..H. 37888 2015-11-02 21:56 WindowsFormsApplication1.v12.suo
文件 33280 2015-10-28 22:51 bin\Debug\WindowsFormsApplication1.exe
文件 50688 2015-10-28 22:51 bin\Debug\WindowsFormsApplication1.pdb
文件 22712 2015-11-02 21:56 bin\Debug\WindowsFormsApplication1.vshost.exe
文件 490 2013-03-18 17:00 bin\Debug\WindowsFormsApplication1.vshost.exe.manifest
文件 791 2015-10-28 22:49 obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6218 2015-11-02 21:56 obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 874 2015-11-02 21:56 obj\x86\Debug\WindowsFormsApplication1.csproj.FileListAbsolute.txt
文件 847 2015-10-28 22:49 obj\x86\Debug\WindowsFormsApplication1.csproj.GenerateResource.Cache
文件 1675 2015-10-28 22:49 obj\x86\Debug\WindowsFormsApplication1.csprojResolveAssemblyReference.cache
文件 33280 2015-10-28 22:51 obj\x86\Debug\WindowsFormsApplication1.exe
文件 180 2015-10-28 22:51 obj\x86\Debug\WindowsFormsApplication1.Form1.resources
文件 50688 2015-10-28 22:51 obj\x86\Debug\WindowsFormsApplication1.pdb
文件 180 2015-10-28 22:51 obj\x86\Debug\WindowsFormsApplication1.Properties.Resources.resources
文件 1380 2015-11-02 21:56 Properties\AssemblyInfo.cs
文件 2898 2012-12-24 14:56 Properties\Resources.Designer.cs
文件 5612 2012-12-24 14:56 Properties\Resources.resx
文件 1109 2012-12-24 14:56 Properties\Settings.Designer.cs
文件 249 2012-12-24 14:56 Properties\Settings.settings
文件 13303 2015-11-02 21:55 Form1.cs
文件 4729 2012-12-26 17:17 Form1.Designer.cs
..AD... 0 2012-12-26 17:29 obj\x86\Debug\TempPE
目录 0 2015-10-28 22:51 obj\x86\Debug
目录 0 2015-10-28 22:49 bin\Debug
..AD... 0 2012-12-26 17:29 bin\Release
............此处省略7个文件信息
相关资源
- C# HttpWebRequest动态调用WebApi、WCF、We
- C#实现HTTP GET和POST 样例代码
- c#下post multipart/form-data和JSON
- tcp实验报告
- C#开发webservice接口,对客户端post服务
- c#实现HttpClient拼接multipart/form-data形式
- C# post 传值 和接收值
- C#连接PostgreSql需要的Npgsql.dll和Mono.S
- C#使用post发送和接收数据的方法
- Asp.net core postgreSql Demo
- C#连接PostgreSQL数据库的驱动
- 一套C#与PostgreSQL数据库完美结合的
- C#通过HTTP协议get、post Webservice并返回
- C#连接PostgreSql需要的Npgsql.dll和Mono.S
- httpLib网络操作通用类采集,支持get
- HttpHelper类,用来实现Http访问,Post或
- C# Http模拟POST等模式完成发包并查看服
- C# GET POST请求工具源码
- asp.net mvc ajax get读取服务器数据 ,p
- jquery post json数据
- C#httppost服务器
- C# 实现与PostgreSQL数据库交互基于Npg
- C#语言在winform下链接postgresql数据库
- Asp.Net Web API GET POST
- http post工具源码
- web api 上传文件 post数据
- POST模拟登录源码
- C# 使用Get和Post请求获取数据
- Http的POST万能工具
- mvc 数据库通用访问类库(支持sqlser
评论
共有 条评论