mysql两个同结构的表合并 MySQLMySQLLeave a Comment on mysql两个同结构的表合并 (SELECT * FROM book WHERE Id =22)UNION(SELECT * FROM bo ... Read More
sql连表查询语句 MySQLMySQLLeave a Comment on sql连表查询语句 select * from message,reply where message.Id=reply.MsId ... Read More
动态添加UIButton,传参数 IOS 笔记Leave a Comment on 动态添加UIButton,传参数 – (void)viewDidLoad { [super viewDidLoad]; NSInte ... Read More
UIScrollView与UIPageControl IOS 笔记Leave a Comment on UIScrollView与UIPageControl 关键代码如下: #import “B3ViewController.h” ... Read More
设计必看App参考手册 IOS 笔记Leave a Comment on 设计必看App参考手册 开发者不懂图形设计,设计师讨厌返工。本参考手册旨在帮助设计师制作超赞的ios App设计,并且告诉设计师如何为 ... Read More
ios StoryBoard定制表单元 IOS 笔记Leave a Comment on ios StoryBoard定制表单元 (将Lable标签的tag设置为30,在属性检查器里设置哦亲。) cellForRowAtIndexPath方 ... Read More
iOS导航栏、标签栏 IOS 笔记Leave a Comment on iOS导航栏、标签栏 View1 *view1 = [[View1 alloc]init]; myNav1 = [[UINaviga ... Read More
objective-c协议(protocol) IOS 笔记Leave a Comment on objective-c协议(protocol) 协议(protocol) FlyTest.h文件 // Fl ... Read More