码迷,mamicode.com
首页 >  
搜索关键字:sync mirror    ( 6902个结果
TFS 根据block块进行数据迁移
还原工具:sync_by_blk一、source端环境介绍:ip:192.168.1.230端口:8108source_DS的ip:192.168.1.238端口:9999source_DS硬盘挂载个数:1个max_mountsize:10Gsource_DS分区挂载情况为了体验效果我们上传一张新图片二、Destination端环境介绍ip:192.168.1.155端口:8108De..
分类:Web程序   时间:2014-11-21 16:36:45    阅读次数:263
Android-Universal-Image-Loader
https://github.com/nostra13/Android-Universal-Image-LoaderFeaturesMultithread image loading (async or sync)Wide customization of ImageLoader's configu...
分类:移动开发   时间:2014-11-21 16:00:29    阅读次数:360
关于在官网上查看和下载特定版本的webrtc代码
gclient:如果不知道gclient是什么东西 。。。 就别再往下看了。下载特定版本的代码: #gclient sync --revision src@31000 其中31000是版本号 查看自己下载代码的版本号: #gclient revinfo -a webrtc@ubuntu:~...
分类:Web程序   时间:2014-11-19 23:41:08    阅读次数:1666
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-11-19 20:16:39    阅读次数:190
好用的开源镜像站点
作为开源软件爱好者,经常会下载更新很多项目,很多国外的资源在国内访问都不可靠,下面推荐一些不错的开源镜像站。国内高校的开源镜像站中国科学技术大学(debian.ustc.edu.cn)上海交通大学(ftp.stju.edu.cn)大连理工大学(mirror.dlut.edu.cn)北京交通大学(mi...
分类:其他好文   时间:2014-11-19 15:39:08    阅读次数:220
NFS搭建
服务器端: yum -y install nfs* rpcbind vi /etc/exports /home/willserver 192.168.1.100(rw,sync,no_root_squash) service rpcbind restart service nfs restart setenforce 0 客...
分类:其他好文   时间:2014-11-19 01:51:20    阅读次数:138
好用的开源镜像站点
作为开源软件爱好者,经常会下载更新很多项目,很多国外的资源在国内访问都不可靠,下面推荐一些不错的开源镜像站。国内高校的开源镜像站中国科学技术大学(debian.ustc.edu.cn)上海交通大学(ftp.stju.edu.cn)大连理工大学(mirror.dlut.edu.cn)北京交通大学(mi...
分类:其他好文   时间:2014-11-18 17:53:32    阅读次数:227
[leetcode] 10. Symmetric Tree
这次我觉得我的智商太低,想了很久才写出来。题目是让求镜像二叉树判断,题目如下: Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, th...
分类:其他好文   时间:2014-11-18 13:15:28    阅读次数:181
创建本地Ubuntu镜像
参考文档http://www.howtoforge.com/local_debian_ubuntu_mirror安装服务 :sudo apt-get install apt-mirror apache2配置apt-mirror(/etc/apt/mirror.list)############# c...
分类:系统相关   时间:2014-11-17 20:52:27    阅读次数:371
mysql错误之2014
---恢复内容开始---error:2014 Commands out of sync; you can't run this command now这个错误号我也真是醉了。一直纠结于为什么存储过程执行完,commit操作就是不能再mysql的log里被查到呢。于是试着输出了下错误,然后这个错误就出...
分类:数据库   时间:2014-11-17 10:38:39    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!