上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: var postInfoData== {index: 0, checkno: "HN020501810230912210002"} ajax传值的时候会出异常: $.ajax({ url: 'url', data: JSON.stringify(postInfoData),//这里传jSON字符串会 阅读全文
posted @ 2018-10-31 11:38 泡沫幻影 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 转载: https://www.aliyun.com/jiaocheng/778166.html 模板替换内容key是: ${enforcername1} package com.jsy.test.pdf; import java.io.FileOutputStream;import java.io 阅读全文
posted @ 2018-10-25 17:26 泡沫幻影 阅读(674) 评论(0) 推荐(0) 编辑
摘要: bootstrap-table获得页面加载数据 如果是BootstrapTreeTable用上面的方法是没有用的. 阅读全文
posted @ 2018-10-22 11:58 泡沫幻影 阅读(650) 评论(0) 推荐(0) 编辑
摘要: 控制层传入HttpServletResponse response对象 // 内容配置中要转码,inline 浏览器支持的格式// response.setHeader("Content-Disposition", "inline;fileName=\"" + new String((lawdoc. 阅读全文
posted @ 2018-10-19 17:16 泡沫幻影 阅读(3262) 评论(0) 推荐(0) 编辑
摘要: 代码中a.centerid 为本身的唯一标示,a.parentcentid为父id标示 比如传入1 ,查出2,3,4,5,6 1 2 3 4 5 6 2.查询所有后代id和名字的存储过程 ps: 查询的id还可以,查询出来的名称少了数据,还望大佬指点 转载: https://www.cnblogs. 阅读全文
posted @ 2018-10-16 17:16 泡沫幻影 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 谢谢各位大佬 转载:https://www.cnblogs.com/yangchunze/p/6667502.html CAST函数语法规则是:Cast(字段名 as 转换的类型 ),其中类型只能为: CHAR[(N)] 字符型 DATE 日期型DATETIME 日期和时间型DECIMAL floa 阅读全文
posted @ 2018-10-16 09:40 泡沫幻影 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 改写自: https://www.cnblogs.com/yxgmagic/p/9637075.html 效果图: <div class="ibox float-e-margins"> <div id="tabContainer"></div> </div> <script src="xxx.js" 阅读全文
posted @ 2018-09-23 16:14 泡沫幻影 阅读(11175) 评论(0) 推荐(0) 编辑
摘要: 官方文档: http://ibeetl.com/guide/#beetl 多谢beetl的作者抽空指点!!! 根据远程文件服务器生成模板: 需要注意的是: StringTemplateResourceLoader:字符串模板加载器,用于加载字符串模板,如本例所示(根据url读取文件内容,然后根据这个 阅读全文
posted @ 2018-09-15 11:36 泡沫幻影 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 参考自: https://blog.csdn.net/jrn1012/article/details/76043177 github地址: https://github.com/bill1012/bootstrap-tab (function ($, window, document, undefi 阅读全文
posted @ 2018-09-12 20:18 泡沫幻影 阅读(6761) 评论(0) 推荐(0) 编辑
摘要: 经纬度 AMap.LngLat 格式: 经纬度的有效范围为经度-180度到+180度,纬度大约-85度到+85度。 JS API 支持的经纬度的写法有两种,使用时经度在前,纬度在后,推荐使用标准写法: var position = new AMap.LngLat(116, 39); //标准写法 v 阅读全文
posted @ 2018-09-07 20:59 泡沫幻影 阅读(692) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 下一页