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
retain
MQTT 5.0 特性 | 保留消息
保留消息当服务端收到
Retain
标志为1的P
EMQX
·
2020-08-20 22:54
mqtt
iot
emqtt
MQTT 5.0 特性 | 保留消息
保留消息当服务端收到
Retain
标志为1的P
EMQX
·
2020-08-20 22:54
mqtt
iot
emqtt
ViewPager+Fragment预加载问题处理
fragment也会被创建,在viewPager里面有个方法setOffscreenPageLimit是设置预加载的fragment数目:/**Setthenumberofpagesthatshouldbe
retain
edtoeithersideofthecurrentpageintheviewhierarc
hpp_1225
·
2020-08-20 21:52
Android
安卓开发遇到问题总结
理解shallow heap 和
retain
ed heap
在java内存分析软件(mat,jhat等)中,有两个概念是shallowheap和
retain
edheap(有时候叫shallowsize和
retain
edsize)。
wwlwwy89
·
2020-08-20 20:57
内存泄漏
iOS 内存管理初识
MRC:需要遵循“谁创建,谁释放,谁引用,谁管理”,当创建或引用一个对象的时候,就需要向对象发送
retain
,alloc,copy等消息,当对象释放的时候,就需要向对象发送release,Autorele
T_label
·
2020-08-20 19:11
iOS 协议与代理
子类也遵守了一个协议遵守了其他协议就相当于拥有了其他协议中的方法声明一个类可以遵守多个协议,一个协议也可以遵守多个协议所有类的基类NSObject所有协议的基协议NSObjectNSObject协议声明了很多基本的方法,比如description、
retain
黑夜中的星辰
·
2020-08-20 18:28
UIKit之UIScrollView、UIPageControl
UIScrollView//声明@property(nonatomic,
retain
)UIScrollView*scrollView;self.scrollView=[[UIScrollViewalloc
MI移动
·
2020-08-20 17:15
自定义对象集合List之间取差集
使用如下:需求调用方法说明交集listA.
retain
All(listB)调用方法后ListA变为
jianhaojiang
·
2020-08-20 17:08
Java
Design Patterns -- Factory Method
TheFactorMethodpatternletsaclassdeveloperdefinetheinterfaceforcreatinganobjectwhile
retain
ingcontrolofwhichclasstoinstantiate
dr2tr
·
2020-08-20 15:58
Shallow Heap 和
Retain
ed Heap的区别
Retain
edSize
Retain
edSize=当前对象大小+当前对象可直接或间接引用到的对象的大小总和。(间接引用的含义:A->B->C,C就是间
良秋
·
2020-08-20 15:30
java基础学习
面试题(十三)
strong,weak,
retain
,a
weixin_30379531
·
2020-08-20 14:53
面试题
strong,weak,
retain
,a
荒唐的天梯
·
2020-08-20 14:58
图形API的两种模式
图形API可以分为
retain
ed-modeAPIs(保存模式API)和immediate-modeAPIs(中间模式API).Direct2D是immediate-modeAPI,而WindowsPresentationFoundation
靖心
·
2020-08-20 12:44
Computer
Graphics
计算机图形学
2019年,iOS 面试题持续更新(附答案)
5、runtime的应用6、array中加入对象,对象的
retain
Count会加1如何是的对象自己管理自己的生命周期7、bugly的卡顿监控原理8、如何架构一个ap
我是李小胖
·
2020-08-20 11:15
NSUserDefaults 保存自定义对象
首先要写一个对象,具体代码如下:.h文件@interfaceCustomSerModel:NSObject@property(nonatomic,
retain
)NSStrin
端_木
·
2020-08-20 11:15
iOS7
iOS
iOS 内存泄露检测工具MLeaksFinder和FB
Retain
CycleDetector
欢迎关注我的微信公众号“鱼在云中游”(hcytalk)。对于检测iOS应用中的内存泄露,我们经常会用到Xcode自带的Instrument工具Leaks,但是Leaks使用起来不是很方便,对于初学者也很不友好,太多的信息需要筛选,还经常用着用着就检测不了得重启系统,让人不是很舒服。所以今天介绍一下Github上的一个第三方iOS内存泄露检测工具MLeaksFinder,地址https://gith
moonwindlight
·
2020-08-20 10:47
iOS
内存管理 之 MRC、ARC(待完善)
2、引用计数在iOS中,使用引用计数来(
retain
ychen3022
·
2020-08-20 10:04
Activity栈(收藏)
FLAG_ACTIVITY_NEW_TASKFLAG_ACTIVITY_CLEAR_TOPFLAG_ACTIVITY_RESET_TASK_IF_NEEDEDFLAG_ACTIVITY_SINGLE_TOP主要的属性是:taskAffinitylaunchModeallowTaskReparentingclearTaskOnLaunchalways
Retain
TaskState
iteye_3941
·
2020-08-20 10:16
recall
**BYDCorporationanditslicensors
retain
allintellectualproperty*andproprietaryrightsinandtothissoftware,
huangjinhu1
·
2020-08-20 10:31
什么是ARC
什么是ARCARC的全称是AutomaticReferenceCounting(自动引用计数)ARC是自iOS5之后增加的新特性不需要程序员管理内容,编译器会在适当的地方自动给我们添加release/
retain
GryllsNSTimer
·
2020-08-20 09:52
读取到的bitmap,转成buffer并保存
/****Corporationanditslicensors
retain
allintellectualproperty*andproprietaryrightsinandtothissoftware,
huangjinhu1
·
2020-08-20 08:20
XQSreenshotController 的使用 - iOS头像选择器
在使用XQSreenshotController只需要通过image设置一张图片,便可以在delegate中获取到你想要截取的图片,图片可放大、缩小@property(nonatomic,
retain
)
IT_IOS_MAN
·
2020-08-20 08:43
译自five popular myths about c++ --by Bjarne Stroustrup (3)
垃圾回收机制不可少Garbagecollectiondoesagood,butnotperfect,jobatreclaimingunusedmemory.Itisnotapanacea.Memorycanbe
retain
edindirectlyandmanyresource
littleCodeCook
·
2020-08-20 07:53
c++
iOS 内存管理
Objective-C提供了三种内存管理方式:manual
retain
-release(MRR,手动管理),automaticreferencecounting(ARC,自动引用计数),garbagecollection
at9009
·
2020-08-20 05:28
oc
内存管理的几种方式(自己整理的一些资料,大牛勿喷)
Objective-c提供三种内存管理方式:MRR:manual
retain
-release手动管理ARC:automaticreferencecounting自动引用计数GC:(macos才支持)garbagecollection
_Qilang七郎
·
2020-08-20 05:50
ios编程基础
×××的制作
UIPickerView制作一个×××的效果ViewController.h:#import@interfaceDXWViewController:UIViewController@property(
retain
weixin_34128411
·
2020-08-20 04:53
O'Reilly的历史和理念
originallyasatechnicalwritingconsultingcompany.In1984,werecognizedthepossibilitiesinopensystemsandstarted
retain
ingrightst
jiangtao
·
2020-08-20 03:14
在cocos2d库能使用UIPickerView
import#import"cocos2d.h"@interfaceAppDelegate{UIWindow*window;NSArray*pickerValues;}@property(nonatomic,
retain
北京-AK1
·
2020-08-20 03:10
cocos2d
runtime(二)
比如MacOSX开发,有了垃圾回收就不理会
retain
,release这些函数了。2.检测这个target是不是nil对象。
秀才不才
·
2020-08-20 01:01
ARC下所有权修饰符
__strong,__weak,__unsafe_un
retain
ed,__
暴走的荷尔蒙
·
2020-08-20 00:09
属性-计数器变化
一、属性-非继承X.h@property(
retain
,nonatomic)NSMutableArray*data;x.m-(void)init{_data=[xmlgetdata];//这是错的,_data
haytor_杜
·
2020-08-19 20:03
IOS
设计模式 - 两步创建
概念:步骤一:对象分配内存例如:alloc步骤二:初始化例如:initalloc做的事情:发送消息获得一个实例对象的
retain
(保持)数设置为1分配对象的isa指针指向类对象把所有对象的实例变量初始化为
逸飞u
·
2020-08-19 20:27
jvm内存模型分析工具-MAT
它能够列出对内存的对象列表,实例个数,类个数,classloader,shallowsize和
retain
size等等。另外,mat能够生成leakreport,帮助你分析可能存在的问题。
a155365124
·
2020-08-19 16:47
其他
java
jvm
系统维护
什么是arc?
永远不写
retain
,release和autorelease三个关键字。当ARC开启时,编译器将自动在代码合适的地方插入
retain
,release和autorelease。
IreneWu
·
2020-08-19 09:53
ocm大纲
yyyy]Createasecureapplicationrole[yyyy]GrantspecificprivilegesforaFlashbackQuery[yyyy]Setparametersfor
retain
ingundo
congqingm32098
·
2020-08-19 09:05
Objective C手动内存管理
在iOS5.0之前开发iOS应用需要对内存手动管理(Manual
Retain
-Release,简称MRR)。
lvjian700
·
2020-08-19 02:11
oc的内存管理机制
OC中每个对象都有一个与之对应的整数,叫“引用计数器”,当一个对象在创建之后它的引用计数器值加1,当调用这个对象的alloc、
retain
、new、copy方法之后引用计数器值自动在原来的基础上加1,当调用这个对象的
一个人一匹马
·
2020-08-19 01:09
iOS知识点-4.什么是ARC?
简单地来说,就是代码中自动加入了
retain
/release,原先需要手动添加的用来处理内存管理的引用计数的代码可以自动地由编译器完成了。
萌小奇
·
2020-08-19 00:02
java 注解 1
/***Indicateshowlongannotationswiththeannotatedtypeareto*be
retain
ed.IfnoRetentionannotationispresenton
qq_281617953
·
2020-08-18 16:09
java
到底什么时候才需要在ObjC的Block中使用weakSelf/strongSelf
但是,如果使用不当,Block也会引起一些循环引用问题(
retain
cycle)——Block会
retain
‘self’,而‘self‘又
retain
了Block
sjcode
·
2020-08-18 16:12
&
Swift
android 子线程中更新界面?被ProgressBar给迷惑了
在看apidemos的例子
Retain
edFragement时,看到在Thread中执行了这么一句mProgressBar.setProgress(progress);且执行正常,progressbar
lawrencegeek
·
2020-08-18 08:53
移动开发
强引用和弱引用(__strong和__weak)
:id__strongobjcA=[[NSObjectalloc]init];注:在强引用中,有时会出现循环引用的情况,这时就需要弱引用(__weak)来帮忙,如本博客里面提到的block的循环引用(
retain
cycle
LoveHaloK
·
2020-08-18 08:51
iOS(一)
Iphone开发基础篇(六)-ObjectC之Property,assign,
retain
,copy等关键字
例子:@property(nonatomic,
retain
)NSString*name;property:属性的定义,相当于Java/C#语言的setter和getter方法。
王者无迪_全栈开发
·
2020-08-18 06:00
#
Object-C入门系列
arc 的使用小常识
1:ARC环境下,strong代替
retain
.weak代替assign2:weak的作用:在ARC环境下,,所有指向这个对象的weak指针都将被置为nil。
飞雪lucy
·
2020-08-18 06:49
object-c
程序学习
ios
UILabel与UIFont的用法和属性的一些总结
initWithFrame:CGRectMake(100,100,100,100)];设置显示的文字label.text=@"123";和字体相关的一个类,字号大小默认17@property(nonatomic,
retain
weixin_38170695
·
2020-08-18 05:45
@property 的本质
@property(nonatomic,
retain
)NSString*name;@synthesizename;这种方式的本质是:-(NSString*)name{returnname;}-(void
weixin_33804582
·
2020-08-18 04:48
iOS应用开发中的文字选中操作控件UITextView用法讲解
复制代码代码如下:#import@interfaceTextViewController:UIViewController{UITextView*textView;}@property(nonatomic,
retain
李乾坤lqk
·
2020-08-18 03:02
UIColor方法
@interfaceRootViewController()@property(nonatomic,
retain
)NSMutableArray*dataSource;@end-(id)initWithNibName
star_jason
·
2020-08-18 02:18
object-c语言的nonatomic,assign,copy,
retain
的区别
语法简介:格式:声明property的语法为:@property(参数1,参数2)类型名字;如:@property(nonatomic,
retain
)UIWindow*window;其中参数主要分为三类
Crystal_March
·
2020-08-17 20:02
IOS移动开发
Objective-C 属性特性(assign ,
retain
, copy , readonly , readwrite , atomic , nonatomic)
你可以想象一个float,它不是一个对象,所以它不能
retain
、copy。assign指定setter方法用简单的赋值,这是默认操作。你可以对标量类型(如int)使用这个属性。
SwingPyzf
·
2020-08-17 20:19
Objective-C
上一页
18
19
20
21
22
23
24
25
下一页
按字母分类:
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
其他