自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 《拖延心理学》序言

写书的人往往被认为对他们的写作倾向有着非常深入的了解。确实, 我们对拖延心理的了解可以说是彻头彻尾的:我们两个都知道对方的那 些丑事,我们都经历过许多通宵开夜车的日子,也曾为写博士论文而挣 扎了多年,经常要缴纳税收滞纳金,并常常为自己的拖延而编造种种故 事情节(最为极端的例子是说自己家里死了人)。除了我们两个人对此的个人亲身经验之外,我们也有多年与拖延心 理打交道的职业经历。当我们还是加利福尼

2014-11-21 18:20:07 274

转载 《拖延心理学》序言

写书的人往往被认为对他们的写作倾向有着非常深入的了解。确实, 我们对拖延心理的了解可以说是彻头彻尾的:我们两个都知道对方的那 些丑事,我们都经历过许多通宵开夜车的日子,也曾为写博士论文而挣 扎了多年,经常要缴纳税收滞纳金,并常常为自己的拖延而编造种种故 事情节(最为极端的例子是说自己家里死了人)。除了我们两个人对此的个人亲身经验之外,我们也有多年与拖延心 理打交道的职业经历。当我们还是加利福尼

2014-11-21 18:09:32 191

转载 《拖延心理学》序言

写书的人往往被认为对他们的写作倾向有着非常深入的了解。确实, 我们对拖延心理的了解可以说是彻头彻尾的:我们两个都知道对方的那 些丑事,我们都经历过许多通宵开夜车的日子,也曾为写博士论文而挣 扎了多年,经常要缴纳税收滞纳金,并常常为自己的拖延而编造种种故 事情节(最为极端的例子是说自己家里死了人)。除了我们两个人对此的个人亲身经验之外,我们也有多年与拖延心 理打交道的职业经历。当我们还是加利福尼

2014-11-21 18:09:27 237

原创 《拖延心理学》序言

写书的人往往被认为对他们的写作倾向有着非常深入的了解。确实, 我们对拖延心理的了解可以说是彻头彻尾的:我们两个都知道对方的那 些丑事,我们都经历过许多通宵开夜车的日子,也曾为写博士论文而挣 扎了多年,经常要缴纳税收滞纳金,并常常为自己的拖延而编造种种故 事情节(最为极端的例子是说自己家里死了人)。除了我们两个人对此的个人亲身经验之外,我们也有多年与拖延心 理打交道的职业经历。当我们还是加利福尼

2014-11-21 18:06:26 290

原创 《拖延心理学》序言

写书的人往往被认为对他们的写作倾向有着非常深入的了解。确实, 我们对拖延心理的了解可以说是彻头彻尾的:我们两个都知道对方的那些丑事,我们都经历过许多通宵开夜车的日子,也曾为写博士论文而挣 扎了多年,经常要缴纳税收滞纳金,并常常为自己的拖延而编造种种故 事情节(最为极端的例子是说自己家里死了人)。除了我们两个人对此的个人亲身经验之外,我们也有多年与拖延心 理打交道的职业经历。当我们还是加利福尼亚

2014-11-21 18:04:29 221

原创 《拖延心理学》序言

写书的人往往被认为对他们的写作倾向有着非常深入的了解。确实, 我们对拖延心理的了解可以说是彻头彻尾的:我们两个都知道对方的那些丑事,我们都经历过许多通宵开夜车的日子,也曾为写博士论文而挣 扎了多年,经常要缴纳税收滞纳金,并常常为自己的拖延而编造种种故 事情节(最为极端的例子是说自己家里死了人)。除了我们两个人对此的个人亲身经验之外,我们也有多年与拖延心 理打交道的职业经历。当我们还是加利福尼亚

2014-11-21 18:04:00 275

JavaScript语言精粹[修订版]

本书通过对JavaScript语言的分析,甄别出好的和坏的特性,从而提取出相对这门语言的整体而言具有更好的可靠性、可读性和可维护性的JavaScript的子集,以便你能用它创建真正可扩展的和高效的代码。 雅虎资深JavaScript架构师Douglas Crockford倾力之作。 向读者介绍如何运用JavaScript创建真正可扩展的和高效的代码。

2018-12-29

Objective-C Programming The Big Nerd Ranch Guide 2nd Edition

C and Objective-C When you run a program, a file is copied from the file system into memory (RAM), and the instructions in that file are executed by your computer. Those instructions are inscrutable to humans. So, humans write computer programs in a programming language. The very lowest-level programming language is called ! . In assembly code, you describe every step that the CPU (the computer’s brain) must take. This code is then transformed into (the computer’s native tongue) by an . Assembly language is tediously long-winded and CPU-dependent (because the brain of your new iMac can be quite different from the brain of your well-loved, well-worn PowerBook). In other words, if you want to run the program on a different type of computer, you will need to rewrite the assembly code. To make code that could be easily moved from one type of computer to another, we developed “high- level languages.” With high-level languages, instead of having to think about a particular CPU, you can express the instructions in a general way, and a program (called a " ) will transform that code into highly-optimized, CPU-specific machine code. One of these high-level languages is C. C programmers write code in the C language, and a C compiler converts the C code into machine code.

2017-11-12

iOS Programming The Big Nerd Ranch Guide 6th Edition 2017.1

Introduction As an aspiring iOS developer, you face three major tasks: You must learn the Swift language. Swift is the recommended development language for iOS. The first two chapters of this book are designed to give you a working knowledge of Swift. You must master the big ideas. These include things like delegation, archiving, and the proper use of view controllers. The big ideas take a few days to understand. When you reach the halfway point of this book, you will understand these big ideas. You must master the frameworks. The eventual goal is to know how to use every method of every class in every framework in iOS. This is a project for a lifetime: There are hundreds of classes and thousands of methods available in iOS, and Apple adds more classes and methods with every release of iOS. In this book, you will be introduced to each of the subsystems that make up the iOS SDK, but you will not study each one deeply. Instead, our goal is to get you to the point where you can search and understand Apple’s reference documentation.

2017-11-12

iOS Apprentice 4 StoreSearch v4.1

The StoreSearch app One of the most common things that mobile apps do is talking to a server on the internet. It’s beyond question: if you’re writing mobile apps, you need to know how to upload and download data. In this lesson you’ll learn how to do HTTP GET requests to a web service, how to parse JSON data, and how to download files such as images. You are going to build an app that lets you search the iTunes store. Of course, your iPhone already has apps for that (“App Store” and “iTunes Store” to name two), but what’s the harm in writing another one? Apple has made a web service available for searching the entire iTunes store and you’ll be using that to learn about networking.

2017-11-12

iOS Application Security

INTRODUCTION Much has been written regarding iOS’s security model, jailbreaking, finding code execution vulnerabilities in the base OS, and other security-related characteristics. Other work has focused on examining iOS from a forensic perspective, including how to extract data from physical devices or backups as part of criminal investigations. That information is all useful, but this book aims to fill the biggest gaps in the iOS literature: applications. Little public attention has been given to actually writing secure applications for iOS or for performing security evaluations of iOS applications. As a consequence, embarrassing security flaws in iOS applications have allowed for exposure of sensitive data, circumvention of authentication mechanisms, and abuse of user privacy (both intentional and accidental). People are using iOS applications for more and more crucial tasks and entrusting them with a lot of sensitive information, and iOS application security needs to mature in response. As such, my goal is for this book is to be as close as possible to the canonical work on the secure development of iOS applications in particular. iOS is a rapidly moving target, of course, but I’ve tried to make things as accurate as possible and give you the tools to inspect and adapt to future API changes.

2017-11-12

M/M/N 排队系统(多服务员排队系统)的matlab仿真

M/M/N 排队系统(多服务员排队系统)的matlab仿真,GUI界面,附源代码 按照顾客到达的时间概率分布为泊松分布,顾客服务时间的长短服从负指数分布,试完成M/M/1排队系统的仿真。

2013-12-03

EasyBCD 简单好用的系统启动软件

EasyBCD 简单好用的系统启动软件。EasyBCD是一款免费软件,EasyBCD能够极好地支持多种操作系统与Windows 7、Vista结合的多重启动,包括Linux、 Mac OS X、 BSD等

2013-06-01

MentoHUST附认证数据包

MentoHUST,替代恶心的锐捷认证,并附带锐捷认证数据包

2013-06-01

keil uvision3破解+汉化.rar

keil uvision3原版,并附注册机,轻松破解。并附汉化包。汉化包的使用:将汉化包中的文件解压,得Uv3.exe,将此Uv3.exe放到kiel3安装目录中UV3文件夹下,覆盖原来英文的Uv3.exe即可

2012-07-26

Turbo C++3.0 适合C语言初学者

官方原版Turbo C++3.0,适合C语言初学者的开发平台,简单易用,很容易上手。下载完后打开里边的install.exe,选择安装路径,完成安装。

2012-07-18

空空如也

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

TA关注的人

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