会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lanware-shi
博客园
首页
新随笔
联系
订阅
管理
2017年3月20日
Spring JdbcTemplate 与 事务管理
摘要: http://www.open-open.com/lib/view/open1426816646039.html
阅读全文
posted @ 2017-03-20 16:05 lanware-shi
阅读(167)
评论(0)
推荐(0)
2016年11月24日
Struts2 拦截器处理普通Http请求和Ajax请求时拦截配置
摘要: 转载自网址:http://www.2cto.com/kf/201311/260303.html; 近期发现以前的系统中存在一个如下的Bug Case: 在Session过期时,执行页面的ajax请求时,无法正常跳转到session过期提示页面,系统直接hold在那里不动,只有点击左侧菜单时,系统才能
阅读全文
posted @ 2016-11-24 13:55 lanware-shi
阅读(2129)
评论(0)
推荐(1)
2016年11月2日
chrome浏览器测试插件postman安装
摘要: 1、 我们可以参照http://jingyan.baidu.com/album/a17d528513abe28099c8f274.html?picindex=1按步骤进行插件安装操作。 如果chrome应用商店打不开,可以参照http://jingyan.baidu.com/article/0660
阅读全文
posted @ 2016-11-02 09:38 lanware-shi
阅读(252)
评论(0)
推荐(0)
2016年10月28日
多页和单页模式区别
摘要: webx5 单页模式打开方式:justep.shell.showpage(); 多页模式打开方式:window.loacation.href = require.tourl();
阅读全文
posted @ 2016-10-28 10:40 lanware-shi
阅读(5672)
评论(0)
推荐(3)
单页应用的三个问题
摘要: 1、id冲突。 如果多个页面有相同id,通过id取dom节点时不能准确定位。 解决方式:用xid代替id,加载组件时会自动生成不同的id。 xid相关api: this.getIDbyXID(xid);//根据xid获取id this.comp(xid);//根据xid获取组件 document.g
阅读全文
posted @ 2016-10-28 10:28 lanware-shi
阅读(538)
评论(0)
推荐(0)
公告