简单封装了微信和支付宝的扫码支付功能,两个支付承继同一套接口,上传的类库已经把接口剥离了,调用简单,如下:privatevoidForm1_Load(objectsender,EventArgse){PayParamentp=newPayParament()//商品属性{Body="sss",GoodsTag="ddd",OrderId="365216541",ProductId="206542154",TotalFee=0.01};/*微信:配置WxPayCOnfig.cs相关内容*/APIFunctionweixin=newAPIFunction();weixin.DoSuccessProcess+=DoSuccessProcess;weixin.IGetPayQRCode(p);/*阿里:配置AliConfig.cs相关内容,替换秘钥文件*/AlipayF2Fali=newAlipayF2F();ali.DoSuccessProcess+=DoSuccessProcess;ali.IGetPayQRCode(p);}//支付成功事件privatevoidDoSuccessProcess(QueryPayStateobj){}
2015/3/10 4:44:54 2.56MB 支付宝 微信
1
(含源码及报告)本程序分析了自2016年到2021年(外加)每年我国原油加工的产量,并且分析了2020年全国各地区原油加工量等,含饼状图,柱状图,折线图,数据在地图上显示。
运转本程序需要requests、bs4、csv、pandas、matplotlib、pyecharts库的支持,如果缺少某库请自行安装后再运转。
文件含6个excel表,若干个csv文件以及一个名字为render的html文件(需要用浏览器打开),直观的数据处理部分是图片以及html文件,可在地图中显示,数据处理的是excel文件。
不懂可以扫文件中二维码在QQ里面问。
2022/9/30 16:31:44 29.75MB 爬虫 python 源码软件 开发语言
1
本文引见了ASP.NET下Excel下载模板、导入、导出操作,供大家参考,具体内容如下1.下载模板功能protectedvoidbtnDownload_Click(objectsender,EventArgse){varpath=Server.MapPath((upfiles\\)+test.xlt);//upfiles-文件夹test.xlt-文件varname=test.xlt;try{varfile=newFileInfo(path);Response.Clear();Response.Charset
2019/8/18 20:54:12 64KB .NET AS c
1
全书内容包括准备开发环境、TCP/IP基本介绍、Windows套接字基础、协议特征、基本TCP套接字编程、基本UDP套接字编程、套接字选项、套接字阻塞模式开发、套接字非阻塞模式开发、Select模型开发、WSAAsyncSelect模型开发、WSAEventSelect模型开发、重叠I/O模型开发和完成端口模型开发。
为使读者深入理解套接字的理论知识,增加实践项目经验,本书最后7章,每章讲解一个具有实践意义的网络应用程序。
在这些实例中包含许多软件开发技术知识,如STL、ADO、多线程、MFC、软件设计模式等。
2021/9/16 23:47:37 49.2MB Windows Sockets 网络开发
1
"LearningPerl(7thEdition)"English|ISBN:1491954329|2016Ifyou’rejustgettingstartedwithPerl,thisisthebookyouwant—whetheryou’reaprogra妹妹er,systemadministrator,orwebhacker.Nicknamed"theLlama"bytwogenerationsofusers,thisbestsellercloselyfollowsthepopularintroductoryPerlcoursetaughtbytheauthorssince1991.Thisseventheditioncoversrecentchangestothelanguageuptoversion5.24.Perlissuitableforalmostanytaskonalmostanyplatform,fromshortfixestocompletewebapplications.LearningPerlteachesyouthebasicsandshowsyouhowtowriteprogramsupto128lineslong—roughlythesizeof90%ofthePerlprogramsinusetoday.Eachchapterincludesexercisestohelpyoupracticewhatyou’vejustlearned.OtherbooksmayteachyoutoprograminPerl,butthisbookwillturnyouintoaPerlprogra妹妹er.Topicsinclude:PerldataandvariabletypesSubroutinesFileoperationsRegularexpressionsStringmanipulation(includingUnicode)Listsandsorting
2016/6/7 8:49:20 5.51MB Perl
1
hisprogramisfreesoftware;youcanredistributeitand/ormodifyitunderthetermsoftheGNUGeneralPublicLicenseaspublishedbytheFreeSoftwareFoundation;eitherversion3oftheLicense,oratyouroptionanylaterversion.Thisprogramisdistributedinthehopethatitwillbeuseful,butWITHOUTANYWARRANTY;withouteventheimpliedwarrantyofMERCHANTABILITYorFITNESSFORAPARTICULARPURPOSE.SeetheGNUGeneralPublicLicenseformoredetails.Youshouldhavereceiveda
2020/6/1 11:40:56 4MB Notepad notepad++
1
1.BIO、NIO和AIO的区别?2.NIO的组成?3.Netty的特点?4.Netty的线程模型?5.TCP粘包/拆包的原因及解决方法?6.了解哪几种序列化协议?7.如何选择序列化协议?8.Netty的零拷贝实现?9.Netty的高功能表现在哪些方面?10.NIOEventLoopGroup源码?
2016/5/13 18:10:12 556KB Netty 面试题
1
汪文君GoogleGuava代码。
Guava之函数式接口、GuavaEventBus源码剖析以及优缺陷总结
2019/10/5 5:36:37 1.22MB 汪文君 Google Guava
1
qt实现的简易状态指示灯,灯的状态可闪烁,通过重载paintEvent来实现,可以通过本人定义状态指示变量来控制状态指示的状态。
给出了qt4下实现的工程文件,可直接运行,定义了两个状态指示,大家可以根据本人的需要定义更多的状态指示。
2020/7/15 10:46:43 729KB qt开发
1
ForcoursesinNetworking/Co妹妹unicationsMotivatesreaderswithatop-down,layeredapproachtocomputernetworkingUniqueamongcomputernetworkingtexts,theSeventhEditionofthepopularComputerNetworking:ATopDownApproachbuildsontheauthor’slongtraditionofteachingthiscomplexsubjectthroughalayeredapproachina“top-downmanner.”Thetextworksitswayfromtheapplicationlayerdowntowardthephysicallayer,motivatingreadersbyexposingthemtoimportantconceptsearlyintheirstudyofnetworking.FocusingontheInternetandthefundamentallyimportantissuesofnetworking,thistextprovidesanexcellentfoundationforreadersinterestedincomputerscienceandelectricalengineering,withoutrequiringextensiveknowledgeofprogra妹妹ingormathematics.TheSeventhEditionhasbeenupdatedtoreflectthemostimportantandexcitingrecentadvancesinnetworking.
2017/5/4 20:23:48 131.06MB computer networking
1
共 231 条记录 首页 上一页 下一页 尾页
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡