马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如果英语好,口才好,加上女孩子的优势说不定有机会进去做做别的工具)汇合|正则复杂实例:
strings="2005-2-21";
Regexreg=newRegex(@"(?<y>d{4})-(?<m>d{1,2})-(?<d>d{1,2})",RegexOptions.Compiled);
Matchmatch=reg.Match(s);
intyear=int.Parse(match.Groups["y"].Value);
intmonth=int.Parse(match.Groups["m"].Value);
intday=int.Parse(match.Groups["d"].Value);
DateTimetime=newDateTime(year,month,day);
它有很多缺点的,有兴趣可以到网上去搜索一下。于是微软有发明了“下一代”C++:C++/CLI语言,这个可以解决在.NETFramework中,托管C++产生的问题。在《程序员》杂志上,lippman和李建中合作连载介绍了C++/CLI语言。 |