- 博客(5)
- 收藏
- 关注
原创 ios学习笔记之手势识别
GestureUIKit classTapping (any number of taps)UITapGestureRecognizerPinching in and out (for zooming a view)UIPinchGestureRecognizerPanning
2014-12-22 22:25:03
625
原创 UILabel 学习笔记之设置圆角
UILabel *label = [[UILabel alloc] init];label.layer.cornerRadius = 5;label.clipsToBounds = YES;
2014-12-04 21:48:43
455
原创 UITableView 学习笔记
学习Tableview 笔记; 显示数据,必须设置数据源 UITableView *tableView = [[UITableView alloc]init];tableView.dataSource = self;- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
2014-12-02 17:16:39
363
原创 IOS xib,文件加载笔记
xib加载两种方式: 1> [[NSBundle mainBundle] loadNibNamed: owner: options:] Name 参数是文件名(注:不用写后缀),owner参数在不需要事件处理填写nil ,options 参数填写nil;2> [UINib nibWithNibName: bundle:]; Name 参数是文件名(注:不用写后缀),bundel
2014-12-01 11:17:27
542
原创 Mac 下安装Tomcat7.0.57
下载Tomcat,我下的是Tomcat 7.0.57解压,文件夹改名为Tomcat移动该文件夹,至你习惯的目录,比如/Library执行/Library/Tomcat/bin下的startup.sh打开http://localhost:8080查看是否Tomcat已经启动解决文件权限问题:sudo chmod 755 /Library/Tomcat/bin/*.sh定义JA
2014-11-21 10:34:17
969
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅