06 2015 档案

摘要:一.展示实现效果 客户端: 服务器端: 二.创建表 1 create table CourseVideo 2 ( 3 VideoID int IDENTITY(1,1) NOT NULL, 4 CourseID int NOT NU... 阅读全文
posted @ 2015-06-29 15:01 Linxxx~ 阅读(1975) 评论(3) 推荐(0)
摘要:objective-c基础总结第一二章1.application:didiFinishLauchingWithOptions:程序启动后立即执行2.启动界面代码格式:self.window = [UIWindow alloc] initWithFrame:[[UIScreen mainScreen]... 阅读全文
posted @ 2015-06-09 15:28 Linxxx~ 阅读(363) 评论(0) 推荐(0)