会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
破男孩
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
10
···
17
下一页
2015年4月27日
sh.exe": grunt: command not found
摘要: 今天在git命令行工具中使用 grunt的时候,总是提示我找不到grunt命令,如:sh.exe": grunt: command not found 但是我运行 npm install -g grunt-cli 和 npm install -g grunt 都安装成功,且没有错误提示。然而我打开...
阅读全文
posted @ 2015-04-27 15:52 破男孩
阅读(1643)
评论(0)
推荐(0)
2015年4月25日
fiddler for mac
摘要: Fiddler 是一免费的web调试工具。并且兼容所有浏览器、系统和平台。Fiddler 是基于微软的 .Net 技术开发的,没办法直接在 Mac/Linux 下使用。本文介绍一些替代方案(这些方案也适用于 Linux)。在 Fiddler 的下载页面,我们可以看到这样一句话:Need a Linu...
阅读全文
posted @ 2015-04-25 17:13 破男孩
阅读(19807)
评论(0)
推荐(0)
2015年4月24日
自定义sublime代码片段
摘要: sublime text 已经有一些他们内置的一些代码片段,但是有时候,这些并不能满足我们,这就需要我们自定义一些代码片段。步骤如下:1、打开sublime text2、选择 tools -> new snippet 就会打开一个未命名的文件,代码如下: hello --> sour...
阅读全文
posted @ 2015-04-24 17:02 破男孩
阅读(943)
评论(0)
推荐(0)
Kaleidoscope for mac
摘要: mac下的对比工具Kaleidoscope,是一款不错的对比工具,界面被广大用户所喜爱。window下使用beyond compare 3,具体设置步骤,请见:http://www.cnblogs.com/ayseeing/p/4268729.htmlKaleidoscope是一款很强大的文件和图像...
阅读全文
posted @ 2015-04-24 15:53 破男孩
阅读(4742)
评论(0)
推荐(0)
cmd打开git
摘要: 一旦你的git安装成功,而且在安装是没有选择可以使用cmd黑窗口来打开,那么你再来设置会很麻烦,我表示不会。今天分享下同事分享给我的一个不错的方法。这个方法依赖一个 Dos 文件(.bat文件),我们可以创建一个自己想要的名字的文件,如:git_route.bat然后可以用编辑器打开,输入一些自己想...
阅读全文
posted @ 2015-04-24 14:25 破男孩
阅读(8993)
评论(0)
推荐(0)
2015年4月21日
生成多个git ssh密钥
摘要: 如果你已经有了一套名为id_rsa的公秘钥,将要生成另外一个公钥,比如 aysee,你也可以使用任何你喜欢的名字。步骤如下:1、生成一个新的自定义名称的公钥:ssh-keygen -t rsa -C "YOUR_EMAIL@YOUREMAIL.COM" -f ~/.ssh/aysee 执行命令后,...
阅读全文
posted @ 2015-04-21 18:56 破男孩
阅读(22999)
评论(1)
推荐(3)
2015年4月20日
js实现ppt
摘要: 实现ppt的js框架有很多,这里推荐几个:impress.js impress.js demowebSlide.js webSlide.js demoreveal.js reveal.js demo5-free-html5-presentation-systems
阅读全文
posted @ 2015-04-20 13:35 破男孩
阅读(1259)
评论(0)
推荐(0)
2015年4月18日
mac显示隐藏文件
摘要: 显示Mac隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles -bool true隐藏Mac隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles -bool false
阅读全文
posted @ 2015-04-18 21:16 破男孩
阅读(203)
评论(0)
推荐(0)
grunt + compass retina sprites
摘要: https://github.com/AdamBrodzinski/Retina-Sprites-for-Compass
阅读全文
posted @ 2015-04-18 13:30 破男孩
阅读(119)
评论(0)
推荐(0)
2015年4月17日
grunt + compass
摘要: compass和sass文章列表:http://182.92.240.72/tag/compass/compass实战grunt:http://wrox.cn/article/2000491/http://ju.outofmemory.cn/entry/73492http://ju.outofmem...
阅读全文
posted @ 2015-04-17 16:24 破男孩
阅读(340)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
17
下一页
公告