自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Tech In Depth

人、技术和生活

  • 博客(3)
  • 资源 (26)
  • 收藏
  • 关注

原创 谈移动开发安全

最近在研究iOS和Android与服务器通信是否要开启双向验证问题。发现有两本书值得参考,在这发出来,有同样兴趣的请留言,我们一起探讨。1.《iOS Application Security-The Definitive Guide for Hackers and Developers》这是关于iOS的安全的比较好的书,这本书网上购买英文原书太贵了,所以找了一本电子版,希望有需要...

2019-03-15 21:33:27 299

原创 C++学习推荐书单(附中英文电子书下载链接)

以下是这几年的学习与工作的整理,主要针对C++的

2014-04-10 13:30:52 2827 4

原创 iOS UITableView head view与cell view文字垂直居中,文字右对齐

需求:在UITableView中,一列head view和cell view需要居中、文字右对齐。意思是:head view中UILabel的文字是垂直居中对齐,这时候文字与UILabel的右边框有padding(内边距、缩进),而cell view中的文字右边与刚好也是需要有这个padding。这样整个表格既不浪费空间(如果是纯粹的左对齐或者右对齐,则浪费空间),而且还比较美观。思路

2015-11-14 15:32:51 1472

iOS Application Security-The Definitive Guide for Hackers and Developers

这是一本关于iOS开发相关的安全的书,里面讲了苹果官方文档没有详细说的东西。

2019-03-15

Android Security Internals

《Android Security Internals-An In Depth Guide To Androids Security Architecture Book》详细介绍Android系统安全架构,对于希望了解Android底层开发、安全开发的同学有用。高清、无水印、pdf版本,希望大家喜欢!

2019-03-15

The IDA Pro Book 2nd Edition

《The IDA Pro Book 2nd Edition》,IDA官方推荐书籍,无水印、pdf、高清版本。 希望大家喜欢!

2019-03-15

《Effective STL》(中文chm)

《Effective STL》(中文chm)。深入解析STL开发。

2014-04-10

《Effective STL》(英文pdf)

《Effective STL》(英文pdf)。深入解析STL相关知识。

2014-04-10

《A Beginner's Guide to Pointers》(英文doc)

《A Beginner's Guide to Pointers》(英文doc)。详细讲解C++、C指针问题,大家想要对指针有深入理解的,可以下载研究。

2014-04-10

《深入浅出MFC》(中文pdf集合zip包 侯捷译)

《深入浅出MFC》(中文pdf集合zip包 侯捷译)。经典书籍,该书对C++编程水平的提高以及一些设计模式的理解有很好的帮助,不多说,建议大家认真看完。

2014-04-10

《Inside The C++ Object Model》(英文chm)

《Inside The C++ Object Model》(英文chm)。C++高级书籍,需要有扎实的C++语言基础,读懂该书后,对C++,以及面向对象等方面的认识会更上一个台阶。对于该书,我只能用短小精悍来形容。能让读者从写代码的时候联想到编译器如何解析所敲入的每个字母和标点符号。

2014-04-10

《Inside The C++ Object Model》(英文pdf)

《Inside The C++ Object Model》(英文pdf)。C++高级书籍,需要有扎实的C++语言基础,读懂该书后,对C++,以及面向对象等方面的认识会更上一个台阶。对于该书,我只能用短小精悍来形容。能让读者从写代码的时候联想到编译器如何解析所敲入的每个字母和标点符号。

2014-04-10

《设计模式--可复用面向对象软件的基础》

设计模式《Design Patterns》中文版。不用多说,设计模式鼻祖所著书籍。设计模式理论基础,书中大部分设计模式都是以C++语言为例子,看完后可以再看看《设计模式解析(第二版)》。其实很多设计模式在实际的设计和代码中都会有所体现,只是大部分时候,不知道自己使用的叫什么设计模式,该书很好地告诉我们:大家认同的设计模式名字与模式在什么地方使用。

2014-04-10

《C++编程思想》(中文版)

《Thinking in C++》中文版,C++编程思想。C++初学者必看书籍。

2014-04-10

《Thinking.In.C++,.Second.Edition.Volume.2》

《Thinking in C++》(C++编程思想),第二版第二卷。英文原版。

2014-04-10

《Thinking.In.C++,.Second.Edition.Volume.1》

C++编程思想英文文字原版书籍,《Thinking in C++》。

2014-04-10

Computer Systems A Programmer’s Perspective

This is english edition.

2010-09-16

Software Architect Bootcamp

This book is english edition.

2010-09-15

OpenGL SuperBible 4th Edition

OpenGL SuperBible 4th Edition.

2010-09-07

Linux 3D Graphics Programming

Linux 3D Graphics Programming.

2010-09-07

Source Insight

Source Insight was designed to enhance your ability to understand and modify your program. Our company mission is to increase programming team productivity by clarifying source code, presenting information in a useful way, and allowing programmers to modify software in large, complex projects. Think of your program’s source code as a free form database of information. It has not only classes, members, and functions in it, but it has many important comments. (You do have comments, don’t you?) Your source code also has a history. In fact, many large programs have a long lifetime that includes contributions by many programmers over many years. Some of it is not pretty, but you have to live with it. Source Insight acts as an information server that surrounds your project’s source code. With it, you can have instant access to symbolic and textual information in your program. Whether you are new to a project, or an old-timer, Source Insight will give you useful leverage to stay productive.

2010-05-14

The C++ Programming Language Special 3rd Edition

作为C++语言学习的最佳指导书籍,希望对大家的C++语言的学习有所帮助。

2010-03-16

空空如也

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

TA关注的人

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