
开发环境
Slimlady
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu14 安装apache和php环境
第一步:安装apache2sudo apt-get install apache2可能会出现如下错误: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally原创 2014-12-31 21:48:21 · 596 阅读 · 0 评论 -
mac git tab tab 无效
$ brew list 查看你是否已经安装了”bash-completion”,如果没有,继续往下看: $ brew install bash-completion 安装完成之后 $ brew info bash-completion 下边这句话很重要==> Caveats Add the following lines to your ~/.bash_profile: if [ -f $原创 2015-11-04 23:51:17 · 1374 阅读 · 0 评论 -
IDEA快捷键
Alt+回车 导入包,自动修正 Ctrl+N 查找类 Ctrl+Shift+N 查找文件 Ctrl+Alt+L 格式化代码 Ctrl+Alt+O 优化导入的类和包 Alt+Insert 生成代码(如get,set方法,构造函数等) Ctrl+E或者Alt+Shift+C 最近更改的代码 Ctrl+R 替换文本 Ctrl+F 查找文本 Ctrl+Shift+Space 自动补原创 2015-11-04 23:48:17 · 408 阅读 · 0 评论