有关C#100问
吴新强
这个作者很懒,什么都没留下…
展开
-
如何随机产生一个自定义长度的字符串?
using System; using System.Collections.Generic; using System.Linq; using System.Text; //吴新强于2013年4月10日0:13:19 桂电2507 namespace RandomWord { class Program { public static char[原创 2013-04-10 00:10:53 · 2029 阅读 · 0 评论 -
如何从指定字符串中查找并替换字符串?
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; #region原创 2013-04-10 00:46:17 · 3166 阅读 · 0 评论 -
如何比较字符串是忽略大小写?
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; #region原创 2013-04-10 10:51:57 · 1788 阅读 · 0 评论 -
如何使用ArrayList类实现n位数的任意组合?也考虑0在首位的情况
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using Sy原创 2013-04-10 20:58:22 · 984 阅读 · 0 评论 -
如何让首字母变成大小写
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; // 吴新强原创 2013-04-10 00:05:36 · 1944 阅读 · 0 评论