All Projects → thundernet8 → Alipayorderssupervisor Gui

thundernet8 / Alipayorderssupervisor Gui

Licence: mit
GUI of AlipayOrdersSupervisor, implemented in Java and Swing

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Alipayorderssupervisor Gui

Alipayorderssupervisor
✨ 使用Node监视支付宝订单,即时通知服务器以实现免签约支付接口
Stars: ✭ 384 (+351.76%)
Mutual labels:  spider, alipay
Apiproject
[https://www.sofineday.com], golang项目开发脚手架,集成最佳实践(gin+gorm+go-redis+mongo+cors+jwt+json日志库zap(支持日志收集到kafka或mongo)+消息队列kafka+微信支付宝支付gopay+api加密+api反向代理+go modules依赖管理+headless爬虫chromedp+makefile+二进制压缩+livereload热加载)
Stars: ✭ 124 (+45.88%)
Mutual labels:  spider, alipay
Novel Plus
小说精品屋-plus是一个多端(PC、WAP)阅读、功能完善的原创文学CMS系统,由前台门户系统、作家后台管理系统、平台后台管理系统、爬虫管理系统等多个子系统构成,支持多模版、会员充值、订阅模式、新闻发布和实时统计报表等功能,新书自动入库,老书自动更新。
Stars: ✭ 1,122 (+1220%)
Mutual labels:  spider
Capturer
capture pictures from website like sina, lofter, huaban and so on
Stars: ✭ 76 (-10.59%)
Mutual labels:  spider
Alipayspider Scrapy
AlipaySpider on Scrapy(use chrome driver); 支付宝爬虫(基于Scrapy)
Stars: ✭ 70 (-17.65%)
Mutual labels:  spider
Abotx
Cross Platform C# Web crawler framework, headless browser, parallel crawler. Please star this project! +1.
Stars: ✭ 63 (-25.88%)
Mutual labels:  spider
Spider
python crawler spider
Stars: ✭ 70 (-17.65%)
Mutual labels:  spider
Icanpay.donet
统一支付网关。支持NET46和NETSTANDARD2_0。支持支付宝,微信,银联支付渠道通过Web,App,Wap,QRCode方式支付。简化订单的创建、查询、退款跟接收网关返回的支付通知等功能
Stars: ✭ 62 (-27.06%)
Mutual labels:  alipay
Beautyeye
BeautyEye is a Java Swing cross-platform look and feel.
Stars: ✭ 1,242 (+1361.18%)
Mutual labels:  swing
Arachnid
Powerful web scraping framework for Crystal
Stars: ✭ 68 (-20%)
Mutual labels:  spider
Netnr.login
项目已迁移至
Stars: ✭ 75 (-11.76%)
Mutual labels:  alipay
Swingtutorials
Tutorials for Java's Swing UI toolkit explaining how to use particular components
Stars: ✭ 67 (-21.18%)
Mutual labels:  swing
Rxpay
支付宝 微信 支付 Rxjava
Stars: ✭ 66 (-22.35%)
Mutual labels:  alipay
Image Downloader
Download images from Google, Bing, Baidu. 谷歌、百度、必应图片下载.
Stars: ✭ 1,173 (+1280%)
Mutual labels:  spider
Wechat Open Sdk
java版微信工具,更为优雅的第三方开发常用工具包,让开发微信登录,三方支付就像填表格一样简单。重构成spring boot starter,项目结构和代码也做了优化。主要用了泛型和抽象类进行重构(正在重构中...只剩支付宝支付)
Stars: ✭ 64 (-24.71%)
Mutual labels:  alipay
Alipay Sdk Net All
支付宝开放平台 Alipay SDK for .NET
Stars: ✭ 77 (-9.41%)
Mutual labels:  alipay
Api Debugger
🔨A like Postman API debugger that supports custom encryption. 一个类似Postman的支持自定义加密传输的后台API接口调试工具.
Stars: ✭ 63 (-25.88%)
Mutual labels:  swing
Antcolony
Nodejs实现的一个磁力链接爬虫 http://findit.keenwon.com (原域名http://findit.so )
Stars: ✭ 1,151 (+1254.12%)
Mutual labels:  spider
Tspider
Yet Another Web Spider
Stars: ✭ 70 (-17.65%)
Mutual labels:  spider
Geziyor
Geziyor, a fast web crawling & scraping framework for Go. Supports JS rendering.
Stars: ✭ 1,246 (+1365.88%)
Mutual labels:  spider

AlipayOrdersSupervisor-GUI

AlipayOrdersSupervisor 的GUI版本,由Java+Swing编写,maven实现包管理,运行环境JVM8+

刚刚学习Java一周,涉及到Java核心技术卷一较多知识,拿来练手

截图

配置任务

运行状态

软件设置

关于

编译注意

安装本代码引用的非maven包,注意路径改成自己的

darcula

mvn install:install-file -Dfile=/Users/WXQ/Desktop/APSV-GUI/src/main/lib/darcula.jar -DgroupId=com.darcula -DartifactId=darcula-lnf -Dpackaging=jar -Dversion=1.0 -DgeneratePom=true -DcreateChecksum=true

beautyeye

mvn install:install-file -Dfile=/Users/WXQ/Desktop/APSV-GUI/src/main/lib/beautyeye_lnf.jar -DgroupId=com.beautyeye -DartifactId=beautyeye-lnf -Dpackaging=jar -Dversion=1.0 -DgeneratePom=true -DcreateChecksum=true

使用注意

jar包可自己编译生成,服务端请参考com.wxq.apsv.utils.Order生成签名的方法,对应验证数据合法性后进行业务处理

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].