- 博客(5)
- 收藏
- 关注
原创 AngularJS - 用Angular JS写个NavBar
HTML; 课程总览 课程满意度 课程活跃度 授课消化度 less: @light-blue-bg: #1387C0;a:hover{ text-decoration: none;}.hide { display: hidden;}.bord...
2014-06-18 11:12:26
187
原创 Z-Shell 安装指南
本人补充:mac版git下载地址:http://code.google.com/p/git-osx-installer/downloads/list?can=3&q=&sort=-uploaded&colspec=Filename+Summary+Uploaded+Size+DownloadCount 昨天在 twitter 上问为什么 terminal ...
2014-06-10 15:16:06
221
Mac 系统隐藏文件功能指南
今天在玩OS的terminal的时候突然想到哪些隐藏的文件夹都有什么用,于是决定搜索一下,看看这些文件夹的功能。 Mac OS X Hidden Files Directories ._whateverThese files are created on volumes that don't natively support full HFS file chara...
2014-06-09 07:20:57
331
原创 JS 小技巧:载页面的时候自动选择一端文字,方便用户
window.onload = function(){ var text_input = document.getElementById ('myTextInput'); text_input.focus (); text_input.select ();}self-explanatory 不解释了
2014-01-17 12:28:25
136
原创 JavaScript TDD 神器jasmine
今天参加了圣路易斯本地的一个meet up group。演讲主题是javascript 的tdd。演讲者展示了jasmine的功能,真的是神器啊!以下是jasmine的网址:http://pivotal.github.io/jasmine/jasmine的syntax 极其简单:describe("name of the suites", function(){...
2014-01-17 11:50:20
1354
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人