上一页 1 2 3 4 5 6 7 8 ··· 27 下一页

2016年10月9日

跨域问题

摘要: 关于springmvc跨域: http://www.cnblogs.com/asfeixue/p/4363372.html https://my.oschina.net/u/1421591/blog/529032 HTTP访问控制(CORS) https://developer.mozilla.or 阅读全文

posted @ 2016-10-09 16:58 izumi 阅读(102) 评论(0) 推荐(0) 编辑

2016年9月13日

easyui分页,编辑datagrid某条数据保存以后跳转到某一页

摘要: 参考资料:http://caizhilin2010.iteye.com/blog/1731698 问题:商品列表页面采用easyui的datagrid展示数据,编辑某行数据保存以后,要求跳转到 用户在编辑之前翻到的那一页。 实践:为了方便描述,这里将数据展示页面叫做页面A.jsp,编辑页面叫做B.j 阅读全文

posted @ 2016-09-13 15:35 izumi 阅读(5248) 评论(0) 推荐(1) 编辑

2016年8月31日

使用apache的poi实现导入导出excel

摘要: 1、jar包:poi-3.14-20160307.jar、poi-ooxml-3.14-20160307.jar 2、导入(本例实现了解析excel生成List): 3、导出 爱的反复 阅读全文

posted @ 2016-08-31 17:27 izumi 阅读(6539) 评论(1) 推荐(0) 编辑

springmvc 文件下载

摘要: 1、使用servlet的API实现 参考:http://my.oschina.net/u/1394615/blog/311307 2、使用spring的API实现 参考:http://blog.csdn.net/clj198606061111/article/details/20743769 打发大 阅读全文

posted @ 2016-08-31 17:23 izumi 阅读(4388) 评论(0) 推荐(0) 编辑

2016年8月29日

mybatis防止sql注入

摘要: 1、资料 http://my.oschina.net/chuibilong/blog/638950 使用foreach标签处理 in ()的情况 http://blog.csdn.net/gchonghavefun/article/details/8214223/ 2、实践 List<OrderIn 阅读全文

posted @ 2016-08-29 14:54 izumi 阅读(675) 评论(0) 推荐(0) 编辑

2016年8月26日

jQuery form的load函数与el表达式赋值的冲突问题

摘要: 问题: 在使用el表达式给表单中的项赋初始值的时候,总是失败,物流公司没有自动选中,物流单号也没有显示值。 调查: 1、当我把class="easyui-combobox"和class="easyui-textbox easyui-validatebox"属性去掉以后,就正常了。怀疑是easyui冲 阅读全文

posted @ 2016-08-26 11:33 izumi 阅读(2262) 评论(0) 推荐(0) 编辑

easyui combobox简单用法

摘要: 阅读全文

posted @ 2016-08-26 10:35 izumi 阅读(2115) 评论(0) 推荐(0) 编辑

2016年8月24日

DateTimePicker:jQuery日期和时间插件

摘要: http://www.jq22.com/jquery-info332 阅读全文

posted @ 2016-08-24 18:36 izumi 阅读(488) 评论(0) 推荐(0) 编辑

2016年8月13日

jquery easyui datagrid实现单行的上移下移,以及保存移动的结果

摘要: 1、实现行的上移、下移、 说明: 1.1 通过datagrid生成的表格有固定的格式,比如,表格div的class名是datagrid-view。比如每一行tr都有id和datagrid-row-index属性等。 1.2 在上移和下移以后,我们将移动以后的两行的id和datagrid-row-in 阅读全文

posted @ 2016-08-13 18:14 izumi 阅读(2685) 评论(0) 推荐(0) 编辑

2016年8月12日

springmvc+freemarker生成静态html文件

摘要: 参考资料: http://mylfd.iteye.com/blog/1896501 http://www.cnblogs.com/xxt19970908/p/5553045.html 个人实践: 1、需求:创建优惠券功能模块,操作人员选择若干条商品,点击生成按钮,程序在服务器指定目录下生成静态的优惠 阅读全文

posted @ 2016-08-12 18:08 izumi 阅读(763) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 27 下一页

导航