摘要: 1、python连接数据库游标 # coding:utf-8 from sqlalchemy import create_engine class connet_databases: def __init__(self): ''' # 初始化数据库连接,使用pymysql模块 # MySQL的用户: 阅读全文
posted @ 2019-08-02 21:58 ARYOUOK 阅读(2717) 评论(0) 推荐(0)
摘要: 1、 点击编辑图表 2、 参数传递 3、 选择分类名称 4、 钻取明细表获取 inputs 值得方法 使用公司 $inputs 获取钻取传来的值 阅读全文
posted @ 2019-08-02 17:25 ARYOUOK 阅读(2554) 评论(0) 推荐(0)
摘要: 1、具体连接操作 首先将mysql-connector-java-8.0以上的jar包放到FindReport安装目录下的webapps下的WEB-INF下的lib下。 打开finereport,找到定义数据连接 数据库名:MySQL 驱动器:com.mysql.cj.jdbc.Driver URL 阅读全文
posted @ 2019-08-02 16:28 ARYOUOK 阅读(3949) 评论(0) 推荐(0)