- 博客(7)
- 收藏
- 关注
转载 iOS8.0 之后UIAlertView和UIActionSheet的创建方式的新变化
iOS8.0 之后UIAlertView和UIActionSheet的创建方式的新变化 最近已经换了Xcode 6.1,开始适配iOS 8.0以上版本了,在iOS 8以前,我们创建一个警告视图(UIAlertView),通常是这样的 UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Title" me
2015-09-25 11:47:36
321
转载 简述UIDatePicker的用法
原文地址:http://j.news.163.com/docs/99/2014091614/A698RRQN9001RRQO.html 1.Locale 设置DatePicker的地区,即设置DatePicker显示的语言。 1.跟踪所有可用的地区,取出想要的地区 NSLog(@"%@", [NSLocale availableLocaleIdentifiers]);
2015-09-02 15:21:14
399
原创 自定义tableViewCell和设置多选
TableView.m 头文件 #import @interface SmallKindsTableVC : UITableViewController -(void)setNavigatonControllerTitle:(NSString*)title; @end TableView.h 头文件 #import "SmallKindsTableVC.h" #import
2015-09-01 18:20:17
3089
转载 关闭当前页面
if(Page.IsPostBack) { } else { this.btnClose.Attributes.Add("onclick","return confirm('您确定要退出系统吗?')"); } private void btnClose_Click(object sender, System.EventArgs e) { Session.Remove("userA
2013-11-08 20:27:41
709
转载 关闭框架页面
关闭框架页面 if(Page.IsPostBack) { } else { this.btnZX.Attributes.Add("onclick","return confirm('您确定要注销系统吗?')"); this.btnClose.Attributes.Add("onclick","return confirm('您确定要退出系统吗?')"); } private vo
2013-11-08 20:24:30
553
转载 使用Custom Validator控件设置Textbox文本框输入长度
使用Custom Validator控件设置Textbox文本框输入长度 步骤: 1、在工具箱中找到CustomValidator控件,并根据以下内容设置其属性 ClientValidationFunction="string" ControlToValidate="TextBox1" Display="Dynamic" ErrorM
2013-11-08 11:23:53
873
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅
1