摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TJCFinanceWriteOff.BizLogic.Common { /// /// C#金额大写转小写 /// ... 阅读全文
posted @ 2019-10-29 09:54
SpringCore
阅读(258)
评论(0)
推荐(0)
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 5 namespace TJCFinanceWriteOff.BizLogic.Common 6 { 7 public class UnixTimeUtil 8 { 9 /// 10 ... 阅读全文
posted @ 2019-10-29 09:54
SpringCore
阅读(438)
评论(0)
推荐(0)
摘要:
1 using (Bitmap bmp = new Bitmap(scanImgPath)) 2 { 3 Bitmap bitmap = new Bitmap(bmp.Width, bmp.Height, PixelFormat.Format16bppRgb555); 4 using (Graphics draw = Graphics.FromImage(bitmap)) 5 { 6 draw.D 阅读全文
posted @ 2019-10-29 09:52
SpringCore
阅读(3039)
评论(0)
推荐(0)

浙公网安备 33010602011771号