自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (2)
  • 收藏
  • 关注

转载 How to Fix a Hosed /etc/sudoers File on Mac OSX

I just did something pretty stupid. I edited /etc/sudoers file directly from within my non-root user account.I didsudo vim /etc/sudoersand added the following to it:Cmnd_Alias GEM_IN

2015-11-30 11:40:30 470

转载 Nginx配置带www域名转向无www域名

参考:http://chinaapp.sinaapp.com/?p=774http://b.lesseverything.com/2008/4/9/redirect-from-www-to-non-www-using-nginx 比如配置访问www.cssor.com转向cssor.com, 如下:server { listen 80; serv

2015-11-25 11:58:12 4827

原创 git 取消跟踪 但是不删除文件

1. git rm --cached logs/xx.log,2. 然后更新 .gitignore 忽略掉目标文件,3. 最后 git commit -m "xxxx"

2015-11-23 17:17:16 899

转载 rubymine debug 80

1. 远程监听RubyMine provides the possibility of remote debugging for Ruby and Rails applications, using the dedicated Ruby remote debug configuration. So doing, RubyMine keeps mapping between the lo

2015-11-13 14:38:20 686

转载 Communicating between views in Backbone

The backbone application that I am currently working on has a document section and a sidebar section.To represent the above structure in Backbone, I came up with following views.Applicatio

2015-11-09 14:15:43 405

rework 中文 rework 英文

rework 中 英 双语 Jason Fried

2012-11-21

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除