1 、条件属性可使用页码参数插件
由于报表计算逻辑关系,条件属性中取不到页码公式。但是有些场景下又是需要在条件属性中取到页码的,比如标题只要偶数页显示,比如奇数页标题标红等等。
插件安装完成后,条件属性里 $$page_number$$totalPage_number 也可以参与计算了,目前条件属性里可以设置边框、字体、新值、背景、颜色等样式。
注:目前只有样式可用,新值无法自动调整行高列宽
具体可查看文档: http://www.finereporthelp.com/help/15/2/22.html
应用中心下载地址: http://shop.finereport.com/ShopServer?pg=product&pid=470
2 、插件应用中心发布
基于客户众多且遍及各行各业,需求又具有多样性,帆软深知无法仅凭一己之力吞下整块蛋糕,遂开放接口,邀请开发者共赢,另外也能更快速地响应帆软用户的需求。同时插件化也有助于产品的稳定性的提高。
应用中心地址: http://shop.finereport.com/
3 、行式引擎支持流式导出 2007
excel 流式导出插件 2015 年 12 月发布,升级该插件,使之支持行式引擎流式导出 2007
具体可查看文档: http://www.finereporthelp.com/help/15/2/23.html
应用中心下载地址: http://shop.finereport.com/ShopServer?pg=product&pid=469
4 、同步数据集可设置同步频率
同步数据集的作用在此不赘述,但由于有很多地方会触发同步,比如平台配置权限时,发送邮件获取用户时,邮件分组获取角色时等等。
如若碰到用户数据量很大的时候,会非常影响性能。因此开发了同步数据集可设置同步频率,同时也提供手动同步。
具体可查看文档: http://help.finereport.com/doc-view-704.html
5 、集群同步插件
多台服务器集群后,配置权限、数据连接、定时调度等,只能每台服务器一个个配置,不会自动同步。安装此插件后,绝大部分配置支持同步,比如支持 xml 配置文件、 finedb/logdb 数据(定时任务、报表目录管理、数据上报、批量导入、统计信息等等),目前开发了 xml 和 hsql 的同步,模板同步还没有做。
另外二期会提供共享文件式集群方式
具体可查看文档: http://help.finereport.com/doc-view-1405.html
应用中心下载地址: http://shop.finereport.com/ShopServer?pg=product&pid=471
6 、下拉树性能优先选项
下拉树在分层构建的时候,还是会去找子节点,导致性能很慢。 但是当选择 “ 分层构建 ” 这种方式的时候,是不需要有这步的。是可以直接根据设置的层级来构建树的,因此提供 “ 性能优先 ” 选项 。
具体可查看文档: http://help.finereport.com/doc-view-260.html
7 、表单支持自动查询
跟 cpt 一样,表单也支持自动查询。 _g().parameterCommit();
8 、 jtds 连接 SqlServer 插件
我们连接 SqlServer 是用默认驱动连接的,有些客户的场景必须要求使用 jtds 驱动。安装此插件后可正常连接。
应用中心下载地址: http://shop.finereport.com/ShopServer?pg=product&pid=472
9、 单元格以 html 显示时转换为图片插件
默认 html 显示 , 输出到 web 端依然是 html. 但是后台导出打印的时候 , 又会将其转为图片处理 , 这样就造成了前后台效果不一致 , 并且很难调整 . 安装该插件 , 会将单元格以 html 显示的时候 , 值转为图片 , 来确保前后台的一致性。
应用中心下载地址: http://shop.finereport.com/ShopServer?pg=product&pid=473
10 、自定义编码插件之 aix 下读取机器码
默认代码逻辑部分是写死的 , 部分是根据 config.xml 里随动的 , 但是有些场景不想随动用同一套 , 或者想要自定义写死编码 , 毕竟系统编码不一样 , 写死不能满足所有 , 随动也不能 , 因为可能有多套编码 , 系统一套 , Web 容器一套 , 邮件服务器又是一套。该插件可定义各种编码,第一版本只实现了 aix 服务器强制用 UTF-8 读取机器码。
应用中心下载地址: http://shop.finereport.com/ShopServer?pg=product&pid=474

HTMLisnotaprogramminglanguage;itisamarkuplanguage.1)HTMLstructuresandformatswebcontentusingtags.2)ItworkswithCSSforstylingandJavaScriptforinteractivity,enhancingwebdevelopment.

HTML is the cornerstone of building web page structure. 1. HTML defines the content structure and semantics, and uses, etc. tags. 2. Provide semantic markers, such as, etc., to improve SEO effect. 3. To realize user interaction through tags, pay attention to form verification. 4. Use advanced elements such as, combined with JavaScript to achieve dynamic effects. 5. Common errors include unclosed labels and unquoted attribute values, and verification tools are required. 6. Optimization strategies include reducing HTTP requests, compressing HTML, using semantic tags, etc.

HTML is a language used to build web pages, defining web page structure and content through tags and attributes. 1) HTML organizes document structure through tags, such as,. 2) The browser parses HTML to build the DOM and renders the web page. 3) New features of HTML5, such as, enhance multimedia functions. 4) Common errors include unclosed labels and unquoted attribute values. 5) Optimization suggestions include using semantic tags and reducing file size.

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

The role of HTML is to define the structure and content of a web page through tags and attributes. 1. HTML organizes content through tags such as , making it easy to read and understand. 2. Use semantic tags such as, etc. to enhance accessibility and SEO. 3. Optimizing HTML code can improve web page loading speed and user experience.

HTMLisaspecifictypeofcodefocusedonstructuringwebcontent,while"code"broadlyincludeslanguageslikeJavaScriptandPythonforfunctionality.1)HTMLdefineswebpagestructureusingtags.2)"Code"encompassesawiderrangeoflanguagesforlogicandinteract

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.


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

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 English version
Recommended: Win version, supports code prompts!

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