- 浏览: 145616 次
- 性别:
- 来自: 大连
最新评论
-
myblog1122:
?在哪儿呀 ?
DLL文件删不掉的处理方式 -
贝塔ZQ:
java实现解析excel文件,PageOffice插件可以实 ...
JAVA解析EXCEL(2003和2007) -
wangxin2009:
很好用,多谢!
JAVA解析EXCEL(2003和2007) -
zhangjialu_vip:
感谢啊,这个问题,我弄几天了
Win7 局域网访问出现0x80070035错误 -
hhww0101:
你在FF上试了吗?FF是不居中的吧
extjs里的fieldset不居中的解决办法(记录)
文章列表
peoplesoft 一点感触
- 博客分类:
- 存档
在peoplesoft开发过程中,发现,如里页面上某个字段的prompt table需受EFFDT限定,那么,就在页面上用一个EFFDT,以便限定,若不在页面上用EFFDT的话,prompt table的EFFDT会受当前时间限定(peoplesoft自身的功能)。
peoplesoft 几个遇到的问题总结
- 博客分类:
- 存档
1. FieldDefault的应用:如果设定默认值在此事件下写PC可以。(在record里设置field的默认值比此事件下的优先).
2. %datein()不能直接夹date型的。
3. popup page使用方式(两步):
1).
在这里面配置组件;
2).
4.对于用CI,如果component没有create的,第一条要用item(1)来取,后面的用insertItem(&count)来增加,否则,总是增加一条,就会成双出现(会无形当中默认有一条);如果有create的,刚直接insertItem(%count) 就OK[注意:插入之前,先清除历史数据为妙 ...
假设我们要为record A里的field a设置动态prompt table.
1.将系统里的 derived record DERIVED 的字段EDITTABLE(还有很多字段,你随意)拖到要设置动态prompt table的a所在的页面,最好放在level0上,好取;
2.将a的prompt table 的值设为 %EDITTABLE,不要扔了%号;
3.在a 的peoplecode里赋值:DERIVED.EDITTABLE.value="你要设置给a的prompt table的名称";
OK,到此,大功告成。
http://bytes.com/topic/javascript/insights/825556-using-onbeforeunload-javascript-event
"Please remember that the window.onbeforeunload event is fired every time the page is about to unload. This means that if the user clicks a button on your page, and your page posts back to the server, the w ...
http://www.tizag.com/xmlTutorial/xslttutorial.php
http://www.tizag.com/xmlTutorial/xpathattribute.php
http://www.tizag.com is good .
摘自:http://blog.myspace.cn/e/300055944.htm
(1)firefox处理中文网页时--出现乱码的机会比较多。推荐在地址栏中输入"about:config"--然後在下面的filter栏中输入 "charset"--双击搜索结果中的"intl.charset.default"并输入"GB2312"--可以避免多数情况下被误认为iso- 8859-1编码的问题。 如果还是出现汉字乱码--在菜单View→Character Encoding中选择简体中文--GB2312--可以解决- ...
create/assign tablespaces
- 博客分类:
- 存档
http://www.orafaq.com/wiki/Tablespace
http://www.kuqin.com/developtool/20090308/38593.html
http://www.360doc.com/content/06/0227/09/2778_72866.shtml
local variables http://en.wikipedia.org/wiki/Local_variable
global variables http://en.wikipedia.org/wiki/Global_variable
instance variables http://en.wikipedia.org/wiki/Instance_variable
http://msdn.microsoft.com/en-us/library/aa905979%28SQL.80%29.aspx
http://www.motive.co.nz/glossary/client-server.php
http://struts.apache.org/1.0.2/userGuide/building_controller.html
http://www.tomjewett.com/dbdesign/dbdesign.php?page=ddldml.php
感觉看了就懂了.