请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
没有想好名字那就叫小明吧(uid:193845)
一句话介绍你自己 职业资格认证:FCP-报表开发工程师
  • 文件上传.zip想要实现的功能点:批量维护数据的同时上传对应行的文件,然后进行统一提交,提交的时候也能获取到文件信息保存到数据库表,然后使用保存的文件信息下载文件!问题点:1、文件上传成功后,文件服务下也有对应文件了,在填报属性里面使用filename()函数获取不到对应行的文件信息?2、利用隐藏单元格:写入filename函数能获取到文件信息,但是等提交成功后刷新页面出来,filename就获取不到上次的文件信息了;只能是我重新上传的时候才可以获取到新的,这个有办法能让他上传后刷新是他上次上传的信息,然后我再覆盖上传的时候再读取新的信息么?
  • 如图,想要点击获取验证码以后按钮上直接出现一个倒计时”获取验证码“+倒计时的效果!
  • 如图位置,还想放点东西进去,要怎么让他拉长一点呢?
  • 服务器插件目录超大如何解决?
  • 数据库的数据有没有办法利用报表内部的工具能同步到到多维表格?
  • 报表列是往右拓展,如何如何获取某一个拓展列在哪个列上?比如,从C列拓展后有一个内容在K列,当我点击K列值的时候能获取这个列名是"k"?这个要如何获取?
  • 针对如图效果:如何优化以下代码?使得A列(空白列)及最后列(空白列)不选择到?,也就是指定B-X列生效,其他列不生效?var background_color = "rgb(209,228,255)"; //新背景色  var frozen_back_color = new Array();var back_color = new Array();var $last_tr;var i = 0;// 2行除外$('.x-table tr:gt(2) ').bind("mouseenter",function() {    //$(".x-table tr")      if (typeof($last_tr) != "undefined") {        if (typeof($(this).attr("id")) != "undefined") {            if (typeof($("#content-container #frozen-west").attr("id")) != "undefined") {                $("#content-container #" + $last_tr.attr("id")).each(function() {                    $(this).children("td").each(function() {                        $(this).css("background-color", frozen_back_color);                    });                    i = i + 1;                });                i = 0;            } else {                $last_tr.children("td").each(function() {                    $(this).css("background-color", back_color);                });            }            frozen_back_color = ;            back_color = ;        }    }    if (typeof($(this).attr("id")) != "undefined") {        if (typeof($("#content-container #frozen-west").attr("id")) != "undefined") {            $("#content-container #" + $(this).attr("id")).each(function() {                frozen_back_color = new Array();                $(this).children("td").each(function() {                    frozen_back_color = $(this).css("background-color");                    $(this).css("background-color", background_color);                });                i = i + 1;            });            i = 0;        } else {            $(this).children("td").each(function() {                back_color = $(this).css("background-color");                $(this).css("background-color", background_color);            });        }    }});//2行除外  $('.x-table tr:gt(2)').bind("mouseleave",function() {    if (typeof($(this).attr("id")) != "undefined") {        $last_tr = $(this);    }});
  • 提示内容如图:
  • 决策表中,视图树的图标固定展示是可以的,但是这个视图树内容有多个的时候除开首位能唯一区分以外,中间部分都不能唯一区分(定位全都是.mid-line-conn-background),所以想要引用CSS文件进去直接以序号列表的形式去展示,要如何实现?(想要实现效果:https://bbs.fanruan.com/thread-133741-1-1.html)目前已实现代码:$(".first-line-conn-background.f-s-n.f-auto.c-e.f-c").css({"background-image":"url(http://ip:89/webroot/help/css/custom/111.png)","background-repeat":"no-repeat","background-position":"center"});$(".mid-line-conn-background.f-s-n.f-auto.c-e.f-c").css({"background-image":"url(http://ip:89/webroot/help/css/custom/222.png)","background-repeat":"no-repeat","background-position":"center"});$(".last-line-conn-background.f-s-n.f-auto.c-e.f-c").css({"background-image":"url(http://ip:89/webroot/help/css/custom/333.png)","background-repeat":"no-repeat","background-position":"center"});
  • 决策表中柱形图柱子比较多,在不改变柱形图大小的情况下,如何进行向左滚动展示?

192

80

192

10

个人成就
内容被浏览76,568
加入社区6年235天
返回顶部