上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 34 下一页
摘要: ViewController.h #import <UIKit/UIKit.h> @interface ViewController : UIViewController { //定义一个开关控件 //可以进行状态的改变 //开 关 两种状态可以切换 //所有UIKIts框架库中的控件均已UI开头 阅读全文
posted @ 2020-09-12 23:27 逆欢 阅读(89) 评论(0) 推荐(0) 编辑
摘要: ViewController.h #import <UIKit/UIKit.h> @interface ViewController : UIViewController { //定义一个定时器对象 //可以在每个固定时间发送消息 //调用此消息来调用相应的时间函数 //通过此函数可以在固定时间段来 阅读全文
posted @ 2020-09-12 22:55 逆欢 阅读(184) 评论(0) 推荐(0) 编辑
摘要: https://docs.celeryproject.org/en/latest/index.html 阅读全文
posted @ 2020-09-11 14:55 逆欢 阅读(233) 评论(0) 推荐(0) 编辑
摘要: main.m #import <UIKit/UIKit.h> #import "AppDelegate.h" //整个APP程序的主函数 入口函数 int main(int argc, char * argv[]) { NSString * appDelegateClassName; //自动内存释 阅读全文
posted @ 2020-09-10 22:30 逆欢 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Xode11 SceneDelegate.m #import "SceneDelegate.h" #import "ViewController.h" @interface SceneDelegate () @end @implementation SceneDelegate - (void)sce 阅读全文
posted @ 2020-09-09 22:12 逆欢 阅读(274) 评论(0) 推荐(0) 编辑
摘要: ViewContriller.m #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad] 阅读全文
posted @ 2020-09-08 21:40 逆欢 阅读(153) 评论(0) 推荐(0) 编辑
摘要: viewController.m #import "ViewController.h" @interface ViewController () @end @implementation ViewController -(void) createBtn { UIButton* btn=[UIButt 阅读全文
posted @ 2020-09-07 22:54 逆欢 阅读(154) 评论(0) 推荐(0) 编辑
摘要: ViewController.m #import "ViewController.h" @interface ViewController () @end @implementation ViewController // 创建普通按钮 -(void) createUIRectButton { // 阅读全文
posted @ 2020-09-07 21:59 逆欢 阅读(99) 评论(0) 推荐(0) 编辑
摘要: ViewController.m #import "ViewController.h" @interface ViewController () @end @implementation ViewController //创建UI控件函数 -(void) createUI { //定义并创建一个UI 阅读全文
posted @ 2020-09-07 21:11 逆欢 阅读(154) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/djtang/p/9541459.html 'driver':'SQL Server Native Client 10.0', 要与ODBC 一致 阅读全文
posted @ 2020-09-06 13:35 逆欢 阅读(270) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 34 下一页