请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
FR学习路上的树懒(uid:115475)
职业资格认证:FCA-FineReport
  • 官方教程,跨控件取值只能取1个单元格,例如report0~A1或者report0~A2没法像垮sheet那样取连续或者不连续,因为无论我写:report0~  还是,都是错的....如下图
  • 前言:本人下载的是官方“FR部署包”,然后利用如下官网方法3(service.bat)做成windows服务器https://help.fanruan.com/finereport/doc-view-982.html 然后本人电脑,同事电脑都可以,哪怕内存8G内存老电脑也行,但是,到了别人服务器(服务器虚拟机),部署,一直提示如下报错,我删除db.lck重启服务器,还是这个报错(服务器emdb/finddb文件里都没db.lck文件了),但是用startup.bat可以正常启动查看了日志,提示如下,貌似是没连上FR数据库补称:我曾试过,先用startup.bat启动,然后登陆决策系统,把数据库改为外接数据库(sqlserver),然后shutdow.bat,然后再用上一步做的windows服务器启动,我可以进入登陆界面,但是输入密码之后,一直提示“登陆失败”,我确认我输入的密码没有错误。这个时候报错日志,变成下面得了
  • 创建1个下拉树,数据集都做好了,然后用它作为查询条件,xxx where 1=1 ${if(len(locationIds)==0,""," and id in ("+locationIds+")")} )但是我下拉树选择2个节点时候,debug时候sql语句生产下面的where 1=1  and id in (100), and id in (101) )而且不是我们想要的where 1=1  and id in (100,101)
  • 在决策报表块中放入3个报表块,分别Report1,2,3我想在每个报表块的A1单元格显示报表块名称(动态的不要手动输入那种)已知函数里有个reportname,但是那个是整个报表名称不是报表块名称。。。。。
  • 帆软的独立部署包,怎么做出服务?类似tomcat安装版那样!可以通过界面start,和stop另外,独立部署包和其他解压包tomcat不一样,无法打开http://ip:8080这个网页(提示404)
  • 机场航班指示看板,整体翻页,但是某一列,左右滚动,其他列不动,如何实现?
  • https://market.fanruan.com/plugin/72a9f6e4-d7e6-4ae0-8c5e-49ae5b5585f7图片控件设计器,可以通过JS更改图片路径吗?急!!急!!js是什么?试了好几个都不行。。。。
  • linux下,部署帆软独立部署包,tomcat显示启动了,但是页面无法访问,提示404错误,检查了日志,如下,好像没有报错信息。。。15-Sep-2021 11:04:00.685 信息 org.apache.catalina.startup.VersionLoggerListener.log Server.服务器版本: Apache Tomcat15-Sep-2021 11:04:00.692 信息 org.apache.catalina.startup.VersionLoggerListener.log 服务器构建:        00:00:00:000015-Sep-2021 11:04:00.692 信息 org.apache.catalina.startup.VersionLoggerListener.log 服务器版本号:      0.0.0.015-Sep-2021 11:04:00.692 信息 org.apache.catalina.startup.VersionLoggerListener.log 操作系统名称:      Linux15-Sep-2021 11:04:00.692 信息 org.apache.catalina.startup.VersionLoggerListener.log OS.版本:           3.10.0-1160.el7.x86_6415-Sep-2021 11:04:00.692 信息 org.apache.catalina.startup.VersionLoggerListener.log 架构:              amd6415-Sep-2021 11:04:00.693 信息 org.apache.catalina.startup.VersionLoggerListener.log Java 环境变量:     /usr/tomcat/jdk/jre15-Sep-2021 11:04:00.693 信息 org.apache.catalina.startup.VersionLoggerListener.log Java虚拟机版本:    1.8.0_191-b1215-Sep-2021 11:04:00.693 信息 org.apache.catalina.startup.VersionLoggerListener.log JVM.供应商:        Oracle Corporation15-Sep-2021 11:04:00.693 信息 org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:     /usr/tomcat15-Sep-2021 11:04:00.693 信息 org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:     /usr/tomcat15-Sep-2021 11:04:00.694 信息 org.apache.catalina.startup.VersionLoggerListener.log 命令行参数:       -Djava.util.logging.config.file=/usr/tomcat/conf/logging.properties15-Sep-2021 11:04:00.694 信息 org.apache.catalina.startup.VersionLoggerListener.log 命令行参数:       -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager15-Sep-2021 11:04:00.696 信息 org.apache.catalina.startup.VersionLoggerListener.log 命令行参数:       -Djdk.tls.ephemeralDHKeySize=204815-Sep-2021 11:04:00.696 信息 org.apache.catalina.startup.VersionLoggerListener.log 命令行参数:       -Djava.protocol.handler.pkgs=org.apache.catalina.webresources15-Sep-2021 11:04:00.697 信息 org.apache.catalina.startup.VersionLoggerListener.log 命令行参数:       -Dorg.apache.catalina.security.SecurityListener.UMASK=002715-Sep-2021 11:04:00.697 信息 org.apache.catalina.startup.VersionLoggerListener.log 命令行参数:       -Djava.awt.headless=true15-Sep-2021 11:04:00.697 信息 org.apache.catalina.startup.VersionLoggerListener.log 命令行参数:       -Dignore.endorsed.dirs=15-Sep-2021 11:04:00.697 信息 org.apache.catalina.startup.VersionLoggerListener.log 命令行参数:       -Dcatalina.base=/usr/tomcat15-Sep-2021 11:04:00.697 信息 org.apache.catalina.startup.VersionLoggerListener.log 命令行参数:       -Dcatalina.home=/usr/tomcat15-Sep-2021 11:04:00.697 信息 org.apache.catalina.startup.VersionLoggerListener.log 命令行参数:       -Djava.io.tmpdir=/usr/tomcat/temp15-Sep-2021 11:04:00.698 信息 org.apache.catalina.core.AprLifecycleListener.lifecycleEvent 在java.library.path:上找不到基于APR的Apache Tomcat本机库,该库允许在生产环境中获得最佳性能15-Sep-2021 11:04:00.885 信息 org.apache.coyote.AbstractProtocol.init 初始化协议处理器 15-Sep-2021 11:04:00.899 信息 org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read15-Sep-2021 11:04:00.911 信息 org.apache.catalina.startup.Catalina.load Initialization processed in 734 ms15-Sep-2021 11:04:00.940 信息 org.apache.catalina.core.StandardService.startInternal 正在启动服务15-Sep-2021 11:04:00.941 信息 org.apache.catalina.core.StandardEngine.startInternal 正在启动 Servlet 引擎:15-Sep-2021 11:04:00.951 信息 org.apache.catalina.startup.HostConfig.deployDirectory 把web 应用程序部署到目录 Starting fine assist...Temp file path :/usr/tomcat/tempfailed to run any actionfailed to run any actionfailed to run any actionFine assist start successfully.Starting fine runtime...Privacy lib's Classloader is ParallelWebappClassLoader  context: webroot  delegate: false----------> Parent Classloader:java.net.URLClassLoader@7cca494b /usr/tomcat/temp/FinePrivacy_x86_642283244170985692488.so loaded successfullyFine runtime started.Module not found profilerModule not found netty-serverModule not found finebi-decision-preparation-activatorModule not found finebi-start-foundationModule not found finebi-start-directModule not found finebi-start-swiftModule not found finebi-decision-dependencyModule not found finedm-coreModule not found finedm-adapterModule not found qfx-start-foundationModule not found decision-biModule not found schedule-biModule not found finebi-updateregister tenant storage provider: com.fr.stable.db.tenant.storage.DBTenantStorageModule VirtualActivator starting...Module ServerBasicActivator starting...Module VirtualActivator starting...Module FineAnalyzerActivator starting...Success to start fine analyzer: sun.instrument.InstrumentationImpl@574514df.Success to install instrumentation.Module FineAnalyzerActivator started.Time used 165 ms.Module TenantActivator starting...register tenant context provider: com.fr.scheduler.tenant.ScheduleThreadCurrentTenantProviderregister tenant context provider: com.fr.cluster.engine.rpc.filter.TenantServerFilterregister tenant context provider: com.fr.decision.webservice.filter.TenantFilterregister tenant context provider: com.fr.decision.websocket.TenantInterceptorModule TenantActivator started.Time used 0 ms.Module VirtualActivator starting...Module VirtualActivator starting...Module PreLoadActivator starting...Module I18nActivator starting...Init bundle with path = com/fr/i18n/server/core, locale = zh_CNInit bundle with path = com/fr/i18n/web/core, locale = zh_CNInit bundle with path = com/fr/i18n/function/core, locale = zh_CNInit bundle with path = com/fr/i18n/datasource/ds, locale = zh_CNInit bundle with path = com/fr/decision/server/i18n/server, locale = zh_CNModule PreLoadActivator started.Time used 73 ms.Init bundle with path = com/fr/decision/web/i18n/dec, locale = zh_CNInit bundle with path = com/fr/fineui/i18n/fineui, locale = zh_CNInit bundle with path = com/fr/fineui/i18n/fineui, locale = zh_CNInit bundle with path = com/fr/schedule/web/i18n/schedule, locale = zh_CNInit bundle with path = com/fr/schedule/server/i18n/server, locale = zh_CNInit bundle with path = com/fr/server/i18n/report, locale = zh_CNInit bundle with path = com/fr/server/i18n/chart, locale = zh_CNInit bundle with path = com/fr/web/i18n/report, locale = zh_CNInit bundle with path = com/fr/web/i18n/chart, locale = zh_CNInit bundle with path = com/fr/decision/extension/report/server/i18n/server, locale = zh_CNInit bundle with path = com/fr/decision/extension/report/web/i18n/extension, locale = zh_CNInit bundle with path = com/fr/schedule/extension/report/i18n/extension, locale = zh_CNModule I18nActivator started.Time used 120 ms.Module DefaultLogActivator starting...2021/09/15 11:04:15 ParallelStrategy-4-worker-2 INFO Module DefaultLogActivator started.Time used 66 ms.2021/09/15 11:04:15 ParallelStrategy-4-worker-2 INFO Module ClassFactoryActivator starting...2021/09/15 11:04:15 ParallelStrategy-4-worker-2 INFO Module ClassFactoryActivator started.Time used 0 ms.2021/09/15 11:04:15 ParallelStrategy-4-worker-2 INFO Module SerializationActivator starting...2021/09/15 11:04:15 ParallelStrategy-4-worker-2 INFO Module SerializationActivator started.Time used 3 ms.2021/09/15 11:04:15 ParallelStrategy-4-worker-2 INFO Module JsonSerializationActivator starting...2021/09/15 11:04:15 ParallelStrategy-4-worker-2 INFO Module JsonSerializationActivator started.Time used 24 ms.2021/09/15 11:04:15 ParallelStrategy-4-worker-2 INFO Module WorkspaceActivator starting...2021/09/15 11:04:15 ParallelStrategy-4-worker-2 INFO Module WorkspaceRegister starting...2021/09/15 11:04:15 ParallelStrategy-4-worker-2 INFO Module WorkspaceRegister started.Time used 0 ms.2021/09/15 11:04:15 ParallelStrategy-4-worker-2 INFO Module WorkspaceActivator started.Time used 12 ms.2021/09/15 11:04:15 ParallelStrategy-4-worker-2 INFO Module XMLableActivator starting...2021/09/15 11:04:15 ParallelStrategy-4-worker-2 INFO Module XMLableActivator started.Time used 0 ms.2021/09/15 11:04:15 ParallelStrategy-4-worker-2 INFO Module VirtualActivator started.Time used 231 ms.2021/09/15 11:04:15 localhost-startStop-1 INFO Module VirtualActivator started.Time used 265 ms.2021/09/15 11:04:15 localhost-startStop-1 INFO Module VirtualActivator started.Time used 441 ms.2021/09/15 11:04:15 localhost-startStop-1 INFO Module ServerWorkspaceProvider starting...2021/09/15 11:04:15 localhost-startStop-1 INFO Module ServerWorkspaceProvider started.Time used 29 ms.2021/09/15 11:04:15 localhost-startStop-1 INFO Module CoreActivator starting...2021/09/15 11:04:15 localhost-startStop-1 INFO Module SecuritySeedsActivator starting...2021/09/15 11:04:15 localhost-startStop-1 INFO seed file: default_alpha doesn't exist or empty2021/09/15 11:04:15 localhost-startStop-1 INFO seed file: default_alpha doesn't exist or empty2021/09/15 11:04:15 localhost-startStop-1 INFO Module SecuritySeedsActivator started.Time used 19 ms.2021/09/15 11:04:15 localhost-startStop-1 INFO Module BaseDBActivator starting...2021/09/15 11:04:16 BaseDBActivator-5-worker-1 INFO testOnBorrow is true, validationQuery not set2021/09/15 11:04:16 BaseDBActivator-5-worker-1 INFO {dataSource-1} inited2021/09/15 11:04:18 localhost-startStop-1 INFO Module BaseDBActivator started.Time used 2452 ms.2021/09/15 11:04:18 localhost-startStop-1 INFO Module TenantDBAdapter starting...2021/09/15 11:04:18 localhost-startStop-1 INFO Module TenantDBAdapter started.Time used 142 ms.2021/09/15 11:04:18 localhost-startStop-1 INFO Module ConfigurationActivator starting...2021/09/15 11:04:18 localhost-startStop-1 INFO cache invalidate com.fr.security.SecurityConfig2021/09/15 11:04:18 localhost-startStop-1 INFO Module ConfigurationActivator started.Time used 621 ms.2021/09/15 11:04:18 localhost-startStop-1 INFO Module VirtualActivator starting...2021/09/15 11:04:18 localhost-startStop-1 INFO Module FineLoggerActivator starting...SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".SLF4J: Defaulting to no-operation (NOP) logger implementationSLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.九月 15, 2021 11:04:40 上午 org.apache.tomcat.util.descriptor.web.SecurityConstraint findUncoveredHttpMethods严重: 对于URL模式为的安全约束,只包括HTTP方法。所有其他方法都没有涉及。15-Sep-2021 11:04:40.858 信息 org.apache.catalina.startup.HostConfig.deployDirectory Web应用程序目录的部署已在毫秒内完成15-Sep-2021 11:04:40.865 信息 org.apache.coyote.AbstractProtocol.start 开始协议处理句柄15-Sep-2021 11:04:40.877 信息 org.apache.catalina.startup.Catalina.start Server startup in 39965 ms
  • 要求:图中的每个小人代表1个现场工位,会根据工位状态变换不同图片每个工位悬停或者点击时候,会有弹窗显示此工位一些信息疑问点:每个工位位置底图已经画好框,怎么让小人图片和底图正好对上每个工位悬停或者点击,怎么实现弹窗显示内容 
  • 决策报表里有2个报表块report1,report2,我想通过js更改report1的背景图片,如果实现?求大神??文档里的js(如下)是修改整个决策报表的背景!!,setTimeout(function() {$('.content-container').css('background', 'url(http://localhost:8075/webroot/help/picture/1.gif)');}, 1000);

33

17

33

10

个人成就
内容被浏览36,096
加入社区6年309天
返回顶部