随笔 - 232
文章 - 0
评论 - 26
阅读 -
38万
12 2014 档案
[转]缓存、缓存算法和缓存框架简介
摘要:以下内容转自:http://www.leexiang.com/cache-algorithm(转载请注明出处)-----------------------------------分割线----------------------------------------------引言我们都听过 cac...
阅读全文
JDE修改Grid列样式
摘要:Set Grid Color :to change the background color of a cell, row, column, or the entire control.Set Grid Font :to change the type, style, size, effects, ...
阅读全文
JDE报表开发笔记(Client端导出Excel乱码)
摘要:之前导出Excel时没发生任何问题, Client端PL/SQL字符集为UTF-8 Oracle JDE E910字符集为UTF-8解决方式:添加指定用户的字符集(上图即为修改后的用户字符集) 角色人员配置字符集如下图所示(100095为后添加的字符配置): 设置字符集路径如下图: 添加后...
阅读全文
JDE报表开发笔记(数据选择及继承)
摘要:在Section的Event中, Do Custom Section("sectionxxx")自定义加载下一个Section Set Selection Append Flag()继承上一个Section中的Selection(system function) Set User Select...
阅读全文