WALL-E`s Blog
Learning
Learning
发表于
2016-04-19
|
更新于
2023-06-11
|
Life
|
浏览量:
Learning Pyramid
文章作者:
SAlex
文章链接:
http://shiguol.github.io/2016/04/19/Learning/
版权声明:
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来源
WALL-E`s Blog
!
上一篇
Setup DevEnv with zsh and vim
今天拿到了新电脑,本来想做迁移,回头又一想,不如重新配置一个开发环境,因为有了此文。 先介绍一下我的开发设备及配置的一些环境: 硬件设备: Thinkpad T450; Dell U2315; 软件开发环境: Ubuntu 14.04 LTS; zsh; vim; git; 其中 zsh 安装及配置如下: 安装: 12wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh 配置: 12345678910# 主题ZSH_THEME="jispwoso"# 中文支持export LANG=en_US.UTF-8export LC_ALL=en_US.UTF-8# 颜色export LSCOLORS="exfxcxdxbxexexabagacad" vim 配置如下: 12345678set numbercolor elflordsyntax onfiletype plugin indent...
下一篇
Gmail web shortcut
Gmail web 端常用的快捷键: u : 返回收件箱并刷新; j : 下一封; k : 上一封; d : 新窗口开始写信; shift + # : 删除;
SAlex
文章
29
标签
29
分类
10
Follow Me
公告
This is my Blog
最新文章
A good start for Dockerfile
2025-05-19
Read mail
2025-05-19
Crontab 定时任务
2025-05-19
Upgrade Hexo to 7.0.0
2025-05-19
Git rebase
2025-05-19