[System.Runtime.InteropServices.DllImport("Kernel32.dll")] static extern bool QueryPerformanceCounter(ref long count); [System.Runtime.InteropServices.DllImport("Kernel32.dll")] static extern bool QueryPerformanceFrequency(ref long count);private void TreatSub(){long count = 0; l
posted @ 2013-06-03 16:05 天是那么蓝 阅读(235) 评论(0) 推荐(0)
摘要: ////// 类说明:HttpHelps类,用来实现Http访问,Post或者Get方式的,直接访问,带Cookie的,带证书的等方式/// 编码日期:2011-11-17/// 编 码 人: 苏飞/// 联系方式:361983679 Email:sufei.1013@163.com Blogs:http://sufei.cnblogs.com///using System;using System.Collections.Generic;using System.Web;using System.Text.RegularExpressions;using System.Diagnostics 阅读全文
posted @ 2013-05-28 15:49 天是那么蓝 阅读(409) 评论(0) 推荐(0)
摘要: 版本一:这种金额大写忽略不同进度间的零的显示,显示效果如:二十万九百一元四角整(200901.40)StringVar x; StringVar xx :=""; NumberVar z; NumberVar i; x := ToText(Sum ({@@AMOUNT})); x := Replace(x,",",""); x := Replace(x,".",""); z := length(x)-2; for i := z to -1 step -1do ( select i case10 阅读全文
posted @ 2012-07-02 14:21 天是那么蓝 阅读(2447) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示