XiaoKL

上一页 1 2 3 4 5 6 ··· 12 下一页

2018年3月14日

Security.ssl-pinning

摘要: SSL Pinning 1. What's SSL Pinning? "SSL Pinning is making sure the client checks the server’s certificate against a known copy of that certificate. Si 阅读全文

posted @ 2018-03-14 20:58 XiaoKL 阅读(285) 评论(0) 推荐(0) 编辑

2018年3月12日

iOS.mach_msg_trap()

摘要: mach_msg_trap() 1. mach_msg() mach_msg_trap() " > The Debugger window shows the calling stack at the top of which is> > 0 mach_msg_trap> 1 mach_msg> 2 阅读全文

posted @ 2018-03-12 09:52 XiaoKL 阅读(2211) 评论(0) 推荐(0) 编辑

2017年3月31日

iOS.redefinition-of-struct-x

摘要: Error: Redefinition of struct x Reference 阅读全文

posted @ 2017-03-31 23:49 XiaoKL 阅读(292) 评论(0) 推荐(0) 编辑

2017年2月9日

Swift.Operator-and-Items-in-Swift(1)

摘要: Operator and Item 1. ..< a for-in loop and the half-open range operator (..<) 2. Generic Where Clauses Ref: Generic Where Clauses https://developer.ap 阅读全文

posted @ 2017-02-09 11:44 XiaoKL 阅读(231) 评论(0) 推荐(0) 编辑

2016年12月27日

iOS.Animation.Math-behind-CATransform3D

摘要: iOS CoreAnimation: Math behind CATransform3D 1. What's CATransform? Matrix Transform: "User space = your view (points) Device space = hardware device 阅读全文

posted @ 2016-12-27 17:45 XiaoKL 阅读(450) 评论(0) 推荐(0) 编辑

2016年10月25日

Security.website-that-focus-on-mobile-app-security

摘要: Mobile App Security 1. DATA THEOREM LAB https://datatheorem.github.io/ Data Theorem's technical blog about mobile security and privacy. 2. Android安全中文 阅读全文

posted @ 2016-10-25 12:12 XiaoKL 阅读(302) 评论(0) 推荐(0) 编辑

2016年10月12日

MacDev.Mach-O.Programming-Part-III:MachOView-v2.4.9200.dmg-crash

摘要: MachOView-v2.4.9200.dmg Crash 在OS X(其版本号: 10.11.6 (15G31))下载MachOView-2.4.9200.dmg后,打开Fat Binary后,MachOView一直Crash。 1. Crash Report 2. Fix this crash 阅读全文

posted @ 2016-10-12 14:36 XiaoKL 阅读(644) 评论(0) 推荐(0) 编辑

2016年7月3日

Javascript.ReactNative-2-javascript-syntax-in-react-native

摘要: JavaScript Syntax in React Native Contents: Arrow Function Let+Const Default + Rest + Spread Destructuring assignment Computed object property names C 阅读全文

posted @ 2016-07-03 00:55 XiaoKL 阅读(401) 评论(0) 推荐(0) 编辑

2016年7月1日

Python.Module.site

摘要: site " This module is automatically imported during initialization. The automatic import can be suppressed using the interpreter’s -S option. Importin 阅读全文

posted @ 2016-07-01 00:10 XiaoKL 阅读(1485) 评论(0) 推荐(0) 编辑

2016年6月29日

Javascript.Reactjs-5-prop-validation-and-proptypes

摘要: Props & PropTypes 1. Props "Props are the mechanism React uses to let components communicate with each other. A parent component can pass it’s child(r 阅读全文

posted @ 2016-06-29 00:08 XiaoKL 阅读(393) 评论(0) 推荐(0) 编辑

2016年6月3日

HTML5.dcloud.io-stream-app

摘要: dcloud.io提出的Stream App 本文仅仅是关于dcloud.io提出的SteamApp初探,所有内容请参考其官网。 1. Application promotion by scaning QR Code 传统方式: 1. 扫描二维码, 跳转App Store/Market 2.下载Ap 阅读全文

posted @ 2016-06-03 00:25 XiaoKL 阅读(4813) 评论(0) 推荐(0) 编辑

2016年5月4日

Python.with.context-manager

摘要: Context Manager 1. Context Manager简介 "Context managers are a way of allocating and releasing some sort of resource exactly where you need it." Ref[4] 阅读全文

posted @ 2016-05-04 07:08 XiaoKL 阅读(761) 评论(0) 推荐(0) 编辑

2016年4月20日

Architecture.ReactiveX.the-reactive-manifesto

摘要: The Reactive Manifesto Reference 1. The Reactive Manifesto http://www.reactivemanifesto.org/ 2. The Reactive Manifesto Glossary https://www.reactivema 阅读全文

posted @ 2016-04-20 14:31 XiaoKL 阅读(192) 评论(0) 推荐(0) 编辑

2016年2月18日

iOS.ReactNative-3-about-viewmanager-uimanager-and-bridgemodule

摘要: RCTViewManager and RCTUIManager 1. RCTViewManager 1.1 RCTViewManager 实现了接口RCTBridgeModule 1 @interface RCTViewManager : NSObject <RCTBridgeModule> 1.2 阅读全文

posted @ 2016-02-18 14:04 XiaoKL 阅读(967) 评论(0) 推荐(0) 编辑

2016年1月5日

iOS.DistributionApp.1-mobile-provision-file[draft]

摘要: .mobileprovision file0..mobileprovision file的作用.mobileprovision file作用以及扮演的角色1. 如何删除旧的.mobileprovision fileRef[1]2..mobileprovision文件格式Ref[2]3. 检查设备UD... 阅读全文

posted @ 2016-01-05 00:08 XiaoKL 阅读(432) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 12 下一页

导航