05 2014 档案

摘要:http://www.cnblogs.com/yukaizhao/archive/2011/08/01/system-io-memorymappedfile.html 阅读全文
posted @ 2014-05-27 10:22 一马 阅读(120) 评论(0) 推荐(0)
摘要:c# 获取字符串中的数字 /// /// 获取字符串中的数字 /// /// 字符串 /// 数字 例子1: public static decimal GetNumber(string str) { decimal result = 0; if (str != null && str != string.Emp... 阅读全文
posted @ 2014-05-07 15:00 一马 阅读(455) 评论(0) 推荐(0)