Focused and Diffuse Modes ---文章来源:coursera 面对一个问题,当无论如何都想不出办法时,你会怎么做呢?对于僵尸们来说,只需简单地不断用脑袋撞墙即可.然而活生生的大脑可就复杂得多.事实证明,了解自己的大脑如何运作,利于学习,少走弯路. What do you do when you just can't figure something out? For zombies, it's pretty simple. They can just keep bashi…
1-1 Introduction to the focused and diffuse modes (4:40) 两种思考的模式:focused mode以及diffuse mode focused mode:是当有意识地专注思考问题或理解概念时的大脑工作模式.大脑的某些部分高强度的工作,但仅限于这一小部分. diffuse mode: 是大脑神经处于某种放松状态的模式.如果处理没有处理过的问题,需要新的想法,那么你的大脑找不到focused mode中存在的那部分固定的思考模式相关的神经,这就…
概述 该示例(TODO-MVP)是后续各种示例演变的基础,它主要演示了在不带架构性框架的情况下实现M-V-P模式.其采用手动依赖注入的方式来提供本地数据源和远程数据源仓库.异步任务通过回调处理. 注意:MVP中View的概念是有所不同的: android.view.View类我们叫它 "Android View" MVP中从P接收命令的东西我们叫它"View",后文说了,就是Fragment Fragment 采用Fragment作为视图的载体有两个原因: Acti…
1-2-编译U-boot 1.su+enter进入超级用户模式. 2.cd /mnt/+两次Tab去到根目录,ls显示共享文件夹里的文件. 3.解压tar xvfj uboot_TQ210_1.3.4_V1.7.tar.bz2 -C /,解压后在opt/EmbedSky/目录下. 4.解压完成后,使用命令#make TQ210_config,配置 u-boot,如下图所示: 5.使用命令make编译U-boot: 6.编译结束后,输入命令ls,在/opt/EmbedSky/TQ210/uboot…
Intel 80386 Reference Programmer's Manual 80386程序员参考手册 Chapter 1 -- Introduction to the 80386 第1章 - 80386的介绍 The 80386 is an advanced 32-bit microprocessor optimized for multitasking operating systems and designed for applications needing very high p…
Jan 8, 2015 • vancexu Learning How to Learn: Powerful mental tools to help you master tough subjects 是 University of California, San Diego 在coursera上开放的一门公开课, Whether you are an outstanding or a struggling student, "Learning How to Learn" will g…
这篇文章从创业起步阶段.产品形态和产品策略.市场竞争格局三个方面比较了中美 SaaS 领域的异同,在文章的最后,作者根据自己在 Box 的工作经历对在国内做 SaaS 的公司提出了四点建议. 我曾有幸经历了 Box 从 2009年 转型企业级 SAAS 一直到 2013年 成为行业领军的完整崛起之路, 2013年 决定回国创办亿方云科技,过去的两年和我的团队历经艰难仍在摸索从 0 到 1 的路上,今天借这个机会分享一下通过这两段经历,我所感受的中美 SaaS 各个维度的异同. 今天我讲的更多是以…
资源 GitHub:https://github.com/square/okhttp 官网     文档     API  You'll also need Okio[https://github.com/square/okio ], which OkHttp uses for fast I/O and resizable调整 buffers缓冲. Okio的API文档:http://square.github.io/okio/1.x/okio/   compile 'com.squareup.…
Segregate operations that read data from operations that update data by using separate interfaces. This pattern can maximize performance, scalability, and security; support evolution of the system over time through higher flexibility; and prevent upd…
Spark官方文档 - 中文翻译 Spark版本:1.6.0 转载请注明出处:http://www.cnblogs.com/BYRans/ 1 概述(Overview) 2 引入Spark(Linking with Spark) 3 初始化Spark(Initializing Spark) 3.1 使用Spark Shell(Using the Shell) 4 弹性分布式数据集(RDDs) 4.1 并行集合(Parallelized Collections) 4.2 外部数据库(Externa…