摘要:
锐浪 报表, 交叉报表中 对交叉字段,做条件改变背景颜色 .var fieldCount = Report.RunningDetailGrid.ColumnContent.ContentCells.Count; // 总字段列数var lockFieldCount = Report.Detai... 阅读全文
posted @ 2014-06-17 17:29
Alfa
阅读(1225)
评论(1)
推荐(0)
摘要:
锐浪 报表, 交叉报表中 对交叉字段,做条件改变背景颜色 .var fieldCount = Report.RunningDetailGrid.ColumnContent.ContentCells.Count; // 总字段列数var lockFieldCount = Report.Detai... 阅读全文
posted @ 2014-06-17 17:29
Alfa
阅读(1225)
评论(1)
推荐(0)
摘要:
摘自:http://blog.chinaunix.net/uid-7374279-id-2057584.htmlHashMap是Hashtable的轻量级实现(非线程安全的实现),他们都完成了Map接口,主要区别在于HashMap允许空(null)键值(key),由于非线程安全,效率上可能高于Has... 阅读全文
posted @ 2014-06-17 10:42
Alfa
阅读(749)
评论(0)
推荐(0)
|