代码整理_Tag标签_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
当前位置:程序员俱乐部 >>Tag标签 >> 代码整理 >>列表
· iOS开发之17个常用代码整理发布时间:2013-11-02
1.判断邮箱格式是否正确的代码//利用正则表达式验证-(BOOL)isValidateEmail:(NSString*)email{NSString*emailRegex=@"[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,4}";NSPredicate*emailTest=[NSPredicatepredicateWithFormat:@"SELFMATCHES%@",emailRegex]... 查看全文
· MsChart 柱状图前台代码整理 发布时间:2010-11-16
<asp:ChartID="ctUtilizationBySM"runat="server"BackImageAlignment="TopRight"PaletteCustomColors="IndianRed;DarkSeaGreen;0,192,192;128,128,255;CornflowerBlue;Gold"Width="700px"BackColor="PapayaWhip"//thewidthofchart... 查看全文