会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
昵称是默默呐
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
2019年5月15日
autocomplete自动完成
摘要: //效果图
阅读全文
posted @ 2019-05-15 10:51 昵称是默默呐
阅读(204)
评论(0)
推荐(0)
2019年1月2日
poi和excel下载
摘要: //前端设置下载方法 //后台 //复杂表头
阅读全文
posted @ 2019-01-02 11:28 昵称是默默呐
阅读(235)
评论(0)
推荐(0)
ligerUI合并单元格
摘要: 我的方法: //ligerUI设置表格 //两列 //一列 //根据tankAlias进行合并,判断tankAlias是否为空来获取 //前端基础太差,希望有大神能改善一下(——_——+) //结果 或使用ligerUI的自带属性(自带的感觉不是很友好,不知道是兼容问题还是其它原因) mergeCe
阅读全文
posted @ 2019-01-02 11:13 昵称是默默呐
阅读(1352)
评论(0)
推荐(0)
2018年12月29日
移动云Mas发送普通短信和模板短信
摘要: //实体类 //短信发送测试 //httpUtil工具类 //MD5Util工具类
阅读全文
posted @ 2018-12-29 11:39 昵称是默默呐
阅读(5780)
评论(0)
推荐(0)
2018年12月4日
Mybatis 通用Mapper获取表数据id全等于0的情况
摘要: 解决:自增主键类型int型改为Integer
阅读全文
posted @ 2018-12-04 13:58 昵称是默默呐
阅读(755)
评论(0)
推荐(0)
2018年9月3日
ligerUI的dialog
摘要: function f_selectContact(){ $.post("${ctx}/basicInfo/findEnterNames.action",function(data){ var hh = data; localStorage.setItem("array",JSON.stringify
阅读全文
posted @ 2018-09-03 08:46 昵称是默默呐
阅读(1274)
评论(0)
推荐(0)
2018年8月31日
ligerUI的ligerGrid表格
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <link href="./javascripts/ligerUI_v133/skins/Aqua/css/ligerui-all.css" rel="stylesheet" type="text
阅读全文
posted @ 2018-08-31 15:03 昵称是默默呐
阅读(946)
评论(0)
推荐(0)
html+js实现图片的点击放大切换
摘要: <style type="text/css"> a { color: #c60; background-color: transparent; font-weight: bold; text-decoration: none; } ul { padding: 0; } li { float: lef
阅读全文
posted @ 2018-08-31 14:38 昵称是默默呐
阅读(1222)
评论(0)
推荐(0)
2018年8月24日
页面之间传输大量数据
摘要: 页面A localStorage.setItem("array",JSON.stringify(array)); 页面B var array = JSON.parse(localStorage.getItem("array")); 可用 console.log(array) 查看得到的值 array
阅读全文
posted @ 2018-08-24 15:00 昵称是默默呐
阅读(246)
评论(0)
推荐(0)
上一页
1
2
3
公告