Blog信息 |
blog名称:注册会计师(注会)练习软件 日志总数:398 评论数量:116 留言数量:27 访问次数:3271264 建立时间:2005年6月6日 |

| |
[硬件教学资料]硬件教学目录(备查) 软件技术, 电脑与网络
吕向阳 发表于 2007/8/1 11:03:13 |
1 dos 2 windows 安装 3 驱动程序 4 ghost 5 windows 内网及外网设置 5 分区格式化 6 windows优化(WINRAR,垃圾文件清理、sysset、优化大师、360安全卫士) 7 注册表 及WINDOWS启动项管理
8ntfs用户权限 8 CMOS设置 9 还原精灵、一键还原,MAXDOS,虚拟光驱 11 WINDOWS 用户管理,权限设置,ntfs方式 12 网络故障思路 13 硬件部件介绍 14 硬件部件安装 15 硬件黑屏、死机
========================
coreldraw 教学
1 基本复制,图形基础 2、相加,相减 |
|
DevExpress.XtraGrid的统计功能 软件技术
吕向阳 发表于 2007/4/28 17:35:14 |
DevExpress.XtraGrid的统计功能
设置ShowFooter = True 选中某一列(ID),SummaryItem属性,->设置SummaryType为:count(记录个数)、sum(总和)、Max(该列最大值)......,->再设置DisPlayFormat格式为:static text{0:format specifier} static text其中format specifier可以分别设置为E1、n0、c2、x8,其中代表格式如下: c2 : $1,234,00 n0 : 1,234 E1 : 1.2E + 003
DevExpress.XtraGrid的其它一些属性设置
Category: |
|
[borland eco 技术]怎样在自定义属性中进行四舍五入处理 软件技术
吕向阳 发表于 2007/3/18 12:29:53 |
要达到Math.Round(self.MemberPrice * (self.MemberHire.TaxRate / 100),2)
这样的效果,需要:
public class MyOclOperationSQR: OclOperationBase { public override void Evaluate(IOclOperationParameters parameters) { double p1 = Support.GetAsNumeric(parameters.Values[1]); Support.MakeNewNumeric( parameters.Result, System.Math.Sqrt(p1) ); }
protected override void Init() { Intern |
|
|