优客李李

「给你的生活加点阳光!」

Book review - How to read a book

如何阅读一本书(畅销70余年) 作者:艾德勒(老师,原版) + 范多伦(学生,修订) 阅读的好处 人的心智和思考能力不用就会萎缩。读书可以防止萎缩,推动心智运转。即用进废退。 阅读的技巧 阅读速度由读的东西决定 读得懂的东西(报纸、杂志、资讯),适合快速阅读。 必须读的东西(不太了解的东西,也是本书着重写的东西)。 读一本书时要注意的4个问题 在谈什么? ...

iTerm2 Shortcuts Collection

This article is from microzz. 标签 新建标签:command + t 关闭标签:command + w 切换标签: command + 数字 command + 左右方向键 切换全屏:command + enter 查找:command + f 分屏 垂直分屏:command + d 水平分屏:command + shift + d 切换屏幕...

iMac or MacBook Camera Isn't Working? Here's A Simple Solution

Solution 1 Open your terminal and input sudo killall VDCAssistant; Enter your password and quit terminal. Solution 2 Open your Activity Monitor; Search VDCAssistant; Choose all rela...

My Fireman - Udacity Digital Marketing Nanodegree

Actually, I graduated from Udacity Front-end Web Development Nanodegree last August. I know NOTHING about digital marketing, meanwhile I’m a Chinese so I don’t know that much about US culture or th...

My playing and singing -- [活着]

Recently, I’m learning MongoDB. Meanwhile, I made a video that I was playing and singing at the Inspiration Point by using my favorite ukulele. Hope you’ll love it. Whatever you do, be passion...

How to Use Express Generator

Express generator is a tool that helps quickly generate your application skeleton. Preparation Have Node.js with npm installed Installation npm install express-generator -g Now if you ...

Unable To Manipulate MongoDB Due To Unproperly Closed Terminal?

I met a problem while I was learning MongoDB. Here are my steps eliciting the problem: I start MongoDB service: mongod. In my terminal, at the MongoDB service window, I carel...

Learn MongoDB From The Official Video Tutorial

The best way to learn is to get your hands dirty. Background Recently, after having handled the basic knowledge of React, I started the new journey – NodeJS & MongoDB. I successfully fini...

GitHub博客自定义域名——从尝试到放弃

记录一下我最近折腾GitHub自定义域名的过程。简单地说,一句话:鱼和熊掌不可得兼。 前言 我的博客最早是用Wordpress搭建的,当时买了域名和空间,shisaq.com。到现在刚好有一年了。不过期间接触到了GitHub的博客,4个特点: 免费空间 免费域名 markdown https 这么多优势,让我不得不动心。于是在2016年,相当长的一段时间内...

用React, Flask和SocketIO搭建在线聊天室(八)

在React的世界,初学的时候总是会遇到一些新奇的名词:Flux,Redux等。因为React并不是一个完整的前端框架,它只是一个可以创建虚拟DOM的View层。所以要想实现完整的前端框架,它就需要一些朋友帮忙,一个典型的框架就是Backbone。不过Flux和Redux这样的朋友是Facebook自己推出的,这篇文章主要介绍一下Flux这个朋友。这个在线聊天室就是根据Flux的思想架...