12 2009 档案
摘要:/********************************************************作者:(birdie_7761@cmmail.com)版本:1.0创建时间:20020227修改时间:功能:小写金额转换成大写参数:n_LowerMoney 小写金额 v_TransType 种类 -- 1: directly translate, 0: read it in words 输出:大写金额********************************************************/CREATE FUNCTION dbo.L2U (...
阅读全文
摘要:/// /// 获取等比例缩放图片的方法 /// /// 待缩放图片路径 /// 缩放图片保存路径 /// 缩放图片保存的格式 /// 要保持的宽度或高度 /// 如果为true则保持宽度为scaling,否则保持高度为scaling /// public bool GetThumbnail(string imgPath, string savePath, ImageFormat format, int scaling, bool keepWidt...
阅读全文