
页面显示
ykdsg
能喝一杯的程序员。
展开
-
freemarker学习笔记
内置的方法:1. html: 特殊的 HTML 标记会被转义字符替代 (E.g. cap_first: The string with the first letter converted to upper case lower_case: The lowercase version of the string upper_case: The uppercase version of原创 2008-04-21 15:24:00 · 887 阅读 · 0 评论 -
ifame共享session的解决方法
在开发中碰到的问题,同事做的一个页面中的iframe要调到我这边地址,并且url后附着验证码,而我验证时要取得他session中的登陆信息。结果是iframe对第一个action可以相应,但我的页面包含的另外的iframe中的action却调不到session中的值。发现是调不到最外面那个页面的session 解决方案,在第一次相应的action中加一个header原创 2008-08-19 19:42:00 · 5603 阅读 · 0 评论 -
web不同域之间互传数据
今天开发的时候需要调用到其他部门的的一个地址,发过来的demo是var userInArray =[];//userInArray.push("ff80808123977698012398ea851b006b#高杰#2");var userOutArray =[];function test(){ document.domain ="remote.net"; userOut原创 2010-01-15 13:07:00 · 1451 阅读 · 0 评论