E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
NSString
获取ios应用的相关配置信息
-(void)isFromJailbrokenChannel{//取出embedded.mobileprovision这个描述文件的内容进行判断
NSString
*mobileProvisionPath=
杨闯
·
2023-10-14 15:08
strong和copy的区别
#import@interfacePerson:NSObject@property(nonatomic,strong)
NSString
*strongString;@property(nonatomic,
wjam小涛涛
·
2023-10-14 13:50
【iOS】深拷贝与浅拷贝
目录可以自动生成,如何生成可参考右边的帮助文档文章目录前言一、定义二、非容器类对象的深浅拷贝三、容器类对象的深浅拷贝四、自定义类对象的深浅拷贝五、属性关键字的深浅拷贝六、容器类对象的完全深拷贝总结前言在前面学习
NSString
温柔何曾赋我
·
2023-10-13 20:26
ios
objective-c
开发语言
ios属性同时重写set/get方法报错
使用property的时候,同时重写setget方法会报错,如@interfaceViewController:UIViewController@property(nonatomic,copy)
NSString
想名真难
·
2023-10-13 18:08
零碎知识点
self与super
implementationMyObjectB-(instancetype)init{self=[superinit];MyObjectA*objA=[[MyObjectAalloc]init];NSLog(
NSString
FromClass
平凡码农
·
2023-10-13 10:13
常用正则表达式
#pragmamark-身份证号+(BOOL)IsIdentityCard:(
NSString
*)IDCardNumber{if(IDCardNumber.length=0;i--){digit=[digitsOnlycharacterAtIndex
默_f248
·
2023-10-13 06:23
Xcode 代码块、类文件模板
代码块书写代码@property(nonatomic,copy)
NSString
*;选中代码右键,选择CreateCodeSnipped编辑代码块信息Xcode的自带代码模板是用一个plist格式xml
刹那_芳华
·
2023-10-13 04:04
iOS开发之类的本质
#import#import#import#defineISA_MASK0x00007ffffffffff8ULL@interfacePerson:NSObject{
NSString
*nickname;
爱看书de图图
·
2023-10-13 01:26
iOS获取时间差 获取时间 是否是24小时制
直接上代码//本地时间与其他时间对比,判断是否超过固定时间+(BOOL)overtime:(
NSString
*)serverTimemaxSecond:(CGFloat)maxSec{if(serverTime.length
LWide
·
2023-10-12 23:45
VUE 与 原生交互(iOS为主)
iOS环境:wkwebview加载本地js文件要用fileURLWithPath,并且资源文件要采用folderreferencesimage.png
NSString
*filePath=[[NSBundlemainBundle
Mehmet
·
2023-10-12 20:29
iOS开发-Model利用runtime快速初始化
现有如下类:TestModel.h#importNS_ASSUME_NONNULL_BEGIN@interfaceTestModel:NSObject@property(nonatomic,copy)
NSString
handsome丶亮
·
2023-10-12 18:20
分类添加weak属性
importNS_ASSUME_NONNULL_BEGIN@classFengFeedBack;@protocolFengDelegate-(void)FengFeedBack:(FengFeedBack*)feedBackmessage:(
NSString
片片碎
·
2023-10-12 12:06
iOS 中的Tagged Pointer
什么是TaggedPointer对象TaggedPointer对象一般用于NSNumber、NSDate、
NSString
等小对象的存储。
希尔罗斯沃德_董
·
2023-10-12 08:02
浅谈KVC
KVC其中包含两个两个方法,-(id)valueForKey:(
NSString
*)key;与-(void)setValueForKey:(
NSString
*)key;当然还有其他两个keyPath的方法
Horson19
·
2023-10-12 05:46
OC常用的
NSString
操作
获取文件路径的后缀名:
NSString
*suffix=[filePathpathExtension];获取字符串中某个字符的第一个索引值NSRangerang=[@"213455676abc"rangeOfString
OKXLIN
·
2023-10-11 13:17
ios
笔记
XCTestCase的常用断言
(nonatomic,assign)intcondition2;@property(nonatomic,assign)intcondition3;@property(nonatomic,strong)
NSString
不慌不忙
·
2023-10-11 13:43
占位符汇总
1、保留两位小数点
NSString
*test=[
NSString
stringWithFormat:@"%.3f",M_PI];NSLog(@"%@",test);输出为:3.142、整数位数不足时候前面自动补
EnjoyWT
·
2023-10-11 10:05
ELF文件格式详解
序言1.OBJECT文件导言ELF头(ELFHeader)Sectio
nsString
表(StringTable)Symbol表(SymbolTable)重定位(Relocation)2.程序装载与动态连接导言
wondergong
·
2023-10-11 04:47
libelf
libelf
elf文件
golang中的变量和常量
例子说明:packagemainimport"fmt"constco
nsstring
="constant"funcmain(){//变量:普通赋值,由关键字var、变量名称、变量类型、特殊标记=,以及相应的值组成
兴国First
·
2023-10-11 03:53
golang
golang的变量和常量
Iphone开发基础教程 (11章 基本数据持久性)--读书笔记
Documents目录NSArray*path=NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask,YES);
NSString
landebug
·
2023-10-11 01:52
读书
iphone
sqlite
database
interface
path
iOS开发---常用文件读写操作。
NSError*error;
NSString
*textFileContents=[
NSString
stringWithContentsOfFile:[[NSBundlemainBundle]pathForResource
「已注销」
·
2023-10-11 01:49
iOS开发
xcode
ios
文件管理器
文件系统
沙盒
(IOS)获取用户坐标
#pragmamark-获取用户坐标+(
NSString
*)userLocations{CLLocationManager*locationManager=[[CLLocationManageralloc
rightmost
·
2023-10-11 01:46
iOS 开发 Xcode 8.1创建新项目的配置--详解
创建项目内容2.TARGETS–>General设置//图标,启动图片,拖入图片资源//名称,版本,支持的方向,系统的版本info.plistBundledisplayname;Bundleversio
nsstring
上进求知,认真思辨
·
2023-10-10 23:15
IOS开发基础
iOS开发
xcode
ios
创建新项目
配置文件
(IOS)在UITextView中显示html文本
CGRectMake(20,30,100,199)];textView.backgroundColor=[UIColorredColor];[self.viewaddSubview:textView];
NSString
rightmost
·
2023-10-10 20:55
objective-c 获取iPhone系统当前时间字符串适配12小时制和24小时制
iPhone11上:20230822下午210568760;iPhone7plus上:2023082240043851PM;而我们预期的时间格式是:20230822172433548之前获取时间格式-(
NSString
xiejunna
·
2023-10-10 16:12
iphone
ios
objective-c
UIFont遇到的坑
以下生成UIFont对象的安全写法+(UIFont*)fontWithName:(
NSString
*)fontNamesize:(float)f
ledka
·
2023-10-10 07:35
ios基础之一天一道笔试题(2)
请写出程序执行后的打印结果:@property(nonatomic,strong)
NSString
*aStrongString;@property(nonatomic,copy)
NSString
*aCopyString
66be37b2096c
·
2023-10-10 07:07
iOS 获取WiFi bssid ssid 信息
bridge_transferid)CNCopySupportedInterfaces();NSLog(@"interfaces:%@",ifs);NSDictionary*info=nil;for(
NSString
曾柏超
·
2023-10-10 05:44
iOS CGRect CGPoint NSRange等结构体的NSLog打印输出
iOS的UIKit里提供了UIGeometry.h内有各结构体转换成
NSString
的方法,可用于打印输出;UIKIT_EXTERN
NSString
*
NSString
FromCGPoint(CGPointpoint
RollingPin
·
2023-10-10 01:30
ios
NSLog
CGPoint
CGRect
打印结构体
NSString
时间字符串按时间顺序排序
对传入字符串数组中的时间字符串根据时间格式进行排序(升序/降序)+(NSMutableArray*)sortedTimeWithTimeArray:(NSMutableArray*)timeArraydateFormater:(
NSString
黎明s
·
2023-10-10 01:20
copy与mutableCopy的理解?
copy与mutablecopy使用copy或mutableCopy方法可以创建一个对象的副本copy需要实现NSCoppying协议这些创建的是不可变副本(如
NSString
、NSArray、NSDictionary
充满活力的早晨
·
2023-10-09 22:49
APP跳转应用商城
第一种方法:
NSString
*str=[
NSString
stringWithFormat:@"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa
什么都为null
·
2023-10-09 22:44
iOS 上传emoji到后台并显示出来
NSString
*content=[textstringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSetURLQueryAllowedCharacterSet
f29da6214cb5
·
2023-10-09 19:12
iOS 请求失败后,取消网络请求减少内存消耗
//DD_V_T_APIClient继承自AFHTTPSessionManager-(void)cancelRequet:(
NSString
*)requestPath{//1.先获取所有的任务,包括请求
Timer丶
·
2023-10-09 18:33
iOS千位分隔符实现1000-bit
+(
NSString
*)ThousandWithString:(
NSString
*)str{str=ZLIFISNULL(str);if(str.length==0){return@"0.00";}else
witcheryboy
·
2023-10-09 09:59
每日一题 --- 606. 根据二叉树创建字符串[力扣][Go]
解题代码:递归functree2str(root*TreeNode)string{vara
nsstring
s.Buildervardfsfunc(*TreeNode)dfs=func(node*TreeNode
吕元龙的小屋
·
2023-10-09 07:46
每日一题
leetcode
golang
算法
直播间聊天滚屏动画
本文列举两种方式一一次滚动到所有内容底部-(void)showAddDataWithAnimation{//方式一:一次滚动到底部NSMutableArray*array=[[NSMutableArrayalloc]init];for(
NSString
Liuny
·
2023-10-09 06:13
关于GKPhoto点击放大没有图片只有缺省图
GKPhoto,点进去看看,人家可传递的不止有url,还有UiImage
NSString
*photo=self.detailModel.teacherModel.teacher_picture;
NSString
cola_wh
·
2023-10-09 05:38
ios
UIlabel加载html
NSString
*strHtml=@"提示1、测试测试测试测试测试测试测试测试测试测试测试测试2、测试测试测试测试测试测试测试测试测试测试";NSAttributedString*strAtt=[[NSAttributedStringalloc
cola_wh
·
2023-10-09 05:38
html
ios
数据库
ios微信分享的时候每次都连接,而且有时候成功有时候不成功
检查是否有被释放的局部变量,如果有局部变量提前释放,那么就会分享不成功第二步:AppDelegat里打开日志,[WXApistartLogByLevel:WXLogLevelDetaillogBlock:^(
NSString
cola_wh
·
2023-10-09 05:37
ios
微信
UIAlertView消息文本左对齐操作
NSString
*ccc=@"1、增加白菜党等特色标签筛选\n2、增加频道热度排行\n3、增加夜间模式\n4、Materialdesign风格优化\n5、滑动返回优化\n6、其他bug修复";
NSString
真爱要有你才完美
·
2023-10-09 02:58
iOS H5与原生交互图片base64解码问题
正常解码思路///base64字符串转图片///@parambase64String图片base64字符串-(UIImage*)imageWithBase64String:(
NSString
*)base64String
RobinZhao
·
2023-10-08 18:42
在应用内建浏览器中打开安装APP界面
在应用内建浏览器中打开安装APP界面需要先获取App在商店中的appID-(void)openAppWithIdentifier:(
NSString
*)appId{SKStoreProductViewController
Else丶
·
2023-10-08 12:37
获取一个类的所有实例方法
先创建一个Person类,设名字和手机号公开,年龄和身份证号私有.h文件@interfacePerson:NSObject{
NSString
*phone;}@property(nonatomic,copy
想吃小馄饨啊
·
2023-10-08 10:44
iOS获取APP的Launch Image
CGSizeviewSize=self.window.bounds.size;
NSString
*viewOrientation=@"Portrait";//横屏请设置成@"Landscape"
NSString
mnz12138
·
2023-10-08 10:53
加解密AES128 CBC NoPadding
加密AES128CBCNoPadding+(
NSString
*)AES128Encrypt:(
NSString
*)plainStrkeyString:(
NSString
*)keyStr{NSData*plainText
江河_ios
·
2023-10-08 09:58
内联函数(inline)
staticinline
NSString
*imageURLKeyForState(UIControlStatestate){return[
NSString
stringWithFormat:@"image
sun5kong
·
2023-10-08 05:47
UIimage和
NSString
的转换
UIImage与字符串互转//图片转字符串-(
NSString
*)UIImageToBase64Str:(UIImage*)image{NSData*data=UIImageJPEGRepresentation
__Seven
·
2023-10-08 02:47
考察点 assign属性 和copy属性
@interfacePerson1:NSObject//@property(nonatomic,assign)intage;@property(nonatomic,copy)
NSString
*name;
zaijianbali
·
2023-10-07 22:17
iOS富文本编辑器
实现:1、首次图文混编,输出是html标签的字符串;2、将html标签的内容再次编辑;创建编辑控制器.h文件@property(nonatomic,strong)
NSString
*inHtmlString
Appstore_花木源
·
2023-10-07 20:31
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他