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
Objective-C中try、catch、finally的使用方法
NSException*ex){//2.如果try中的代码发生异常,则catch中的代码开始执行,否则不执行//@catch的参数NSException*ex通过%@打印出ex指向的对象的值,可以拿到发生异常的原因
NSLog
第一梯队Coder
·
2020-09-14 21:23
04.swift 常量变量(规则和定义注意点)
;OC:
NSLog
(@"Hello,World!");Swift1.2:println("Hello,World!")Swift2.0:print("Hello,World!")
weixin_34319999
·
2020-09-14 21:20
swift
UICollectionView 类似UIButton点击变灰,松开恢复
collectionView:(UICollectionView*)collectionViewshouldHighlightItemAtIndexPath:(NSIndexPath*)indexPath{
NSLog
weixin_34221276
·
2020-09-14 20:11
oc62--block1
////main.m//Block的应用场景//typedefvoid(^workBlock)();#import/*voidgoToWorkPrefix(){
NSLog
(@"起床");
NSLog
(@"
weixin_34205826
·
2020-09-14 20:39
移动开发
c/c++
collectionView必须点击两次才跳转
)collectionView:(UICollectionView*)collectionViewdidDeselectItemAtIndexPath:(NSIndexPath*)indexPath{
NSLog
weixin_30709809
·
2020-09-14 20:22
NSURL 基本方法
id=1"];
NSLog
(@"scheme:%@",[urlscheme]);//协议http
NSLog
(@"host:%@",[urlhost]);//域名www.baidu.com
NSLog
(@"absoluteString
子午夜
·
2020-09-14 20:38
ios小知识点
OC基础学习——Block语法的学习和Category与Extension的初步认识
一、Block语法介绍//1.定义一个Block变量//1.1定义一个返回值为void,没有形参void(^myBlock)(void);//定义变量//给这个变量赋值myBlock=^(void){
NSLog
qq_28591685
·
2020-09-14 19:27
oc语言
Block类型
Category
Extension
一 Swift 3.0之 常量与变量
;OC:
NSLog
(@"Hello,World!");Swift1.2:println("Hello,World!")Swift2.0:print("Hello,World!")*/print(
iOS鸽子
·
2020-09-14 19:28
iOS
最新Swift3.0
语言
AsyncTask类中各个方法的执行先后顺序
本例在UI中有以下语句:A
nsLog
inansk=newA
nsLog
in();ansk.execute("");是对A
nsLog
in类的使用。
混沌攻城狮
·
2020-09-14 18:49
安卓涉猎
IOS开发—block对外部变量的内存管理
一、基本数据类型先看下面测试代码://局部变量-(void)localDataTest{intlocalData=100;
NSLog
Lotheve
·
2020-09-14 18:23
iOS开发
关于IOS判断字符串长度的方法
16NSUIntegerlength=text.length;NSUIntegerlength2=[textlengthOfBytesUsingEncoding:NSUTF8StringEncoding];
NSLog
AK_Fisher
·
2020-09-14 18:09
iphone
ipad
logback@ slf4j@ jcl-over-slf4@ log4j-over-slf4j
为了解决这个问题,ApacheCommo
nsLog
ging(之前叫JakartaCom
yingrenzhe68
·
2020-09-14 17:26
日志
java
Objective-C 弹出提示框
一般对我来说学习一门开发语言第一个要学的就是输出和弹出提示框在OC中,输出简单就是
NSLOG
了下面就是弹窗//初始化弹窗UIAlertController*alert=[UIAlertControlleralertControllerWithTitle
PIGROAD
·
2020-09-14 16:51
NSDictionary allkeys或者allvalues取出来的数组是乱序的。
解决办法如下:
NSLog
(@"===%@====",[[dicallKeys]sortedArrayUsingSe
lemon__007
·
2020-09-14 14:20
iOS开发
日志框架那点事
JUL(java.util.logging),JCL(ApacheCommo
nsLog
ging),Log4j,Log4j2,Logback、SLF4j、jboss-logging等。
左撇子小哥哥
·
2020-09-14 14:08
java
slf4j
slf4j
第三章:ObjectC循环
importintmain(intargc,char*argv[]){@autoreleasepool{inttriangularNumber;triangularNumber=1+2+3+4+5+6+7+8;
NSLog
hhh901119
·
2020-09-14 14:02
Object-C
黑马程序员--NSString基础知识
不可变字符串:已经初始化过的字符串内容不可更改,但是可以更改字符串引用的地址1)字符串转换成整数、单精度、双精度、NSInterger类型数据NSString*myintstr=@"3545";
NSLog
crt3d14e5
·
2020-09-14 13:32
Object-C
Block原理探索
block本质上也是一个OC对象,它内部也有个isa指针block是封装了函数调用以及函数调用环境的OC对象Block结构分析voidblockTest(){void(^block)(void)=^{
NSLog
Breezes
·
2020-09-14 10:10
百度地图API,授权失败,错误码:240
让公司领导注册一个百度账号,拿AK,结果填上之后,-(void)onCheckPermissionState:(BMKLocationAuthErrorCode)iError{if(0==iError){
NSLog
naziyu
·
2020-09-14 10:06
原创
iOS
报错
nslog
打印控制台显示中文
#ifdefDEBUG#define
NSLog
(FORMAT,...)fprintf(stderr,"\n%s:%d%s\n",[[[NSStringstringWithUTF8String:__FILE
naziyu
·
2020-09-14 10:06
原创
iOS
ios
xcode
objective-c
log4j不打印mybatis sql语句解决方案
slf4j在log4j前面,导致加入slf4jjar包后,log4j不能打印出MyBatissql语句,MyBatis内置的日志工厂提供日志功能调用日志实现类有优先级如下:SLF4JApacheCommo
nsLog
gingLog
简小北new
·
2020-09-14 02:41
mybatis
macOS开发之警告视图
对话框模式的告警窗口//对话框模式的告警窗口NSIntegerchoice=NSRunAlertPanel(@"title",@"Message",@"@Default",@"Alternate",@"Other");
NSLog
山里孩子往外走
·
2020-09-14 00:31
Mac应用开发
暴击Mac
OSX应用开发
NSLog
不打印设置
在release版本禁止输出
NSLog
内容因为
NSLog
的输出还是比较消耗系统资源的,而且输出的数据也可能会暴露出App里的保
小哥1202
·
2020-09-13 23:15
ios
ios
NSLog不打印
iOS 底层原理 alloc&init&new
都分别做了什么我们在开发的过程当中知道是通过这些方法初始化实例但是并没有关注或研究过他们内部是怎么实现的准备工具苹果开源库正文首先来看一段代码Person*p1=[Personalloc];Person*p2=[p1init];Person*p3=[p1init];
NSLog
jokerlee
·
2020-09-13 22:43
Mysql连接错误alibaba.druid.support.logging.JakartaCommo
nsLog
gingImpl.error create connection SQLExceptio
202010:01:10.426严重[Druid-ConnectionPool-Create-1158666489]com.alibaba.druid.support.logging.JakartaCommo
nsLog
gingImpl.errorcreateconnectionSQLException
阿三的学习之路
·
2020-09-13 21:43
mysql
jdbc
数据库
在VMware ESXi主机上配置SNMP
登录后,检查当前的SNMP配置:#esxclisystemsnmpgetAuthentication:Communities:Enable:falseEngineid:Hwsrc:indicatio
nsLog
level
u014461454
·
2020-09-13 20:00
LINUX
系统运维
虚拟化
snmp
vmware
esxi
Spring+MyBatis框架搭建
libs-release-local/org/springframework/spring/4.2.1.RELEASE/spring-framework-4.2.1.RELEASE-dist.zipApacheCommo
nsLog
ging1.2
开心的许久
·
2020-09-13 19:37
常用代码整理
C语言 floor函数 ceil函数
例如,
NSLog
(@"floor(3.0)=%f",floor(3.0));
NSLog
(@"floor(3.4)=%f",floor(3.4));
NSLog
(@"floor(3.9)=%f",floor
没有坟营的女鬼
·
2020-09-13 17:31
C
语言
NSOrderedSet的简单使用
的简单用法1.创建-(void)removeDistinct{NSOrderedSet*set1=[NSOrderedSetorderedSetWithArray:@[@3,@7,@3,@3,@0]];
NSLog
符吉胜的技术博客
·
2020-09-13 15:52
ios
MPMoviePlayerViewController 问题
-(void)playVideo:(NSString*)url{
NSLog
(@"play~");if(!
ihefe
·
2020-09-13 15:45
mac
ios
iphone
url
object
iOS之深入解析类Class的底层原理
内存偏移定义一个数组并打印数组中的元素地址:inta[4]={1,2,3,4};int*b=a;
NSLog
(@"%p-%p-%p-%p",&a,&a[0],&a[1],&a[2]);
NSLog
(@"%p
Forever_wj
·
2020-09-13 14:23
iOS高级进阶
Swift高级进阶
Objective-C底层原理
内存偏移
类结构
iOS开发-进阶:MOV格式视频转MP4格式
sourceUrloptions:nil];NSArray*compatiblePresets=[AVAssetExportSessionexportPresetsCompatibleWithAsset:avAsset];
NSLog
nikoLiLol
·
2020-09-13 12:26
iOS
ios 判断app 启动方式
launchOptions){
NSLog
(@"用户点击
会飞的程序员zjm
·
2020-09-13 09:41
ios
ios开发点滴-关于UIDatePicker 时间相差8个小时的问题
NSDateFormatteralloc]init];formatter.dateFormat=@"yy-MM-ddHH:mm:ss";NSString*timeStr=[formatterstringFromDate:date];
NSLog
晨风晨风
·
2020-09-13 09:43
ios
MATLAB:
MATLAB1、ischar()函数:ischar-DeterminewhetheritemischaracterarrayThisMATLABfunctionretur
nslog
ical1(true)
Xiong_O
·
2020-09-13 09:21
iOS 将json文件转为plist文件
NSString*path=[[NSBundlemainBundle]pathForResource:@"address.json"ofType:nil];
NSLog
(@"path=%@",path);
Johnay_xiao
·
2020-09-13 08:17
iOS
读写plist文件简单代码
NSString*plist=[[selfdocumentsPath]stringByAppendingPathComponent:@"contacts.plist"];
NSLog
(@"%@",plist
czcdms
·
2020-09-13 07:45
ios文件管理
iOS 蓝牙打印
scanlPrint:(UIButton*)sender{[uartLibscanStart];}2.连接蓝牙(停止扫描)-(IBAction)connectPrint:(UIButton*)sender{
NSLog
极客Victor
·
2020-09-13 07:03
IOS开发之
NSLog
使用技巧
在release版本禁止输出
NSLog
内容因为
NSLog
的输出还是比较消耗系统资源的,而且输出的数据也可能会暴露出App里的保
Z飞扬2013
·
2020-09-13 07:03
iOS
iOS支付宝授权登录集成注意事项
AlipaySDKdefaultService]auth_V2WithInfo:infoStrfromScheme:schemeStrcallback:^(NSDictionary*resultDic){
NSLog
weixin_34195364
·
2020-09-13 06:33
OC 简单对象、创建类方法小结
>>>1.首先是输出函数,在学c语言时我们都习惯写prinft但是到了oc中就要用
NSLog
来输出语句了
NSLog
(@"Hello,World!")
weixin_34111819
·
2020-09-13 06:31
NSMutableArray的用法
2019独角兽企业重金招聘Python工程师标准>>>//insertcodehere...
NSLog
(@"数组");//指定多个字符串创建数组NSArray*array;array=[NSArrayarrayWithObjects
weixin_33862514
·
2020-09-13 06:22
IOS 打印语句
打印width和height
NSLog
("width:%f,height:%f",self.View.frame.size.width,self.View.navigationBar.frame.size.height
weixin_30535913
·
2020-09-13 06:59
iOS—
NSLog
各种打印格式
NSLog
各种打印格式:%@对象%d,%i整型(%i的老写法)%hd短整型%ld,%lld长整型%u无符整型%f浮点型和double型%0.2f精度浮点数,只保留两位小数%x为32位的无符号整型数(unsignedint
victorai60
·
2020-09-13 06:01
iOS
OC中可变字典和不可变字典
创建后不可改变NSDictionary*dic=[[NSDictionaryalloc]initWithObjectsAndKeys:@"jack",@"name",@"18",@"age",nil];
NSLog
-FIGHTING-
·
2020-09-13 06:07
iOS
字典
Foundation框架
objective-c
存储对象
元素
NSMutableArray中不能用for循环删除数组对象(原因详解)
arr=[[NSMutableArrayalloc]init];for(inti=0;i>>>>>>>%@”,arr);//按钮调用的方法-(void)reMove:(UIButton*)btn{
NSLog
L色J忆
·
2020-09-13 06:52
ios学习
IOS 调用支付宝收不到支付回调
在这里还给自己挖了个坑,因为由于Xcode8的原因,我将系统日志屏蔽掉了,然后导致
NSLog
打印不出来(因为是复制demo过来的),一直以为收不到支付回调。
秋渐变
·
2020-09-13 06:22
IOS开发
支付宝
IOS
支付回调
ios开发之常用的
NSLOG
日志打印格式
以下是常用的LOG打印,如果有特殊,请@我,这边会不定期更新。%@对象%d,%i整数%u无符整形%f浮点/双字%x,%X二进制整数%o八进制整数%zusize_t%p指针%e浮点/双字(科学计算)%g浮点/双字%sC字符串%.*sPascal字符串%c字符%Cunichar%lld64位长整数(longlong)%llu无符64位长整数%Lf64位双字结构体输出NSStringFromCGPoin
朱晓晓
·
2020-09-13 06:22
ios
Objective-C中数组(NSArray和NSMutableArray)常用用法
initWithObjects:(ObjectType)firstObj,…NSArray*arr1=[[NSArrayalloc]initWithObjects:@"a",@"b",@"c",nil];
NSLog
闪亮ing
·
2020-09-13 06:50
笔记总结
iOS开发学习第二十课——类的扩展 / 日期类
1.NSDate:日期类NSDate*date=[NSDatedate];
NSLog
(@"%@",date);//格式:年-月-日时:分:秒时区//NSTimeInterval:时间的计算单位,秒,实质是
sen147258369
·
2020-09-13 06:18
objective-c
编程
学习
ios开发
extension
上一页
29
30
31
32
33
34
35
36
下一页
按字母分类:
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
其他