06 2020 档案

摘要:类别的创建 integer.h @interface integer : NSObject @property int integer; @end integer.m @implementation integer @end 类别 integer+display.h integer+display. 阅读全文
posted @ 2020-06-28 22:57 逆欢 阅读(130) 评论(0) 推荐(0) 编辑
摘要:@autoreleasepool { // insert code here... NSLog(@"Hello, World!"); //c语言中的数组问题 int arr[10]={1,2,3,4,5,6,7,8,9,0}; //c语言的数组只能存同类型的值 //固定大小的数组很难确定大小 int 阅读全文
posted @ 2020-06-25 22:16 逆欢 阅读(218) 评论(0) 推荐(0) 编辑
摘要:// insert code here... NSLog(@"Hello, World!"); //字符串查找子字符串在字符串中的范围 NSString* str=@"http://ww.sxt.cn?user=admin&passwd=123456"; NSRange range = [str r 阅读全文
posted @ 2020-06-23 23:54 逆欢 阅读(192) 评论(0) 推荐(0) 编辑
摘要:一.创建类 创建oc对象时候,需要进行声明 实现 调用 三个步骤 类的声明 @interface Time : NSObject { int hour; // int minute; int second; } @property int minute; -(int)hour; -(void)set 阅读全文
posted @ 2020-06-22 22:57 逆欢 阅读(213) 评论(0) 推荐(0) 编辑
摘要:from selenium import webdriver import logging import time from selenium.common.exceptions import NoSuchElementException, WebDriverException from retry 阅读全文
posted @ 2020-06-15 20:23 逆欢 阅读(340) 评论(0) 推荐(0) 编辑
摘要:https://mp.weixin.qq.com/s/Nw3ZoBHa4f4Ew8XEfuyY1g ajaxhook github https://github.com/wendux/Ajax-hook 阅读全文
posted @ 2020-06-01 21:40 逆欢 阅读(1324) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示