- 博客(7)
- 资源 (2)
- 问答 (1)
- 收藏
- 关注
原创 easyui-combobox下拉框高度自适应加限制最大高度
<select id="dd" name="dd" class="easyui-combobox" style="width:100%" panelHeight="auto" panelMaxHeight="200px">需要同时添加panelHeight=“auto”panelMaxHeight=“200px”两个属性这样就可以限制最大高度,低于这个高度的自适应显示....
2019-12-16 15:17:29
1033
原创 svg插入的图片image不按照原始比例显示
svg增加图片标签方法xxx.append("image") .attr("xlink:href", function (d) { return 图片路径; })引用的svg图片只会最小比例放大需要引入属性xxx.append("image") .attr("xlink:href", function (d) { return 图片路径; }) .attr("pre...
2019-12-03 11:12:35
722
原创 java将读取到的数据保存为json文件
用到的包import java.io.Writer;import java.io.OutputStreamWriter;import java.io.BufferedWriter;具体实现BufferedWriter writer = null;String path = ServletActionContext.getServletContext().getRealPath("/x...
2019-12-02 10:10:03
2528
原创 easyui-combobox下拉框禁止输入方法
<select id="dd" name="dd" class="easyui-combobox" style="width:100%" panelHeight="auto" data-options="editable:false">添加data-options="editable:false"代码即可
2019-10-31 13:11:07
1902
原创 easyui-datebox日期组件格式化数据
easyui默认的日期选择器选择数据格式为日/月/年使用起来很不方便.<input id="startTime" name="startTime" class="easyui-datebox" label="开始时间:" data-options="formatter:ww3" style="width:100%">function ww3(date){ var ...
2019-10-21 14:49:12
475
原创 easyui-combobox在获取数据后,添加一条数据.(包含默认选中)
var workType_id_sign = 0;//标签function searchWork() { $('#workTypeId').combobox({ url:businessops+'/getWorkSheetType', method:'post', valueField:'id', textField:'name', panelHeight:'auto',...
2019-10-21 13:44:44
785
原创 jeval使用实例
package com.xx.web.util;import net.sourceforge.jeval.EvaluationException;import net.sourceforge.jeval.Evaluator;/**JEval使用实例/public class JEvalSample {public static void main(String args[]) {...
2019-04-29 12:24:02
648
繁体压缩软件无广告
2018-09-12
EasyUI使用Draggable方法拖拽后记录最后位置如何实现?
2019-03-12
TA创建的收藏夹 TA关注的收藏夹
TA关注的人