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
__func__
Service组件的启动过程
组件//FregServiceDemoclassFregService:publicBnFregService{public:FregService():mVal(99){printf("%sX",__
func
ColdWave
·
2020-06-27 04:26
OC自定义日志 (Log)
#endif输出时,输出函数(方法)名及行数//类名及函数(方法)名NSLog(@"%s",__
func__
);NSLog(@"%s",__FUNCTION__);NSLog(@"%s",__PRETTY_FUNCTION
ryugaku
·
2020-06-25 01:48
linux多线程学习(六)——信号量实现同步。
/n",__
func__
);return;}ty
longshengguoji
·
2020-06-24 08:16
高性能计算
iOS私有API之wifi扫描和wifi连接
+(id)fetchSSIDInfo{NSArray*ifs=(id)CNCopySupportedInterfaces();NSLog(@"%s:Supportedinterfaces:%@",__
func
就是很随意哦
·
2020-06-23 21:07
预定义宏
预定义宏预定义宏(系统本身已有定义,程序员不能再定义)作用:对于__FILE__,__LINE__,__
func__
这样的宏,在调试程序时是很有用的,因为你可以很容易的知道程序运行到了哪个文件的那一行,
—叶丶知秋
·
2020-06-23 07:27
C
增强版的宏定义NSLog
fprintf(stderr,"%s\n",\[[[NSStringstringWithUTF8String:__FILE__]lastPathComponent]UTF8String],\__LINE__,__
func
liwuJs
·
2020-06-23 02:19
项目中的开发小技巧
#endif③在程序中调用方法如下HHLog(@"%s",__
func__
);也可以再将HHLog(@"%s
胡胡LoL
·
2020-06-22 17:30
muduo 开源阅读笔记(一)
=0,0))\__assert_perror_fail(errnum,__FILE__,__LINE__,__
func__
);})涉及到三个关键字:1.
跑着的程序员
·
2020-06-21 16:23
muduo
开源阅读笔记
ios WiFi
NSArray*ifs=(id)CFBridgingRelease(CNCopySupportedInterfaces());NSLog(@"%s:Supportedinterfaces:%@",__
func
BlueSky520
·
2020-04-14 09:48
Runtime(二)
包括以下三个步骤消息发送动态方法解析消息转发消息发送image.png动态方法解析structobjc_method_t{SELname;char*types;IMPimp;};-(void)other{NSLog(@"%s",__
func
comsubin
·
2020-04-14 01:47
生命周期方法
再次点击屏幕,从第二个控制器dismiss回第一个控制器.2.在第二个控制器中重写以下方法,并打印对应的方法名//程序一运行就会调用+(void)load{[superload];NSLog(@"%s",__
func
ShenYj
·
2020-04-13 20:30
OC语言day05-04野指针和空指针
pragmamark野指针和空指针pragmamark概念/**__
func__
打印当前的类名、方法名、方法类型//野指针//当一个指针指向一个僵尸对象,我们就称这个指针为野指针//只要一个野指针发送消息就会报错
liyuhong165
·
2020-04-09 23:13
应用程序的生命周期方法
(UIApplication*)applicationdidFinishLaunchingWithOptions:(NSDictionary*)launchOptions{NSLog(@"%s",__
func
小码码
·
2020-04-04 16:57
iOS获取当前连接的WiFi名称
*interfaceNames=CFBridgingRelease(CNCopySupportedInterfaces());NSLog(@"%s:Supportedinterfaces:%@",__
func
KKFantasy
·
2020-04-03 22:24
initialize和load方法区别
而且执行时间早于main函数,没有调用都会执行测试代码:#import#import"AppDelegate.h"intmain(intargc,char*argv[]){NSLog(@"%s",__
func
wangyu2488
·
2020-03-26 17:04
iOS开发常用的宏
1.debug模式和release模式的NSLog打印#ifdefDEBUG#defineLRLog(...)NSLog(@"%s第%d行\n%@\n\n",__
func__
,__LINE__,[NSStringstringWithFormat
shuai1234
·
2020-03-25 08:59
rentime
//#import"Dog.h"@implementationDog-(void)walkOnTheStreet{NSLog(@"%s",__
func__
);}+(BOOL)resolveInstanceMethod
光_遥远
·
2020-03-22 10:31
DMKit --- 1. DMDefine 宏定义
#endif#ifdefDEBUG#defineMyLog(...)NSLog(@"%s第%d行\n%@\n\n",__
func__
,__LINE__,[NSStrin
呆木大人
·
2020-03-19 04:49
调试Log
fprintf(stderr,"%s\n",\[[[NSStringstringWithUTF8String:__FILE__]lastPathComponent]UTF8String],\__LINE__,__
func
键盘仔
·
2020-03-16 08:19
深入理解iOS的block (下)
interfaceYZPerson:NSObject@property(nonatomic,assign)intage;@end@implementationYZPerson-(void)dealloc{NSLog(@"%s",__
func
Julday
·
2020-03-11 13:00
KERNEL 中关闭log
图片发自App1.增加判断#if0printk("%s:app_id:%ld,min:%dmax:%dtimeout:%dms\n",__
func__
,pos->id,pos->minlevel,pos
Gerald_long
·
2020-03-11 00:39
重写 NSLog
fprintf(stderr,"%s\n",\[[[NSStringstringWithUTF8String:__FILE__]lastPathComponent]UTF8String],\__LINE__,__
func
某个胖子
·
2020-03-08 17:13
iOS调试 - NSLog
fprintf(stderr,"%s\n",\[[[NSStringstringWithUTF8String:__FILE__]lastPathComponent]UTF8String],\__LINE__,__
func
lionsom_lin
·
2020-03-08 17:56
pch文件的使用
import"UIImage+Render.h"#import"UIView+XYWH.h"#defineABCD10#ifdefDEBUG//调试#defineMYFuncMYLog(@"%s",__
func
苹果API搬运工
·
2020-02-27 02:30
对导航条的统一设置
initialize方法里面做一次性设置//第一次加载这个类的时候调用,当程序一启动的时候就会把这个类加载进内存//作用:为类分配一个内存//+(void)load//{//NSLog(@"%s",__
func
JoshuaC
·
2020-02-19 18:56
iOS App的生命周期
UIApplication*)applicationdidFinishLaunchingWithOptions:(NSDictionary*)launchOptions{NSLog(@"---%s---",__
func
软件iOS开发
·
2020-02-18 21:39
IOS有用的宏
fprintf(stderr,"%s\n",\[[[NSStringstringWithUTF8String:__FILE__]lastPathComponent]UTF8String],\__LINE__,__
func
koula
·
2020-02-17 01:27
iOS - (void)setValue:(id)value forKey:(NSString *)key方法~实现
setNilValueForKey:在Person类的实现文件中,重写setNilValueForKey:-(void)setNilValueForKey:(NSString*)key{NSLog(@"%s",__
func
石虎132
·
2020-02-16 09:07
App的生命周期
UIApplication*)applicationdidFinishLaunchingWithOptions:(NSDictionary*)launchOptions{NSLog(@"---%s---",__
func
s_在路上
·
2020-02-14 16:52
iOS触摸事件
void)touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{NSLog(@"%ld",touches.count);NSLog(@"%s",__
func
Young_Blood
·
2020-02-14 08:21
关于NSTimer-你真的了解么?
)@property(nonatomic,weak)NSTimer*timer1;@end@implementationViewController-(void)test{NSLog(@"%s",__
func
Mark_Guan
·
2020-02-13 00:58
用runtime序列化的宏
#defineWZLSERIALIZE_CODER_DECODER()\\-(id)initWithCoder:(NSCoder*)coder\{\NSLog(@"%s",__
func__
);\Classcls
Demonboy
·
2020-02-11 22:13
玩转Mac OS之UEFI(二)----SimpleUefiLog
Simple_Uefi_Logversion:1.0.0UefiLog.h#include#include#include#defineLOG_DEBUG(Format,...)Log(DEBUG,__FILE__,__
func
陌_Carl
·
2020-02-10 00:32
+load和+initialize区别
//当类被加载到内存会调用(在程序启动时加载所有类的load方法,然后调用main方法)+(void)load{NSLog(@"%s",__
func__
);}//当前类或者它子类第一次使用时调用(加载子类时也会调用父类的
星星爱上月亮
·
2020-02-09 22:08
C++11部分特性
预定义标识符功能:返回所在函数的名字C++11中甚至允许在类或结构体中使用:#includeusingnamespacestd;classTestStruct{public:TestStruct():name(__
func
TACITURNLY
·
2020-02-09 01:58
iOS开发中的递归锁之pthread_mutex_t
在介绍递归锁之前先演示一下普通锁在递归调用中的问题,看代码:-(void)test{pthread_mutex_lock(&_mutex);NSLog(@"%s",__
func__
);staticintnum
梁森的简书
·
2020-02-07 19:22
iOS App生命周期
UIApplication*)applicationdidFinishLaunchingWithOptions:(NSDictionary*)launchOptions{NSLog(@"---%s---",__
func
多来猫
·
2020-02-06 06:25
iOS开发如何打印类方法?
类方法打印demo下载代码:-(void)viewDidLoad{[superviewDidLoad];NSLog(@"%s",__
func__
);}重点代码:NSLog(@"%s",__
func__
)
iOS开发和软件测试zwj
·
2020-02-05 22:16
【转】xcode的调试技巧
锄禾日当午,汗滴禾下土”%s\n",\[[[NSStringstringWithUTF8String:__FILE__]lastPathComponent]UTF8String],\__LINE__,__
func
Keizo
·
2020-01-07 05:13
initialize、load和init执行顺序
intmain(intargc,char*argv[]){NSLog(@"%s:1",__
func__
);//第一个监测点@autoreleasepool{NSLog(@"%s:2",__
func__
)
lltree
·
2020-01-06 23:20
RAC学习(三)- RACTuple & RACSequence集合类
[RACTupletupleWithObjectsFromArray:@[@"111",@"222",@"333"]];NSString*str=tuple[1];NSLog(@"%s==%@",__
func
lionsom_lin
·
2020-01-06 23:23
View的初始化函数
=nil){NSLog(@"%s",__
func__
);}returnself;}-(instancetype)initWithFrame:(CGRect)frame{self=[superinitWithF
生如夏花逝如秋叶
·
2020-01-05 09:45
解决Xcode8 控制台打印内容被截取
fprintf(stderr,"%s\n",\[[[NSStringstringWithUTF8String:__FILE__]lastPathComponent]UTF8String],\__LINE__,__
func
嗷大喵
·
2019-12-29 21:14
小码哥朝花夕拾
标示符__
func__
的内容是当前编译代码的函数名为什么UI控件要用weak?
rogertan30
·
2019-12-25 22:06
iOS开发常用宏定义(附文件)
GitHub:GitHub-dangyuhua/Macro//高效率的NSLog#ifdefDEBUG#defineDLog(...)NSLog(@"\n%s\n⚠️第%d行⚠️\n%@\n\n",__
func
dangyuhua
·
2019-12-22 22:11
Runtime01-objc_msgSend的使用
消息机制objc_msgSend导入头文件使用objc_msgSend方式进行方法调用无参数,无返回值-(void)test1{NSLog(@"%s",__
func__
);}在这里需要补充说明的是,在每个方法
藍眼淚
·
2019-12-22 14:35
gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer
想在用户双击地图时做一些操作,首先我想在下面的方法中处理:-(void)touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{YBLog(@"%s",__
func
流沙3333
·
2019-12-20 10:11
NSLog 日志不打印问题
原本NSLog的宏定义是这样的//控制器输出信息#defineICBLog(...)NSLog(@"\n%s行数:%d\n%@\n\n",__
func__
,__LINE__,[NSStringstringWithFormat
FlowYourHeart
·
2019-12-18 10:39
iOS 自定义View 的总结注意
UIView*sView;@end@implementationCustomView-(instancetype)init{self=[superinit];if(self){NSLog(@"%s",__
func
CaptainRoy
·
2019-12-15 16:40
梳理易引起retain-cycle的场景(使用block)
引起循环引用的场景:使用通知(notification)系统自带的block方法,在block中使用self-->会发生循环引用TwoVC.m文件-(void)dealloc{NSLog(@"%s",__
func
FourV
·
2019-12-12 11:07
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他