• 首页
  • 前端
    • HTML5
    • CSS
    • JavaScript
  • 后端
    • PHP
    • Java
    • MySQL
  • 运维
Search

Hello Earth

From code planet

All posts dated 11月 21, 2017

PHPStorm关掉编辑器中的参数提示

By Fyn on 2017-11-21Leave a Comment

Preferences -> Editor -> Appearance : “Show parameter name hints”

Posted in: PHP

mac终端支持颜色和ll

By Fyn on 2017-11-21Leave a Comment

vim ~/.bash_profile

alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'

export LS_OPTIONS='--color=auto'
export CLICOLOR='Yes'
export LSCOLORS='Exfxcxdxbxegedabagacad'

 

Posted in: 运维

mac保存ssh的passphrase

By Fyn on 2017-11-21Leave a Comment

vim ~/.ssh/config

Host *
UseKeychain yes

 

Posted in: 运维

其他操作

  • 登录
  • 条目feed
  • 评论feed
  • WordPress.org
  • 武器库
2017年 11月
日一二三四五六
 1234
567891011
12131415161718
19202122232425
2627282930 
« 10月   12月 »

Link

王者の空は
© 2023 Hello Earth
Bloggo theme by justgoodthemes.com Back to the top