atitit.报表最佳实践oae与报表引擎选型
atitit.报表最佳实践oae 与报表引擎选型 1. 报表的主要的功能and结构 2 1.1. 查询设计器(配置化,metadata in html) ,anno 2 1.2. 查询引擎 2 1.3. 建立数据源 2 1.4. 输出显示 2 1.5. 式化 2 1.6. 图表引擎(支持二维码,条形码) 2 1.7. 导出 excel,txt,csv,pd
atitit.报表最佳实践oae 与报表引擎选型
1. 报表的主要的功能and结构 2
1.1. 查询设计器(配置化,metadata in html) ,anno 2
1.2. 查询引擎 2
1.3. 建立数据源 2
1.4. 输出显示 2
1.5. 格式化 2
1.6. 图表引擎(支持二维码,条形码) 2
1.7. 导出 excel,txt,csv,pdf,xml,html 2
1.8. 打印 2
2. 报表的选择根据 2
2.1. 开发快速 recomm db report ( 2
2.2. 查询设计html 2
3. 选择:BIRT,JasperReports,,navicate 3
3.1. BIRT设计器 3
4. navicate mysql的自动化报表工具(推荐) 3
5. 参考 3
1. 报表的主要的功能and结构
1.1. 查询设计器(配置化,metadata in html) ,anno
1.2. 查询引擎
1.3. 建立数据源
1.4. 输出显示
1.5. 格式化
1.6. 图表引擎(支持二维码,条形码)
作者:: 老哇的爪子 Attilax 艾龙, EMAIL:1466519819@qq.com
转载请注明来源: http://blog.csdn.net/attilax
1.7. 导出 excel,txt,csv,pdf,xml,html
1.8. 打印
2. 报表的选择根据
2.1. 开发快速 recomm db report (
2.2. 查询设计html
,最好是html,,不是xml...... 因为html,协议标准化好,ide dw功能强大...xml的走不标准,例如button,,,html 都是input,xml中走ide不一样,实现的不一样..
3. 选择:BIRT,JasperReports,,navicate
3.1. BIRT设计器
在BIRT的中间位置是由一系列Eclipse插件组成的报表设计器,这些插件构成了一个提供拖拽能力以快速设计报表的设计透视图。报表是以XML格式创建和存储的
4. navicate mysql的自动化报表工具(推荐)
推荐使用数据库自己带的报表,容易的使用,不需要开发..设置个sql走ok拉..
5. 参考
paip.基于navicate mysql的自动化报表工具总结 - attilax的专栏 -...
推荐6款常用的Java开源报表制作工具-CSDN.NET.htm

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

1. Processor When choosing a computer configuration, the processor is one of the most important components. For playing games like CS, the performance of the processor directly affects the smoothness and response speed of the game. It is recommended to choose Intel Core i5 or i7 series processors because they have powerful multi-core processing capabilities and high frequencies, and can easily cope with the high requirements of CS. 2. Graphics card Graphics card is one of the important factors in game performance. For shooting games such as CS, the performance of the graphics card directly affects the clarity and smoothness of the game screen. It is recommended to choose NVIDIA GeForce GTX series or AMD Radeon RX series graphics cards. They have excellent graphics processing capabilities and high frame rate output, and can provide a better gaming experience. 3. Memory power

As an email manager application, Microsoft Outlook allows us to schedule events and appointments. It enables us to stay organized by providing tools to create, manage and track these activities (also called events) in the Outlook application. However, sometimes unwanted events are added to the calendar in Outlook, which creates confusion for users and spams the calendar. In this article, we will explore various scenarios and steps that can help us prevent Outlook from automatically adding events to my calendar. Outlook Events – A brief overview Outlook events serve multiple purposes and have many useful features as follows: Calendar Integration: In Outlook

Dream Weaver CMS Station Group Practice Sharing In recent years, with the rapid development of the Internet, website construction has become more and more important. When building multiple websites, site group technology has become a very effective method. Among the many website construction tools, Dreamweaver CMS has become the first choice of many website enthusiasts due to its flexibility and ease of use. This article will share some practical experience about Dreamweaver CMS station group, as well as some specific code examples, hoping to provide some help to readers who are exploring station group technology. 1. What is Dreamweaver CMS station group? Dream Weaver CMS

Principle analysis and practical exploration of the Struts framework. As a commonly used MVC framework in JavaWeb development, the Struts framework has good design patterns and scalability and is widely used in enterprise-level application development. This article will analyze the principles of the Struts framework and explore it with actual code examples to help readers better understand and apply the framework. 1. Analysis of the principles of the Struts framework 1. MVC architecture The Struts framework is based on MVC (Model-View-Con

PHP Coding Practices: Refusal to Use Alternatives to Goto Statements In recent years, with the continuous updating and iteration of programming languages, programmers have begun to pay more attention to coding specifications and best practices. In PHP programming, the goto statement has existed as a control flow statement for a long time, but in practical applications it often leads to a decrease in the readability and maintainability of the code. This article will share some alternatives to help developers refuse to use goto statements and improve code quality. 1. Why refuse to use goto statement? First, let's think about why

C++ Reflection Mechanism Practice: Implementing Flexible Runtime Type Information Introduction: C++ is a strongly typed language and does not directly provide a reflection mechanism to obtain class type information like other languages. However, with some tricks and technical means, we can also achieve similar reflection functions in C++. This article describes how to leverage template metaprogramming and macro definitions to achieve flexible runtime type information. 1. What is the reflection mechanism? The reflection mechanism refers to obtaining the type information of a class at runtime, such as the class name, member functions, member variables and other attributes.

Golang is a powerful and efficient programming language that is widely used to build web services and applications. In network services, traffic management is a crucial part. It can help us control and optimize data transmission on the network and ensure the stability and performance of services. This article will introduce the best practices for traffic management using Golang and provide specific code examples. 1. Use Golang’s net package for basic traffic management. Golang’s net package provides a way to handle network data.

The Linux operating system, excellent performance and unlimited expansion capabilities make it widely used in various major industries. As a system maintenance expert with several years of experience, I have accumulated a lot of experience in selecting and implementing Linux system versions. Today, I would like to share my experience with you. 1. Understand the characteristics and uses of different versions. When choosing a Linux operating system, you need to first clarify the characteristics and application areas of different versions. For example, Ubuntu is a Linux operating system version suitable for desktop users, while CentOS is more suitable as a server platform. Therefore, it is crucial to pick the right version based on your individual needs. 2. Understand community support and update frequency. An excellent Linux operating system should have strong community support and frequent updates, which will help us smoothly
