D5s - d5s.cn - 无影的博客
General Information:
Latest News:
Livereload, 保存文件,浏览器自动刷新 17 Aug 2013 | 11:08 am
Installing livereload Please confirm you have installed node 0.6+, you have “npm”. Installing livereload extensions Download and open to install: Safari extension 2.0.9 — note: due to Safari API l...
How to switch different Java JDK 7 in Ubuntu? 28 Jun 2013 | 11:43 am
1. Download and Install the JDK 2. Now move the JDK 7 directory to /usr/lib 3. Set up JDK 7 4. Correct the file ownership and the permissions of the executables: 5. Select different JDK path. 6. ...
Lake Tahoe 7 Jun 2013 | 04:11 am
准备开始进山。 到达我们预定的酒店了,Super 8, 2张床,1晚 112$,距离湖边步行2分钟,而且还包早餐,只是电视相当的破,还停留在90年代。虽然有阳台,但是我们根本没时间休闲。 楼下还有儿童游玩的地方,还有一个迷你游泳池。 Lake Tahoe全景地形图,看完比例尺,有些湖泊其实就和池塘差不多,但大湖感觉还是像海一样。 Crystal Bay 内华达州境内,门票10$,其实完全可...
让Shell终端下的svn diff支持颜色高亮 29 Dec 2012 | 12:42 pm
Mac 系统 下载:colordiff,Mountain Lion 也可以使用。 http://code.google.com/p/rudix/wiki/colordiff 在 ~/.subversion/config 內修改: [helpers] diff-cmd = colordiff 如果需要修改颜色:sudo vim /usr/local/etc/colordiffrc Ub...
JSLint 相关的options解释 5 Dec 2012 | 03:12 pm
http://jslint.com/
命令行下,用 xcodebuild 生成ipa文件,通过 itms-services 协议安装 14 Nov 2012 | 08:33 am
准备工作:已经设置好,xcode中的证书,证书必须是企业级证书,才能通过 itms-services 协议安装 Step 1: 把以下代码保存到一个web目录中,命名为 “auto.plist”,注意文件中的ipa路径和 “bundle-identifier” Step 2: 进入app目录,并运行一下命令,注意修改绝对地址路径。 Step 3: 在IOS设备上,通过Safari访问以下链...
How to setup smtp for postfix? 11 Nov 2012 | 07:51 pm
整理自:http://ubuntu-tutorials.com/2008/11/11/relaying-postfix-smtp-via-smtpgmailcom/ Mac 下稍有不同 1. 把下面的证书加入 /etc/postfix/cacert.pem 2. 重新启动 postfix
Sencha Touch 2的有效xtype 31 Oct 2012 | 07:25 pm
每次使用Sencha做项目的时候,都为xtype发愁。 转帖记录一下:http://open.zhui.cn/index.php?title=%E4%BD%BF%E7%94%A8Sencha_Touch%E7%BB%84%E4%BB%B6#xtype.E6.B8.85.E5.8D.95
Hudson 笔记 22 Oct 2012 | 08:13 pm
1. Hudson 执行shell时,权限问题。 2. Hudson 执行远程Server上的shell 前提:Hudson Server的key文件,已经导入到目标机器。 3. Hudson job 启用权限
让Xcode 支持 SVN 1.7 22 Oct 2012 | 06:28 pm
升级到subversion 1.7后,有了一堆的问题,最主要的是Xcode也不支持了,原因是Xcode自带的有svn,不过版本是1.6.x,由于svn的1.6和1.7格式不兼容,解决的办法,要么是降低系统的svn 版本,要么是升级Xcode的svn版本。 升级Xcode的svn办法如下。 1. 找到系统当前的svn命令,位于哪个目录。 有的机器位于 /usr/bin/, 有的位于 /opt/...