logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python调用支付宝接口之python-alipay-sdk

参考:1.python-alipay-sdk:https://github.com/fzlee/alipay/blob/master/README.zh-hans.md2.支付宝开发者文档:https://docs.open.alipay.com/200/105314/3.沙箱环境:https://openhome.alipay.com/platform/appDaily.htm?tab=i...

支付宝授权登录获取用户信息_python

支付宝签名文档:https://opendocs.alipay.com/open/291/105971#LDsXr支付宝官方python_SDK:https://pypi.org/project/alipay-sdk-python/网站&移动应用文档:https://opendocs.alipay.com/open/263/105809沙箱环境文档:https://opendocs....

go_struct实现继承

package mainimport ("fmt")type info struct {name stringage int}// 继承 infotype binfo struct {infosexstring}func (info *info)Like(like_list ...string) string{likes:=""for _ ,like := range like_list{like

Django_外键查询|反向查询|related_name

主表# 分类class Category(models.Model):name = models.CharField(max_length=100, verbose_name='归档')# 返回对象本身的字段,而不是QuerySet[]def __str__(self):return self.nameclass Meta:...

python解析pdf文件_抽img_text(pymupdf)

pymupdf官方文档:https://pymupdf.readthedocs.io/en/latest/textpage.html#TextPage.extractDICT代码:# 证书留学背景工作时间import base64import jsonimport osimport reimport xlwtbase_211 = ['北京理工大学', '北京航空航天大学', '北京化工大学', '

goframe框架CLI dao命令

goframe2.0+文档数据库创建mysql用户(% 可远程登录)CREATE USER 'test'@'%' IDENTIFIED BY 'test';给用户加权限grant all privileges on *.* to test@'%' identified by 'test';flush privileges;修改密码SET PASSWORD FOR 'test'@'localhost

#golang
python操作web3_API--以太坊

文档:https://web3py.readthedocs.io/en/stable/quickstart.html安装web3(base) appledeMac-mini-3:Quantification apple$ pipinstallweb3Collecting web3Using cached https://files.pythonhosted.org/packag...

golang wkhtmltopdf HTML转PDF

【代码】golang wkhtmltopdf HTML转PDF。

#golang#html
python调阿里OCR_增值税发票,定额发票,混贴发票,表格_识别,处理数据写入excel

1.增值税发票识别:import osimport shutilimport sysimport urllib.requestimport urllib.parseimport jsonimport timeimport base64import openpyxlimport xlwtimport pandasaspd# 增值税发票识别/OCR文字识别def posturl(appcode,fil

python_Celery分布式任务队列

Celery是一个简单,灵活且可靠的分布式系统,可以处理大量消息,同时为操作提供维护该系统所需的工具。这是一个任务队列,着重于实时处理,同时还支持任务调度。任务队列是用在线程或计算机之间分配工作的机制Celery通过消息进行通信,通常使用代理在客户端和工作人员之间进行调解。为了启动任务,客户端将消息添加到队列中,然后代理将消息传递给工作人员celery_test工作目录结构(Quanti...

    共 20 条
  • 1
  • 2
  • 请选择