自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (11)
  • 收藏
  • 关注

空空如也

重构(第2版).pdf 中文版 完整高清带书签

重构(第2版)中文完整高清带书签 本书将帮助读者: ● 理解重构的过程和重构的基本原则; ● 快速有效地应用各种重构手法,提升程序的表达力和可维护性; ● 识别代码中能指示出需要重构的地方的“坏味道”; ● 深入了解各种重构手法,每个手法都包含解释、动机、做法和范例4 个部分; ● 构建稳固的测试,以支持重构工作的开展; ● 理解重构过程的权衡取舍以及重构存在的挑战等。

2019-05-11

音视频开发进阶指南:基于Android与iOS平台的实践 pdf 高清 带书签

音视频开发进阶指南:基于Android与iOS平台的实践 “本书的作者展晓凯是音视频领域的权威专家。在几年间的持续研究中,他总结出了一套在音视频领域比较系统的工程实践方法,希望这些总结能够帮助到对相关领域感兴趣的你。如果能进一步影响更多的人,将是对本书作者最大的鼓励和褒奖。 "

2019-02-14

iOS开发指南 从Hello World到App Store上架(第5版)

本书是iOS 开发权威教程,以Swift 和Objective-C 两种语言进行讲解。书中分5 部分介绍如何从零起步编写并上线iOS 应用:第一部分介绍iOS 开发的基础知识,包括界面构建技术、基本控件、协议、表视图、界面布局、屏幕适配、导航、iPad 应用开发、iOS 设备手势、Quartz 2D、iOS 动画等;第二部分介绍本地数据持久化、数据交换格式和Web Service,第三部分为进阶篇,介绍了定位服务、苹果地图、Contacts 框架、应用扩展、用户通知等内容;第四部分介绍测试、调试和优化等相关知识;第五部分为实战篇,涵盖代码版本管理、项目依赖管理、App Store 发布流程,以及一个真实iOS 应用的设计、编程、测试与发布过程。 与上一版相比,本书不仅基于iOS 10 进行了全面更新,还增加并修订了设备手势、Quartz 2D、动画、用户扩展、用户通知、Core Data 等内容。 本书适合iOS 开发人员阅读。

2019-01-27

Advanced Apple Debugging & Reverse Engineering v3.0+Code

全面升级 Xcode 10, Swift 4.2,是一本关于iOS调试和反编译不可多得的资料!

2019-01-22

Advanced Apple Debugging & Reverse Engineering v2.0 code

全面支持 Xcode 9, Swift 4.0,由于上传110MB的限制,要下pdf,请移步至:http://download.csdn.net/download/a56562626206/10208617

2018-01-16

【放大招】Advanced Apple Debugging & Reverse Engineering v2.0

完整高清+书签版,全面支持 Xcode 9, Swift 4.0,由于上传110MB的限制,要下源码,请移步至:http://download.csdn.net/download/a56562626206/10208625 Advanced Apple Debugging & Reverse Engineering, Second Edition ISBN: Learn the powerful secrets of Apple’s software debugger, LLDB, that can get more information out of any program than you ever thought possible. In Advanced Apple Debugging and Reverse Engineering, you’ll come to realize debugging is an enjoyable process to help you better understand software. Not only will you learn to find bugs faster, but you’ll also learn how other developers have solved problems similar to yours. You’ll also learn how to create custom, powerful debugging scripts that will help you quickly find the secrets behind any bit of code that piques your interest. This book is for intermediate to advanced iOS/macOS developers who are already familiar with either Swift or Objective-C and want to take their debugging skills to the next level. Topics Covered in Advanced Apple Debugging & Reverse Engineering: LLDB Max Achievement: Master LLDB and learn about its extensive list of subcommands and options. 1’s and 0’s: Learn the low-level components available to help extract useful information from a program, from assembly calling conventions to exploring the process of dynamically-loaded frameworks. The Power of Python: Use LLDB’s Python module to create powerful custom debugging commands to introspect and augment existing programs. Nothing is Secret: Learn how to use DTrace, a dynamic tracing framework, and how to write D scripts to query anything you were ever curious about on your macOS machine. Case Studies: Quickly find and solve the real-world issues that iOS and macOS developers typically face in their day-to-day development workflow.

2018-01-16

RxSwift: Reactive Programming with Swift v2.0 (pdf+epub+code)

Learn reactive programming in Swift with RxSwift! The popularity of reactive programming continues to grow on an ever-increasing number of platforms and languages. Rx lets developers easily and quickly build apps with code that can be understood by other Rx developers — even over different platforms. Not only will you learn how to use the RxSwift port to create complex reactive applications on iOS, you’ll also see how to easily solve common application design issues by using RxSwift. Finally, you’ll discover how to exercise full control over the library and leverage the full power of reactive programming in your apps. Who This Book Is For This book is for iOS developers who already feel comfortable with iOS and Swift, and want to dive deep into development with RxSwift. Topics Covered in RxSwift Getting Started: Get an introduction to the reactive programming paradigm, learn the terminology involved and see how to begin using RxSwift in your projects. Event Management: Learn how to handle asynchronous event sequences via two key concepts in Rx — Observables and Observers. Being Selective: See how to work with various events using concepts such as filtering, transforming, combining, and time operators. UI Development: RxSwift makes it easy to work with the UI of your apps using RxCocoa, which provides an integration of both UIKit and Cocoa. Intermediate Topics: Level up your RxSwift knowledge with chapters on reactive networking, multi-threading, and error handling. Advanced Topics: Round out your RxSwift education by learning about MVVM app architecture, scene-based navigation, and exposing data via services. And much, much more! By the end of this book, you’ll have hands-on experience solving common issues in a reactive paradigm — and you’ll be well on your way to coming up with your own Rx patterns and solutions!

2018-01-14

Attacking Network Protocols

Attacking Network Protocols is a deep dive into network protocol security from James ­Forshaw, one of the world’s leading bug ­hunters. This comprehensive guide looks at networking from an attacker’s perspective to help you discover, exploit, and ultimately ­protect vulnerabilities. Introduction Chapter 1: The Basics of Networking Chapter 2: Capturing Application Traffic Chapter 3: Network Protocol Structures Chapter 4: Developing an Analysis Framework Chapter 5: Advanced Traffic Capture Chapter 6: Analysis from the Wire Chapter 7: Application Reverse Engineering Chapter 8: Network Protocol Security Chapter 9: Implementing the Protocol Chapter 10: Root Causes of Vulnerabilities Chapter 11: Fuzzing, Debugging, and Exploit Development

2018-01-12

iOS Apprentice v6.0

基于swift 4 和 xcode 9,高清完整教程,带书签,需要的下载

2017-12-26

Advanced_Apple_Debugging_&_Reverse_Engineering_v1.0

Advanced_Apple_Debugging_&_Reverse_Engineering_v1.0

2017-11-22

iOS 自动布局及适配iPhone6

iOS 自动布局及适配iPhone6, 很详细的文档,你值得拥有

2015-04-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除