随笔分类 -  python

python开发技术
摘要:一直在找完善的python的审批流系统,今天终于搜到了 作者文档地址:https://loonflow.readthedocs.io/zh_CN/r1.0.5/about/start/ github:https://github.com/blackholll/loonflow 图片展示: 阅读全文
posted @ 2020-05-21 16:32 黑贝是条狗 阅读(2771) 评论(0) 推荐(0)
摘要:#!/usr/bin/env python #_*_ coding:utf-8_*_ import tornado.ioloop import tornado.web import tornado.escape import pymssql,pymysql from DBUtils.PooledDB 阅读全文
posted @ 2020-05-13 14:50 黑贝是条狗 阅读(876) 评论(0) 推荐(0)