正在获取小帆推荐内容

您是不是想搜

搜索“com”找到相关内容416篇
JS实现导出文件名随筛选值变化

iqu 和日期控件 Riqi 添加编辑后事件,实现自动查询:JavaScript 代码如下:_g().parameterCommit();9)添加一个按钮控件,控件名称改为:导出,添加点击事件:JavaScript 代码如下:var DIQU =

文档创建:gxy120313   创建时间:2017-02-27 编辑:26 | 浏览:50160
https://help.fanruan.com/finereport/doc-view-1822.html
JS实现子窗口填报后刷新父页面

参数面板所选的控件值,则需要使用以下JavaScript 代码:window.parent._g().parameterCommit();//父窗口重新查询2.3 效果预览打开主模板 Hyperlink5.cpt,点击「分页预览」,在主报表中点击

文档创建:yiyemeiying   创建时间:2017-03-01 编辑:11 | 浏览:55221
https://help.fanruan.com/finereport/doc-view-1844.html
JS实现不刷新页面进行排序功能

n value1 - value2; } else { return value1.localeCompare(value2); } }) } var fragment = document.creat

文档创建:1176846029   创建时间:2018-01-10 编辑:12 | 浏览:21809
https://help.fanruan.com/finereport/doc-view-2305.html
[平台]阿里云 AnalyticDB 数据连接

库从云中提供数据分析服务,它兼容 MySQL 协议,包括元数据信息。2. 配置信息驱动URL驱动下载链接支持数据库版本 com.mysql.jdbc.Driverjdbc:mysql://hostname:port/my_ads_dbFineRe

文档创建:susie   创建时间:2018-12-18 编辑:11 | 浏览:13983
https://help.fanruan.com/finereport/doc-view-2564.html
JS实现预览模板时进行密码效验

其他页面,代码如下 //location.href="https://www.hao123.com/" } return "";} password();注1:在「模板W

文档创建:352793244   创建时间:2022-04-26 编辑:3 | 浏览:4326
https://help.fanruan.com/finereport/doc-view-4667.html
平台日志同步到其他数据库插件

是否正常,可参考:WebSocket连接失败5.4 常见报错同步出现问题,可查看fanruan.log,报错信息中包含「com.fr.plugin.sync」,可根据报错信息定位问题。报错信息原因分析及解决方案SyncLog: getConfig

文档创建:Wendy123456   创建时间:2020-08-24 编辑:25 | 浏览:26666
https://help.fanruan.com/finereport/doc-view-3609.html
在线支持窗口无法使用异常排查

文件:qidian-imsdk-online-1251316161.cos.ap-guangzhou.myqcloud.com4. 在线支持页面无法加载需要将如下域名加入网络白名单,否则无法进行页面加载:sdk.qidian.qq.comc.ma

文档创建:elaine   创建时间:2023-05-19 编辑:6 | 浏览:2546
https://help.fanruan.com/finereport/doc-view-5216.html
自定义函数Unicode编码转化为中文

法。下面Ubm这个函数可以实现:3. 实现步骤3.1 编写自定义函数代码详见:https://code.fanruan.com/demo/example/src/branch/pe ist/10.0/src/main/java/com/fr/fu

文档创建:印然   创建时间:2015-11-10 编辑:12 | 浏览:13541
https://help.fanruan.com/finereport/doc-view-729.html
JS实现决策报表参数界面自动查询

给参数面板中的控件添加 JS 事件,实现控件选择或编辑值后查询数据,呈现报表。JS 接口为:_g().parameterCommit();2. 示例2.1 准备模板1)新建一张决策报表,新增数据集 ds1,SQL 语句为:SELECT * FRO

文档创建:文档助手1   创建时间:2016-03-04 编辑:15 | 浏览:65636
https://help.fanruan.com/finereport/doc-view-1434.html
JS实现动态改变超链URL中的参数值

代码:JavaScript 代码如下:window.open('http://bbs.fanruan.com/home.php?mod=space&uid='+p_name+'&d

文档创建:cherishdqy   创建时间:2017-03-01 编辑:18 | 浏览:50592
https://help.fanruan.com/finereport/doc-view-1839.html
JS实现参数组合筛选的前进和后退

ALES").setValue(para2);index = index - 1;_g().parameterCommit();4)在 forward 按钮控件中加入参数组合前进的JS事件,同样先获取字符串数组中的索引参数组合,然后将其

文档创建:chuzhihao   创建时间:2020-05-06 编辑:7 | 浏览:14570
https://help.fanruan.com/finereport/doc-view-3433.html
通用查询取数(适用于ECC6以上版本)

e TYPE SO_TEXT, fieldDataDescrRef TYPE REF TO abap_componentdescr, numberFields TYPE i, fieldDescr

文档创建:加菲喵   创建时间:2015-10-20 编辑:27 | 浏览:25218
https://help.fanruan.com/finereport/doc-view-115.html
自定义函数中获取公式所在单元格

编写自定义函数在编译器中编写 CellSum 自定义函数,Java 代码如下:https://code.fanruan.com/demo/example/src/branch/pe ist/10.0/src/main/java/com/fr/fu

文档创建:印然   创建时间:2015-11-10 编辑:14 | 浏览:29356
https://help.fanruan.com/finereport/doc-view-723.html
词云实现点击关键字进行百度搜索

词名”,如下图所示:JS 代码如下:window.open("https://www.baidu.com/s?&wd="+wd);注:wd 为百度搜索所需要的参数,不可改变。如果采用其他搜索引擎,需要将网址

文档创建:MOMO_KANA   创建时间:2017-06-02 编辑:12 | 浏览:20881
https://help.fanruan.com/finereport/doc-view-2017.html
定时任务执行条件之自定义类判断

ineReport 支持在定时调度任务中,通过自定义类的条件返回结果来判断是否执行定时任务。FineReport 提供 com.fr.schedule.base.provider.ExecuteCondition 接口,该接口有一个方法 publ

文档创建:帆软用户ki9NQpCL3P   创建时间:2022-11-23 编辑:10 | 浏览:5393
https://help.fanruan.com/finereport/doc-view-5014.html
影响导出打印效果的插件配置因素

ch failed; nested exception is java.lang.NoSuchMethodError: com.fr.io.exporter.excel.direct.DirectExcelExportModel.setExpor

文档创建:LarryYI   创建时间:2023-04-08 编辑:0 | 浏览:6033
https://help.fanruan.com/finereport/doc-view-5181.html
Resin下通过IP直接访问数据决策系统

2.2 的操作。修改%Resin_HOME%\conf\app-default.xml文件,在文件内找到<welcome-file-list>标签,在标签内第一行新增<welcome-file>a.jsp</wel

文档创建:macro_hard   创建时间:2016-11-14 编辑:7 | 浏览:11451
https://help.fanruan.com/finereport/doc-view-1650.html
[平台]Pivotal Greenplum Database数据连接

持的数据库版本驱动下载驱动5.0postgresql(推荐)org.postgresql.Drivergreenplumcom.pivotal.jdbc.GreenplumDriver使用 postgresql 驱动,数据连接 URL 格式: j

文档创建:susie   创建时间:2018-12-18 编辑:8 | 浏览:23815
https://help.fanruan.com/finereport/doc-view-2562.html
自定义函数剔除字符串左边的补位0

右侧的编辑按钮,编写 Java 代码,编译成功后点击保存,最后点击确定,如下图所示:Java 代码如下:package com.fr.function;import com.fr.script.AbstractFunction;/** * 自定义

文档创建:hubery1027   创建时间:2020-06-12 编辑:2 | 浏览:5388
https://help.fanruan.com/finereport/doc-view-3489.html
Tomcat下通过IP直接访问数据决策系统

; type="text/css" href="/decision/file?path=/com/fr/web/core/css/leaflet.css&type=plain&pa er=plain&

文档创建:文档助手1   创建时间:2015-11-10 编辑:57 | 浏览:111296
https://help.fanruan.com/finereport/doc-view-806.html