VS2017下Xamarin移动开发Get,Post服务请求源码封装,支持实体对象直接发送Request请求:varresult=HttpClientHelper.GetInstance.PostT("GetStoreTVProductInfo",request);注意:Json转换使用的Newtonsoft.Json.dll需要使用新版本,我一并放入了压缩包,可直接引用。
2024/2/24 16:20:14 209KB Xamarin Post服务请求
1
轻量级C++实现的httpserver和httpclient,给予mongoose,代码量很小,可以方便嵌入到自己的项目中,为C++项目添加http的功能,抛弃libcurl这种重型库
2024/2/23 13:55:20 332KB C++ http
1
HttpClientforandroid_4.3.5.jar编译好的jar文件,含有两种,一种是srcjar,一种是jar
2024/2/9 20:54:01 977KB HttpClient
1
官网上最新的httpclient4.4jar包包含了CloseableHttpClient
2023/12/27 2:16:41 2.89MB httpclient 4.4 jar包
1
http://www.amazon.com/Foundations-Python-Network-Programming-Brandon/dp/1430258543这本书是2014年底出版的,基于最新的python3.4版本。
配书源码链接https://github.com/brandon-rhodes/fopnp目录Chapter1:IntroductiontoClient-ServerNetworkingChapter2:UDPChapter3:TCPChapter4:SocketNamesandDNSChapter5:NetworkDataandNetworkErrorsChapter6:TLS/SSLChapter7:ServerArchitectureChapter8:CachesandMessageQueuesChapter9:HTTPClientsChapter10:HTTPServersChapter11:TheWorldWideWebChapter12:BuildingandParsingE-MailChapter13:SMTPChapter14:POPChapter15:IMAPChapter16:TelnetandSSHChapter17:FTPChapter18:RPCInstead,thisbookfocusesonnetworkprogramming,usingPython3foreveryexamplescriptandsnippetofcodeatthePythonprompt.Theseexamplesareintendedtobuildacomprehensivepictureofhownetworkclients,networkservers,andnetworktoolscanbestbeconstructedfromthetoolsprovidedbythelanguage.ReaderscanstudythetransitionfromPython2toPython3bycomparingthescriptsusedineachchapterofthesecondeditionofthisbookwiththelistingshereinthethirdedition—bothofwhichareavailableathttps://github.com/brandon-rhodes/fopnp/tree/m/thankstotheexcellentApresspolicyofmakingsourcecodeavailableonline.ThegoalineachofthefollowingchaptersissimplytoshowyouhowPython3canbestbeusedtosolvemodernnetworkprogrammingproblems.
2023/10/27 3:31:54 3.39MB Python3 Network Programming
1
com.springsource相关jar。
包含:com.springsource.org.aopalliance-1.0.0,com.springsource.org.apache.axis-1.4.0.jar,com.springsource.org.apache.commons.beanutils-1.8.0.jar,com.springsource.org.apache.commons.collections-3.2.1.jar,com.springsource.org.apache.commons.dbcp-1.2.2.osgi.jar,com.springsource.org.apache.commons.httpclient-3.1.0.jar,com.springsource.org.apache.commons.io-1.4.0.jar,com.springsource.org.apache.commons.lang-2.1.0.jar,com.springsource.org.apache.commons.logging-1.1.1.jar,com.springsource.org.apache.commons.pool-1.5.3.jar,com.springsource.org.apache.log4j-1.2.15.jar,com.springsource.org.aspectj.weaver-1.6.8.RELEASE.jar
2023/10/5 7:13:07 4.66MB springsource
1
在Android的HttpClient实现中,不能使用Multipart实现多附件上传的功能。
这里,实现了一个自定义的Multipart,用它可实现多附件上传。
同时给出了Android端和服务端的例子代码。
2023/9/19 11:47:33 3.16MB Android Multipart
1
代码Client.java和HTTPClient.java实现了基于命令行的HTTP客户端的GET请求的功能。
将服务器地址(域名或IP地址)设置为启动参数,如www.nwpu.edu.cn,启动客户端后,将建立到服务器80端口的TCP连接,用户可通过控制台输入GET命令实现服务器资源的请求。
2023/9/15 4:26:09 7KB TCP、UDP
1
java中的网络请求库,HttpClient对象能自行保管好Http请求的一系列head和Cookies值,所以使用HttpClient模拟Http登陆是再好不过了的,该资源为HttpClient所要使用的三个jar包。
2023/9/12 15:48:18 381KB HttpClient codec logging
1
Android开发的测试网络连接质量的工具源码,分上传文件速度测试、下载文件速度测试和ping测试,有直观的界面查看测试过程,测试结果保存到文件。
使用到了apache的HttpClient,和对ping命令的简单应用。
2023/9/6 19:27:01 3.51MB wifi 网络测试 Android HttpClient
1
共 71 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡