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
ios NSDate NSTring long 时间戳与字符串转换
一,转化的方法为NSString*timeSp=[NSStringstringWithFormat:@"%d",(long)[localeDatetimeIntervalSince1970]];
NSLog
最炫名族风
·
2023-04-06 08:02
ios
nsstring
ios
ios 万能路径,获取沙盒 Document,获取沙盒 Cache,自定义
NSlog
1、配置pch文件的万能访问路径:$(SRCROOT)/2、获取沙盒Document#definePathDocument[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUserDomainMask,YES)firstObject]3、获取沙盒Cache#definePathCache[NSSearchPathForDirect
缘來諟夢
·
2023-04-06 08:42
iOS_performSelector:withObject:afterDelay:
看一下以下方法的执行结果:例1:全局并发队列中执行异步任务dispatch_async(dispatch_get_global_queue(0,0),^{
NSLog
(@"1");[selfperformSelector
Morgana_Mo
·
2023-04-05 21:44
iOS基础
ios
objective-c
xcode
mysql注入靶场,SQL 注入靶场练习 - D
nslog
带外测试
d
nslog
带外实现依赖UNC,因此只能在Windows下利用利用DNS记录不存在时向上查询的工作模式实现带外***不支持load_file('http://host:port/1.txt')模式,否则用不着
橙一橙
·
2023-04-05 09:02
mysql注入靶场
JavaEE框架Bootstrap、HTML5、jQuery、SpringMVC
接着整理以前用到的,研究过的技术当时需求要求,能分文件记录不同的级别的日志,能在项目多个日志框架中(项目有ApacheCommo
nsLog
ging,LOG4J,LOGBACK)选定log4j作为日志框架
werdse5235
·
2023-04-05 08:50
java
springmvc
mybatis
spring
shiro
iOS __block 到底做了啥
void);intmain(intargc,constchar*argv[]){@autoreleasepool{__blockinta=10;intb=30;CLBlockmyblock=^{a=20;
NSLog
至尊宝_4233
·
2023-04-05 08:29
instancesRespondToSelector与respondsToSelector的区别
interfaceTest1:NSObject-(void)objectFun;+(void)classFun;@endTest1.m@implementationTest1-(void)objectFun{
NSLog
单线程Jack
·
2023-04-05 07:51
字典
*///不可变数组//创建字典NSDictionary*dic1=[NSDictionarydictionaryWithObjectsAndKeys:@"name",@"zhangsan",nil];
NSLog
习惯了_就好
·
2023-04-05 00:05
iOS面试题:Block变量的截获
比如:NSIntegernum=3;NSInteger(^block)(NSInteger)=^NSInteger(NSIntegern){returnn*num;};num=1;
NSLog
(@"%zd
iOS心安
·
2023-04-04 17:52
iOS 大头针点击跳转页面 返回第二次点击无响应
改变当前点你大头针为deselect就可以了-(void)mapView:(MKMapView*)mapViewdidSelectAnnotationView:(MKAnnotationView*)view{
NSLog
透支未来
·
2023-04-04 17:47
监控卡顿函数
person*p=[[personalloc]init];[peat];}@implementationperson-(void)eat{for(inti=0;i<10000000000;i++){
NSLog
寂寞先森666
·
2023-04-04 15:33
[Java]日志实战:JCL,slf4j;JUL,logback,log4j,log4j2
本文的主要内容:日志门面:JCL(JakartaCommo
nsLog
ging)、slf4j(SimpleLoggingFacadeforJ
Hackyle
·
2023-04-04 14:26
日志
slf4j日志门面
logback
log4j
log4j2
IOS-OC-单例模式、set和get方法
import"SaBeiNing.h"intmain(intargc,constchar*argv[]){@autoreleasepool{WangFeng*wangFeng=[WangFenggetDefault];
NSLog
草根小强
·
2023-04-04 10:43
iOS 关于时间的一些操作
NSDateFormatteralloc]init];nowFormate.dateFormat=@"yyyy-MM-ddHH:mm:ss";NSString*nowTime=[nowFormatestringFromDate:now];
NSLog
luxing123
·
2023-04-03 21:25
Object-C 多线程中锁的使用-NSLock
NSObject-(void)method1;-(void)method2;@endTestObj.m#import"TestObj.h"@implementationTestObj-(void)method1{
NSLog
usuer
·
2023-04-03 18:25
Objective-C货币的精确计算
如:原始数据:floata=0.01;intb=99999999;doublec=0.0;1:使用浮点运算c=a*b;
NSLog
(@"%f",c);
NSLog
(@"%.2f",c);输出结果:2016-
瞬csr
·
2023-04-03 15:19
iOS底层探索之多线程(四)—GCD的队列
底层探索之多线程(一)—进程和线程iOS底层探索之多线程(二)—线程和锁iOS底层探索之多线程(三)—初识GCD多线程--GCD1.不同队列举例主队列添加同步任务看看下面这个例子//主队列同步//不会开线程
NSLog
俊而不逊
·
2023-04-03 11:36
iOS GCD死锁的情况和解决办法
1、同步串行主队列dispatch_sync(dispatch_get_main_queue(),^(void){
NSLog
(@"这里死锁了");});因为dispatch_sync是一个同步队列,所以会堵塞在这里
天空知诚
·
2023-04-02 22:31
认识下OC中的Block,常见的一些误区
这不免让我们想到在C函数中,我们可以定义一个指向函数的指针并且调用:void(*task)(void);voidrun(){
NSLog
(@"run");}{task=run;(*task)();}上面的函数指针可以直接通过
HelloBinary
·
2023-04-02 21:41
iOS14 执行popToRootViewControllerAnimated方法时tabbar消失
12.0.2.iosVersion>=14.0&&VersionB->C-(NSArray*)fd_popToRootViewControllerAnimated:(BOOL)animated{//第一步
NSLog
晨曦的简书
·
2023-04-02 08:34
OC底层原理探索-block(下)
block底层实现intmain(intargc,constchar*argv[]){@autoreleasepool{void(^block)(void)=^{
NSLog
(@"block探索");};
十年开发初学者
·
2023-04-01 21:09
SpringBoot--2
日志1、概念(1)常见的日志框架如下:抽象层:JCL(JakartaCommo
nsLog
ging)SLF4j(SimpleLoggingFacadeforJava)jboss-logging实现层:Log4jLog4j2LogbackJUL
Na2Co3_Ren
·
2023-04-01 17:13
2018-07-12 权限判断这块儿,是我不熟悉的地方
AVCaptureDeviceauthorizationStatusForMediaType:AVMediaTypeAudio];switch(authStatus){caseAVAuthorizationStatusNotDetermined://没有询问是否开启麦克风
NSLog
幸福晓杰2016
·
2023-04-01 15:16
返回数据转成json格式
NSLog
(@"%@",[[NSStringalloc]initWithData:[NSJSONSerializationdataWithJSONObject:responseObjectoptions
ljzza
·
2023-04-01 12:52
elasticSearch5-原理解析
2、tra
nslog
操作日志,用来记录操作动作,防止数据丢失。每个
growing_duck
·
2023-04-01 10:21
elasticsearch
搜索引擎
es相关总结
文章目录索引分片和lucene关系近实时搜索(refresh)flush什么是tra
nslog
tra
nslog
基本流程merge什么是mergemerge操作相关流程集群内部原理集群节点角色集群状态集群启动流程选举主节点投票与得票的实现确立
it噩梦
·
2023-04-01 10:14
java
架构
java
数据库
GCD2
1.死锁-(void)viewDidLoad{[superviewDidLoad];dispatch_sync(dispatch_get_main_queue(),^{
NSLog
(@"--执行任务--"
霸_霸霸
·
2023-04-01 06:32
拿到对应cell的tag值
-(void)clickimage:(FWContentCell*)cell{
NSLog
(@"%ld",(long)cell.tag);}
赤焰军少帅林殊
·
2023-03-31 14:21
iOS - 类的结构分析
内存偏移以数组为例:inta[4]={1,2,3,4};int*b=a;
NSLog
(@"%p-%p-%p-%p",&a,&a[0],&a[1],&a[2]);
NSLog
(@"%p-%p-%p",b,b+
e521
·
2023-03-31 07:44
OC的基本语法2
1,数组NSArry/NSMutableArray(1)不可变数组NSArray*array1=@[@"a",@"b",@"c",@"d"];//创建*是对象
NSLog
(@"array1=%@",array1
十年如一品
·
2023-03-31 07:52
maven相关知识
例如,如果我们需要用到commo
nslog
ging,我们就必须把commo
nslog
ging的jar包放入classpath。如果我
一路向前-执着
·
2023-03-31 03:29
maven
maven
java
eclipse
isMemberOfClass和isKindOfClass
autoreleasepool{QSPerson*p=[[QSPersonalloc]init];//isMemberOfClass//isMemberOfClass判断p对象的class是否等于参数:OfClass
NSLog
it小小菜鸟
·
2023-03-30 18:21
日志输出 : SLF4J + LOGBACK
日志输出:SLF4J+LOGBACKjava.util.logging、Commo
nsLog
ging、Log4j、Log4j2、SLF4J、LOGBACK都是JAVA生成日志的方式等,其中区别不做阐述,
呼呼哈嗨
·
2023-03-30 15:55
java
java
logback
ios-runtime面试题
NSObject@property(nonatomic,copy)NSString*name;-(void)print;@end@implementationMNPerson-(void)print{
NSLog
逆流瞅瞅
·
2023-03-30 15:20
面试之---[self class] 和 [super class],super底层原理
实例演示1、@interfaceCCStudent:Person@end@implementationCCStudent-(instancetype)init{if(self=[superinit]){
NSLog
开了那么
·
2023-03-30 11:01
xcode调试效率
我们在这重点讲一些常用的命令一、基本操作1.1.视图层次打印视图层次po[self.contentViewrecursiveDescription]1.2.改变某个取值inta=1;//Consoleexpra=2
NSLog
向晨宇
·
2023-03-30 10:49
iOS copy,strong,retain,weak和assign的区别
然后又开辟了一个内存C,C里面存放的着值Bimage.png如下:NSMutableString*tempMStr=[[NSMutableStringalloc]initWithString:@"strValue"];
NSLog
tanghaiyang
·
2023-03-30 01:01
iOS底层原理1——alloc初探
alloc对象的指针地址和内存XKPerson*objc1=[XKPersonalloc];XKPerson*objc2=[objc1init];XKPerson*objc3=[objc1init];
NSLog
雾中探雪
·
2023-03-29 18:46
1. Precalculus
thelawsofexponentsandradicalsbasicarithmeticoperationsinvolving:-realnumbers-complexnumbers-generalalgebraicexpressionsContents:functionsgraphspolynomialequatio
nslog
arithmstrigonometry
顾清_
·
2023-03-29 10:18
iOS 数字 四舍五入 进一法 去尾法
四舍五入1.整数numberToRound=4.51;intresult=(int)roundf(numberToRound);
NSLog
(@"roundf(%f)=%d",numberToRound,
瞬csr
·
2023-03-29 07:36
IOS 16进制字符串转Byte数组
BytebyteArray[8]={0xf0,0x20,0x04,0x54,0x52,0x55,0x45,0x54};NSData*data=[NSDatadataWithBytes:byteArraylength:8];
NSLog
zhhehj
·
2023-03-29 06:36
block 使用说明
一、声明、定义方式1、无返回值无参数@property(nonatomic,copy)void(^block1)(void);......self.block1=^{
NSLog
(@"void(^block
yellowzhou
·
2023-03-29 05:54
iOS程序加载流程—dyld流程
load方法断点首先我们来个简单程序static__attribute__((constructor))voidhfmain(){
NSLog
(@"helloHF");}intmain(intargc,char
Kates
·
2023-03-28 21:50
iOS面试题:[self class]和[super class]输出的是什么?
implementationStudent:Person-(instancetype)init{self=[superinit];if(self){idobj1=[selfclass];idobj2=[superclass];
NSLog
sunnyxg0812
·
2023-03-28 11:03
核心语法-点语法
constchar*argv[]){Person*p=[Personnew];[psetAge:50];//setp.age=20;//点语法,也是一种set、get方法//[page];//get方法
NSLog
AmberAlbee
·
2023-03-28 06:47
遍历的几种方式(OC)
1.for循环遍历//for循环遍历NSArray*array=@[@1,@2,@3,@4,@5];for(inti=0;i=0;i--){
NSLog
(@"array[i]=%@",array[i]);
同心圆圈
·
2023-03-28 01:35
你的日志打印对了么?
二、日志打印方式对于iOS开发而言,在控制台打印日志的常用方式有
NSLog
和printf,我们先来看一下两者的区别。2.
神策数据开源社区
·
2023-03-27 23:46
4. Logging
SpringBoot内部使用Commo
nsLog
ging日志记录器但是保留的对外扩展功能。默认提供JavaUtilLogging、Log4j2、Logback。
E码
·
2023-03-27 21:00
iOS多线程以及在项目中的使用
提供更为灵活高效的线程管理方式缺点:1.创建线程代时,需要同时占用应用和内核的内2.存空间(GCD只占用内核的内存空间)编写线程相关代码相对繁杂线程的创建方式[NSThreaddetachNewThreadWithBlock:^{
NSLog
攻城狮GG
·
2023-03-27 08:35
日志输出规范
1.组件日志组件有很多,日志门面的选择Slf4jApacheCommo
nsLog
ging日志的实现有:log4jlogbacklog4j2JavaUtilLogging(jul)JbossLogging
little多米
·
2023-03-27 08:12
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
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
其他