登录
首页 » C# » HTTP_Test

HTTP_Test

于 2020-01-04 发布
0 236
下载积分: 1 下载次数: 4

代码说明:

说明:  使用HTTP协议的Post方法实现的源码(using HTTP Protocol, and Post method)

文件列表:

HTTP_Test, 0 , 2019-10-17
HTTP_Test\HTTP_Test.v11.suo, 43008 , 2019-12-03
HTTP_Test\HTTP_Test.sln, 962 , 2019-10-17
HTTP_Test\WindowsFormsApplication1, 0 , 2019-12-03
HTTP_Test\WindowsFormsApplication1\obj, 0 , 2019-10-17
HTTP_Test\WindowsFormsApplication1\obj\Debug, 0 , 2019-12-03
HTTP_Test\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.csprojResolveAssemblyReference.cache, 2354 , 2019-10-17
HTTP_Test\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.Form1.resources, 180 , 2019-10-17
HTTP_Test\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.pdb, 30208 , 2019-12-03
HTTP_Test\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.Properties.Resources.resources, 180 , 2019-10-17
HTTP_Test\WindowsFormsApplication1\obj\Debug\TempPE, 0 , 2019-10-17
HTTP_Test\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.exe, 12288 , 2019-12-03
HTTP_Test\WindowsFormsApplication1\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache, 7127 , 2019-12-03
HTTP_Test\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.csproj.GenerateResource.Cache, 975 , 2019-12-03
HTTP_Test\WindowsFormsApplication1\obj\Debug\DesignTimeResolveAssemblyReferences.cache, 1451 , 2019-12-03
HTTP_Test\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.csproj.FileListAbsolute.txt, 2404 , 2019-12-03
HTTP_Test\WindowsFormsApplication1\bin, 0 , 2019-10-17
HTTP_Test\WindowsFormsApplication1\bin\Debug, 0 , 2019-12-03
HTTP_Test\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.pdb, 30208 , 2019-12-03
HTTP_Test\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe, 12288 , 2019-12-03
HTTP_Test\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe, 22472 , 2019-12-03
HTTP_Test\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe.manifest, 490 , 2015-07-10
HTTP_Test\WindowsFormsApplication1\WindowsFormsApplication1.csproj, 3801 , 2019-10-17
HTTP_Test\WindowsFormsApplication1\Form1.resx, 5817 , 2019-10-17
HTTP_Test\WindowsFormsApplication1\Form1.cs, 2259 , 2019-12-03
HTTP_Test\WindowsFormsApplication1\Form1.Designer.cs, 10360 , 2019-10-17
HTTP_Test\WindowsFormsApplication1\Properties, 0 , 2019-10-17
HTTP_Test\WindowsFormsApplication1\Properties\AssemblyInfo.cs, 1368 , 2019-10-17
HTTP_Test\WindowsFormsApplication1\Properties\Settings.Designer.cs, 1111 , 2019-10-17
HTTP_Test\WindowsFormsApplication1\Properties\Resources.resx, 5612 , 2019-10-17
HTTP_Test\WindowsFormsApplication1\Properties\Settings.settings, 249 , 2019-10-17
HTTP_Test\WindowsFormsApplication1\Properties\Resources.Designer.cs, 2900 , 2019-10-17
HTTP_Test\WindowsFormsApplication1\Program.cs, 505 , 2019-10-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 实现智能家居基本控制
    可实现智能家居基本控制,灯、热水器、语音识别(It can realize basic control of smart home, lamp, water heater and speech recognition.)
    2020-06-20 02:40:02下载
    积分:1
  • 56047946stratton
    J.A.Stratton版电磁理论(中文版),书中有关电磁理论方面的内容是很有指导性的,属于电磁波理论很经典书。(J.A.Stratton version of electromagnetic theory (Chinese version), the book content of the electromagnetic theory is very instructive, are classic books.)
    2021-01-04 16:18:54下载
    积分:1
  • a sudoku game, user can type the row, colume, and the number to play, an assingn...
    a sudoku game, user can type the row, colume, and the number to play, an assingnment in cla-a sudoku game, user can type the row, colume, and the number to play, an assingnment in class
    2022-03-16 14:09:52下载
    积分:1
  • Tabiquera
    This is a Solid Works Model to a Brick Maker
    2019-04-05 19:50:19下载
    积分:1
  • 12864
    这是我当时学习单片机液晶12864时的文档和程序源代码。(This is what I was learning when the MCU LCD 12864 documents and source code.)
    2011-08-18 10:21:34下载
    积分:1
  • ACCESS客户管理系统
    说明:  这是一个完整的客户管理系统,对于初学ASP的人员来说,是一个很好的学习资料。(customer sysytem,i hope this code can help some new asp studer,wish you happy)
    2020-06-22 03:20:01下载
    积分:1
  • N-sheets
    以G列分成多个工作表(以宏运行VBA) (Sub aa() Dim a As Integer, b As Integer, c As Integer, sh As Worksheet For a = 2 To [g65536].End(3).Row If Cells(a, 7) <> Cells(a- 1, 7) Then b = a End If c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row Set sh = Sheets.Add(, Sheets(Sheets.Count)) sh.Name = Sheets("sheet1").Cells(a, 7).Value With Sheets("Sheet1") Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2] Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1] a = c End With Sheets("Sheet1").Select Next End Sub )
    2013-05-03 08:50:54下载
    积分:1
  • a code for decoding and encoding using CRC for error detection
    a code for decoding and encoding using CRC for error detection
    2022-02-16 07:02:14下载
    积分:1
  • 此源码是简单Pascal编译器实现代码,采用工具LEX和YACC实现
    此源码是简单Pascal编译器实现代码,采用工具LEX和YACC实现-this source is simple Pascal compiler for code using tools LEX and YACC
    2022-01-30 22:29:02下载
    积分:1
  • Cad-adding
    Cad中数字求和,简单实用型,可以看到累计的数(cad adding )
    2011-01-24 11:14:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载