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
NSLog
合理使用debug模式
debug可以用于重新定义打印方法;#ifdefDEBUG#define
NSLog
Debug(format,...)
IceWall_Rin
·
2021-05-13 12:44
NSDate日常使用方法总结
intervalTimeWithDate{//当前时间NSDate*date=[NSDatedate];NSTimeIntervaltimeInterval=[datetimeIntervalSince1970]*1000;
NSLog
奋撸小菜鸟
·
2021-05-13 08:24
OC block
代码段格式^返回值类型(参数列表){代码段;};例如:^void(){
NSLog
(@"Iloveyou");};这是个无参无返回值的代码段声明block变量的同时初始化void(^myBlock)()=
贝灬小晖
·
2021-05-13 08:39
Xcode控制台输出json数据乱码转为中文
我们常常需要使用
NSLog
在控制台输出内容查看一些结果是否正确或者获取信息等。
Cloudox_
·
2021-05-13 08:50
Debug: 表视图
NSData*)data{调用了-(NSInteger)tableView:(UITableView*)tableViewnumberOfRowsInSection:(NSInteger)section{
NSLog
plantAtree_dAp
·
2021-05-13 05:53
iOS之Camera的使用
1.先看一下camera的一些属性当然先要导入头文件#import-(void)testProperty{if([selfisCameraAvail]){
NSLog
(@"当前相机可用");}else{
NSLog
心底碎片
·
2021-05-13 03:59
UIDevice的一些操作
NSLog
(@"设备名称:%@",[UIDevicecurrentDevice].name);
NSLog
(@"设备model:%@",[UIDevicecurrentDevice].model);
NSLog
闹钟先生的闹钟
·
2021-05-13 02:10
6-Swift之控制流
if语句/2.if...else...语句/3.switch语句4.while语句/5.do...while...语句/6.Bool布尔值3、OC中控制流的含义1》if语句的含义if(object){
NSLog
NetWork小贱
·
2021-05-12 16:14
主线程和主队列
先从一道面试题开始:-(void)viewDidLoad{[superviewDidLoad];dispatch_async(dispatch_get_main_queue(),^{
NSLog
(@"1"
迷路的安然和无恙
·
2021-05-12 14:52
iOS 静态常量static的使用
touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{//声明一个局部变量iinti=0;//每次点击view来到这个方法时让i自增i++;//打印结果
NSLog
山水域
·
2021-05-12 12:14
iOS 中时间相关的操作
[NSDateFormatteralloc]init];formatter.dateFormat=@"MMMMdd,yyyyccccH:ma";formatter.calendar=calendar;
NSLog
049b3aca6c0b
·
2021-05-12 10:42
Convex Optimization 3 -- Convex functions
Outlinebasicpropertiesandexamplesoperationsthatpreserveconvexitytheconjugatefunctionquasiconvexfunctio
nslog
-concaveandlog-convexfunctionsconvexitywithrespecttogeneralizedinequalities1
Since1965
·
2021-05-12 10:00
记录一笔我觉得比较好的东西
其实这个方法非常的强大,举个例子:NSArray*array=@[@"name",@"w",@"aa",@"jimsa"];
NSLog
(@"%@",[arrayvalueForKeyPath:@"uppercaseString
TomOldCat
·
2021-05-12 05:59
NSDictionary不能打印中文 Unicode
遇见的问题如下图,大家在开发中肯定遇见过汉字变成了Unicode解决后效果,po和
NSLog
都有效果解决后效果图百度上找不到好用的解决办法,吐槽一下。
Jack小麻雀_
·
2021-05-11 21:02
ios10
nslog
打印不全的bug
解决方法:使用prinf()替代
nslog
#ifdefDEBUG#defineKSLog(format,...)printf("class:method:%s\n%s\n",self,[[[NSStringstringWithUTF8String
走道牙的人
·
2021-05-11 18:15
iOS block基本使用
1.无参数无返回值//1,无参数,无返回值,声明和定义void(^MyBlock)(void)=^(void){
NSLog
(@"无参数,无返回值");};MyBlock();//block的调用2.有参数无返回值
RiversMa
·
2021-05-11 16:00
iOS中NSDictionary中取字符串value值 转数字、布尔、字典、数组操作
@"2"};NSIntegerpage=(NSInteger)dic[@"page_num"];//错误做法NSIntegerpage2=[dic[@"page_num"]integerValue];
NSLog
Console_Liu
·
2021-05-11 12:38
c语言,条件语句
//#importintmain(intargc,constchar*argv[]){@autoreleasepool{//insertcodehere...
NSLog
(@"Hello,World!")
冰凡513
·
2021-05-11 08:53
NSOperation
NSBlockOperationNSInvocationOperationNSBlockOperation*b1=[NSBlockOperationblockOperationWithBlock:^{sleep(2);
NSLog
事件_666
·
2021-05-11 00:13
initialize方法底层实现
举例论证:我们首先给Student类和Person类覆写+initialize方法://Person+(void)initialize{
NSLog
(@"Person+initialize");}//Pers
whbsspu
·
2021-05-10 21:57
只在debug模式打印log
#ifndef__OPTIMIZE__#define
NSLog
(fmt,...)
NSLog
((@"\n╠[文件名:%@]\n""[函数名:%s""+%d]\n"fmt"╣\n\n"),[[[NSStringstringWithCString
伏特加
·
2021-05-10 12:28
iOS将
NSLog
的内容输出到界面上
有时候,我们断开手机的数据线以后,里面的
NSLog
输出就不再显示了。所以有时候我们需要将输出显示到界面上。
Apple技术产品粉
·
2021-05-10 11:26
ios将数据保存到本地数据
NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask,YES);www.2cto.comNSString*path=[pathsobjectAtIndex:0];
NSLog
月上楼阁
·
2021-05-10 02:06
iOS 拨打电话三种方式
,而且是直接拨打,不弹出提示NSMutableString*str=[[NSMutableStringalloc]initWithFormat:@"tel:%@",@"186xxxx6979"];//
NSLog
PlatonsDream
·
2021-05-09 23:43
Objective-C基础学习之集合对象的内存管理
当集合被销毁的时候,集合会向集合中的元素发送release消息NSMutableArray*arr=[[NSMutableArrayalloc]init];Person*p=[[Personalloc]init];
NSLog
WenJim
·
2021-05-09 23:19
super 、superClass和class
,指向父类标志,本质还是拿到当前对象去调用父类的方法注意:super并不是拿到父类对象去调用父类方法person.h-(void)classtest;person.m-(void)classtest{
NSLog
快乐的tomato
·
2021-05-09 16:47
iOS APP日志写入文件(日志收集)
applicationdidFinishLaunchingWithOptions:(NSDictionary*)launchOption//日志收集(日志会被拦截,开发的时候注掉)[selfredirect
NSlog
ToDocumentFolder
CCSHCoder
·
2021-05-09 16:09
iOS开发之搜索指定字符在字符串中的位置
=NSNotFound){
NSLog
(@"foundatlocation=%lu,length=%lu",(unsignedlong)range.location,(unsignedlong)range.length
朱晓晓的技术博客
·
2021-05-09 16:17
如何制作静态库及合并静态库
新建的工程中会有两个文件XXX.h和XXX.m,在XXX.m中随便输入一段代码,例如"-(void)printA;"和"+(void)printB;"的方法,这个方法的实现也是很简单的,在*.m文件中的实现就是一个"
NSLog
LuxDark
·
2021-05-09 13:54
iOS-不定参详解
有时会遇到一些算术问题需要用到,比如是计算传入参数的总和,字符串的连接或是其它操作过程,在Objective-C里也经常使用,最经典的就是
NSLog
(C为printf),它可以指定格式的输出,格式化输出的内容
热干面一元五
·
2021-05-09 08:28
NSLog
打印
#ifdefDEBUG//#define
NSLog
(...)
NSLog
(__VA_ARGS__)//传统的写法#define
NSLog
(FORMAT,...)fprintf(stderr,"%s:%d\
biyu6
·
2021-05-09 06:35
oc语言的学习笔记整理:基本语法
//#importintmain(intargc,constchar*argv[]){@autoreleasepool{//insertcodehere...
NSLog
(@"Hello,World!")
近视眼姑娘
·
2021-05-09 05:25
GCD
SerialDispatchQueuedispatch_queue_tqueue1=dispatch_queue_create("queue1",NULL);追加多个处理dispatch_async(queue1,^{
NSLog
NICE_KEY
·
2021-05-09 00:35
键盘光标问题
textViewshouldChangeTextInRange:(NSRange)rangereplacementText:(NSString*)text{if([textisEqualToString:@""]){
NSLog
seventhboy
·
2021-05-08 23:50
链式编程和函数式编程
];[person1eat1];这段代码说明:定义了一个Person类,提供了一个run方法和一个eat方法方法声明:-(void)run1;-(void)eat1;方法实现:-(void)run1{
NSLog
ShenYj
·
2021-05-08 17:55
iOS 10.3 如何更换 app 图标
[UIApplicationsharedApplication]setAlternateIconName:nilcompletionHandler:^(NSError*_Nullableerror){
NSLog
大猿媛
·
2021-05-08 14:44
2018-05-04
大小比较遇到的坑#definearrName@[@"长度",@"速度",@"温度",@"压力",@"坐标",@"重量",@"体积"]NSIntergerxSet=-1;if(xSet>arrName.count){
NSLog
爱的就是娜
·
2021-05-08 13:40
iOS 将
NSLog
写入到文件中
didFinishLaunchingWithOptions**中:#if(DEBUG==1||TARGET_OS_SIMULATOR)#else#ifdefFILELOG_SUPPORT[selfredirect
NSlog
ToDocumentFolder
陈怀哲
·
2021-05-08 03:24
springboot与日志
Ⅰ、市面上的日志框架;JUL、JCL、Jboss-logging、logback、log4j、log4j2、slf4j....日志门面(日志的抽象层)日志实现JCL(JakartaCommo
nsLog
ging
白夜亮司丶
·
2021-05-08 02:15
hitTest方法实现穿透效果
import"LZRedBtn.h"@implementationLZRedBtn-(void)touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{
NSLog
Z了个L
·
2021-05-07 21:26
iOS 如何截取超出屏幕区域的图片
selfcaptureScrollView:self.collectionView];//保存到相册UIImageWriteToSavedPhotosAlbum(image,nil,nil,nil);
NSLog
seonhiu
·
2021-05-07 19:11
iOS 的description 方法
我们知道在开发中会经常的使用的
NSLog
来进行一些内容的日志输出。
sttech
·
2021-05-07 19:38
iOS中的NSDictionary和NSMutableDictionary
NSDictionary基本用法//创建NSDictionary*dic=[NSDictionarydictionaryWithObject:@"value"forKey:@"key"];
NSLog
(@
皆为序幕_so
·
2021-05-07 13:20
当前view截屏图片无损等比例放大
{UIGraphicsBeginImageContext(CGSizeMake(720,960));CGContextRefcontext=UIGraphicsGetCurrentContext();
NSLog
哭泣的琉璃贝
·
2021-05-07 10:28
项目开发常用文件
文件中的内容能被项目中的其他任何文件共享\包含\访问如果定义的内容只用在OC环境中,就必须定义在#ifdefOBJC和#endif之间3.发布程序的时候自动去除打印语句ifdefDEBUGdefineMyLog(...)
NSLog
LZM轮回
·
2021-05-07 07:08
NSString的用法
那么如果创建多个字符串对象,那么多个对象指向同一块存储空间,如果是通过字符串常量创建,那么字符串对象存储在常量区中NSString*str1=@"lnj";NSString*str11=@"lnj";
NSLog
张璠
·
2021-05-07 06:09
将
NSLog
打印的日志保存在沙盒中
里,在didFinshLunch中调用2、手机连接到Mac,在Xcode中Window—》Device—》选中当前设备和app在下面选择DownLoadContainer-(void)redirect
NSLog
ToDocumentFolder
14号孤独患者
·
2021-05-07 02:55
RunLoop理解
命令行式执行intmain(intargc,char*argv[]){
NSLog
(@"Helloworld!")
wyymaomi
·
2021-05-06 19:57
NSString基本使用
;
NSLog
(@"%ld",(long)string1.length);//12//首尾的空格依旧计算在内,tab打印的空格,第一个tab占2个字符,第二个tab占4个字符NSString*string2
不做待宰的猴子
·
2021-05-06 18:17
控制器的 view 视图大小的变化(self.view.frame)不准确
interfaceViewController()@end@implementationViewController//一旦重写loadView方法则sb中关于view的设置都失效-(void)loadView{
NSLog
属七降九
·
2021-05-06 17:56
上一页
23
24
25
26
27
28
29
30
下一页
按字母分类:
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
其他