C#
文章平均质量分 81
老吹老吹
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
一个封装好的 FileSystemWatcher 类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Collections;using System.Threading;namespace synchro{ public del原创 2008-11-04 14:20:00 · 1486 阅读 · 0 评论 -
人民币大小写转换
static class Money { private static string[] NumUpper = { "零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖" }; private static string[] DanWei = { "1", "10", "100", "1000",原创 2008-12-04 11:24:00 · 527 阅读 · 0 评论
分享