近来在学习移动设备的应用开发,接触了jQuery mobile,在网上查阅相关资料时发现一个叫”iScroll“的小插件。其实这个iScroll插件跟jQuery mobile没有多大关系,并不是基于jQuery mobile类库开发的js插件,是一个独立的js插件,使用它时不必预先引用jquery...
分类:
其他好文 时间:
2015-01-18 15:42:17
阅读次数:
871
转载请注明作者:KiwenLau,以及原文地址:http://www.cnblogs.com/kiwenlau/p/4228261.html从Docker Hub仓库中下载一个Ubuntu 12.04的镜像docker pull ubuntu:12.04显示本地已有的镜像docker images移...
分类:
其他好文 时间:
2015-01-16 12:52:28
阅读次数:
108
在图形界面中,执行拉取操作时,出现下面的错误。Youaskedtopullfromtheremote'origin',butdidnotspecifyabranch.Becausethisisnotthedefaultconfiguredremoteforyourcurrentbranch,youm...
分类:
其他好文 时间:
2015-01-16 09:52:24
阅读次数:
119
有时候当你运行一些git命令(比如git pull)的时候,会有如下提示:Auto packing the repository for optimum performance. You may alsorun "git gc" manually. See "git help gc" for mor...
分类:
其他好文 时间:
2015-01-15 17:46:37
阅读次数:
569
一、简介
Bootstrap是一个很通用的算法,用来估计标准误差、置信区间和偏差。由Bradley Efron于1979年提出,用于计算任意估计的标准误差。术语“Bootstrap”来自短语“to pull oneself up by one’s bootstraps” (源自西方神话故事“ TheAdventures of Baron Munchausen”,男爵掉到了深湖底,没有工具,所...
分类:
其他好文 时间:
2015-01-14 16:57:51
阅读次数:
414
Git使用1. git pull 更新服务器代码到本地a). git pull origin master是将origin这个版本库的代码更新到本地的master主分支2. git push 将本地代码提交到服务器3. git log 查看提交信息a). git log -p 查看历次的lo...
分类:
其他好文 时间:
2015-01-13 10:15:11
阅读次数:
192
step1:在coding上面创建一个项目myboke
step2:在git 命令台中进入项目的根目录下面,使用git init创建.git文件夹和.gitigonre文件,帮组本地与远程的链接
step3:使用git pull 同步项目上面的文件
step4: git add * 添加项目下面的所有文件
step5: git commit -m ‘备注’ 将文件添加在cache中并添加备...
分类:
Web程序 时间:
2015-01-12 09:30:07
阅读次数:
217
1.android下junit测试框架配置单元测试需要在手机中进行安装测试(1).在清单文件中manifest节点下配置如下节点 上面targetPackage指定的包要和应用的package相同。(2)在清单文件中application节点下配置如下节点(3).编写业务逻辑类package com...
分类:
移动开发 时间:
2015-01-12 00:15:39
阅读次数:
388
http://www.mikeheijmans.com/2008/04/make-git-svn-work-on-mac-osx-tiger/After a few hours of googling and pull some hair out, I have finally figured ou...
分类:
系统相关 时间:
2015-01-10 12:25:37
阅读次数:
741
1. First you need to login heroku:heroku login2. Then you need to download the code:heroku git:clone -a 3. After you done your changes, cd to project ...
分类:
其他好文 时间:
2015-01-09 07:00:09
阅读次数:
220