码迷,mamicode.com
首页 >  
搜索关键字:sync mirror    ( 6902个结果
android源码下载过程中错误及解决办法
使用 python ./repo sync -f同步,可自动修复同步错误的文件设置shell代理$ export HTTP_PROXY=http://:@:$ export HTTPS_PROXY=http://:@:Not a git repository错误多试几次,如果还不行,可查看相应目录下...
分类:移动开发   时间:2014-10-28 21:32:46    阅读次数:220
httpd安装
1.软件准备http://apache.fayea.com/apache-mirror//apr/apr-1.5.1.tar.gzhttp://apache.fayea.com/apache-mirror//apr/apr-util-1.5.4.tar.gzftp://ftp.csx.cam.ac....
分类:Web程序   时间:2014-10-28 13:49:03    阅读次数:197
HTML 5 中Web SQL 的使用示例
Web sql 是在浏览器模拟数据库,可以使用JS来操作SQL完成对数据的读写,但是这个东西目前支持的浏览器不多,而且其W3C规范已经停止支持,貌似其前景不是很明朗。 W3C 规范:http://www.w3.org/TR/webdatabase/#dom-sqltransaction-sync-executesql (目前已经停止更新,组织也没想清楚发展方向) 支持的浏览器以及版本: Sa...
分类:数据库   时间:2014-10-28 12:20:44    阅读次数:269
[leetcode]Symmetric Tree
问题描述: Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree is symmetric: 1 / 2 2 / \ / 3 4 4 3 But the ...
分类:其他好文   时间:2014-10-27 21:19:41    阅读次数:231
redhat 6.4 x64 和x86 更新bash
redhat6.4x64和x86更新bashx64安装下载bashbash-4.1.2-15.el6_5.2.x86_64.rpmhttp://mirror.centos.org/centos/6/updates/x86_64/Packages/bash-4.1.2-15.el6_5.2.x86_64.rpm安装新包bashchmodu+xbash-4.1.2-15.el6_5.2*rpm-Uvhbash-4.1.2-15.el6_5.2.x86_64.rpmi86安装下载bas..
分类:其他好文   时间:2014-10-27 19:43:48    阅读次数:232
[Leetcode] Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-10-26 15:33:29    阅读次数:141
linux下apache 的安装
1、进入work目录下:cd /usr/local/work(如没有则自己新建,命令:mkdir /usr/local/work) 2、在woke目录下从网站下载apache并解压:wget http://dev.xiaonei.com/apache-mirror/httpd/httpd-2.0.6...
分类:Web程序   时间:2014-10-26 12:57:19    阅读次数:162
Symmetric Tree 判断对称树
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-10-26 11:37:08    阅读次数:195
Unix/Linux sync命令的作用
写缓存命令——sync 在用reboot命令启动unix系统后,系统提示出错信息,部分应用程序不能正常工作。经仔细检查系统文件,并和初始的正确备份进行比较,发现某些文件确实被破坏了,翻来覆去找不到文件遭破坏的原因,最后想到了写缓存命令——sync,在reboot前没有运行sync命令,导致了系统文件的改变而不能正常工作。    sync 命令运行 sync 子例程。如果必须停止系统,则运行...
分类:系统相关   时间:2014-10-25 17:25:10    阅读次数:196
CentOS----使用yum命令出现“could not retrieve mirrorlist http://mirrorlist.centos.org ***” - ybq155”
无聊安装了个mini版的32位的CentOS 6.5,进来想安装个东西,yum install emacs提示什么Loaded plugins: fastestmirror, refresh-packagekit, securityLoading mirror speeds from cached ...
分类:Web程序   时间:2014-10-25 17:14:56    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!