`
duzhangtech
  • 浏览: 5937 次
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
HTML;     <ul class="stats-sidebar-nav">         <li class="item" ng-class="{'selected-1':statsView=='overview', 'item-hover': hover}" ng-mouseenter="hover1 = true" ng-mouseleave="hover1 = false"><a href="#/overview">课程总览& ...
本人补充: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 里显示的名称那么长。推友说是电脑名太长,把电脑名改短就 OK 了。才想起当时设置 iMac 的时候似乎也是把电脑名改了。  如何转可以参考一下 Stack Overflow 上的一篇文章,如果已经 ...
     今天在玩OS的terminal的时候突然想到哪些隐藏的文件夹都有什么用,于是决定搜索一下,看看这些文件夹的功能。   Mac OS X Hidden Files Directories  ._whatever These files are created on volumes that don't natively support full HFS file characteristics (e.g. ufs volumes,Windows fileshares, etc). When a Mac file is copied to such a volume, it ...
<script type="text/javascript"> window.onload = function(){   var text_input = document.getElementById ('myTextInput');   text_input.focus ();   text_input.select (); } </script> self-explanatory 不解释了
今天参加了圣路易斯本地的一个meet up group。演讲主题是javascript 的tdd。 演讲者展示了jasmine的功能,真的是神器啊! 以下是jasmine的网址: http://pivotal.github.io/jasmine/ jasmine的syntax 极其简单: describe("name of the suites", function(){     it("is expected to be 3", function(){         expect(add(3, 4)).toEqual(7);     }) }); ...
Global site tag (gtag.js) - Google Analytics