1. 430 /Applications/Android\ Studio.app/Contents/gradle/gradle-2.8/bin/gradle -v 434 mkdir gradle01 435 cd gradle01 437 /Applications/Android\ Studio
转载 2018-11-03 15:54:00
45阅读
2评论
1.JS 统计输入字符串在UTF-8编码下的长度 https://.cnblogs.com/dwade/articles/alen.html
转载 2019-01-08 11:01:00
101阅读
2评论
egorefresh是很老的下拉刷新,它是一个uiview,在uitableview 下拉的时候显示不同的界面。 egorefresh和uitableview的耦合度很高,uitableview滚动和滚动停止是需要调用egorefresh响应滚动和停止滚动。 uitableview又要实现egore
转载 2016-11-02 08:51:00
87阅读
2评论
1.ImagePickerSheetController https://github.com/allenwong/30DaysofSwift/
转载 2017-09-25 17:52:00
76阅读
2评论
1. QoS策略的主要任务是对抗影响数据传输的网络变量,比如时延,抖动,丢包,带宽等。我们简单介绍下QoS的常规武器。 ARQ:自动重传请求,是数据链路层的错误纠正协议之一,WebRTC中用到是协议中的NACK机制,即接收端监测到数据包SeqN丢失后,发送对该数据包的重传请求,由发送端执行重传。 F
转载 2020-11-12 21:40:00
170阅读
2评论
=userInfo&dateInt
转载 2019-01-24 13:54:00
59阅读
2评论
1.验证签名 1. https://blog.csdn.net/laughing2333/article/details/52292481 14.这么多机器,第三方机构的公钥怎么跑到了客户端的机器中呢? 其实呢,现实中,浏览器和操作系统都会维护一个权威的第三方机构列表(包括它们的公钥)。因为客户端接
转载 2018-12-27 13:54:00
166阅读
2评论
1. view调用self.presenter,presernter调用self.view https://blog.coding.net/blog/ios-architecture-patterns https://segmentfault.com/a/1190000006800020
转载 2017-06-30 11:45:00
96阅读
2评论
1. NSString *text = @"This\nis\nsome\nmulti-line\nsample\ntext."; UIFont *uiFont = [UIFont fontWithName:@"Helvetica" size:17.0]; CTFontRef ctFont = CTFontCreateWithName((CFStringRef)
转载 2017-06-09 15:00:00
168阅读
2评论
1. /** The margins used to lay out content in the section controller. @see `-[UICollectionViewFlowLayout sectionInset]`. */ open var inset: UIEdgeInsets /** The minimum spacing t
转载 2017-06-07 15:39:00
105阅读
2评论
1. ://blog.jobbole.co
转载 2017-04-20 16:04:00
42阅读
2评论
1. 观察以上代码其实还会发现一个问题,如果我们想要处理很多个请求,那不是要在nginx里面配置N个location吗,我们肯定不会这么做,这里可以通过nginx动态匹配指定lua文件名。 nginx.conf 改成这样 location ~ /lua/(.+) { content_by_lua_f
转载 2020-08-05 10:13:00
94阅读
2评论
1.
转载 2019-02-02 19:24:00
70阅读
2评论
1.error: tool 'xcodebuild' requires Xcode的解决办法 sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/  2.cmake_minimum_required(VERSION 3.5) project(server C CXX) set(CMAKE_CXX_COMPL
转载 2018-12-10 09:16:00
103阅读
2评论
1.selenium 去掉只读属性 https://.cnblogs.com/tobecrazy/p/4817946.html
转载 2018-11-06 20:45:00
94阅读
2评论
1.cnpm sudo chown -R $USER /usr/local ://.runoob.com/vue2/vue-install.html 2..vue proxyTable vue高亮 https://blog.csdn.net/u012028371/article/det
转载 2018-10-18 16:59:00
52阅读
2评论
1. ://staging.paddlepaddle.org/docs/develop/book/02.recognize_digits/index.cn.html
转载 2018-05-09 10:06:00
49阅读
2评论
1. 我们都知道要改状态栏statusBar的颜色很简单,只要如下一行代码就可以, [[UIApplicationsharedApplication]setStatusBarStyle:UIStatusBarStyleLightContent]; 最开始我也是这样想的,后来在AppDelegate.
转载 2018-03-16 16:31:00
58阅读
2评论
1. An AVAsset defines the collective properties of the tracks that comprise the asset. (You can access the instances of AVAsset​Track representing tra
ide
转载 2017-04-11 09:23:00
140阅读
2评论
1.@implementation JSONValueTransformer (CustomTransformer)//时间戳转NSDate- (NSDate *)NSDateFromNSString:(NSString*)string { NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; [formatter s
转载 2017-02-08 14:44:00
66阅读
2评论
  • 1
  • 2
  • 3
  • 4
  • 5