第一次学习,感觉没什么头绪,搜了老长时间,才会配置启动应用简单的iReport技术,万事开头难!
iReport就是一种报表的设计器,应用版本是3.7.5。
1,new---》report--》Report name/location/file
2,连接数据库或不用(本次用的mysql):
建立的mysql链接名:mysqltest
MySQL(com.mysql.jdbc.Driver)
Server 127.0.0.1
Database pf
URL jdbc:mysql://localhost:3306/pf?useUnicode=true&characterEncoding=UTF-8
3,query: SELECT * FROM comm_internation
iReport就是一种报表的设计器,应用版本是3.7.5。
1,new---》report--》Report name/location/file
2,连接数据库或不用(本次用的mysql):
建立的mysql链接名:mysqltest
MySQL(com.mysql.jdbc.Driver)
Server 127.0.0.1
Database pf
URL jdbc:mysql://localhost:3306/pf?useUnicode=true&characterEncoding=UTF-8
3,query: SELECT * FROM comm_internation