码迷,mamicode.com
首页 >  
搜索关键字:sync mirror    ( 6902个结果
repo sync出现“fatal: '../platform/abi/cpp.git' does not appear to be a git repository”的解决方案
在我下载Android源代码时,在最后一步调用repo sync,出现“fatal: '../platform/abi/cpp.git' does not appear to be a git repository”,后来在网上查了资料,参考http://zxquiet.iteye.com/blog...
分类:移动开发   时间:2014-09-24 14:05:56    阅读次数:268
android编程常见问题-No Launcher activity found!
新手编程常见的问题:问题表现:console提示:No Launcher activity found! The launch will only sync the application package on the device!解决办法:检查AndroidManifest.xml中是否添加如下...
分类:移动开发   时间:2014-09-24 12:17:16    阅读次数:193
vmware 安装centos7 64
centos7推出有一段时间了,但是安装图解好像不是很多。1:下载地址:http://mirror.bit.edu.cn/centos/7.0.1406/isos/x86_64/CentOS-7.0-1406-x86_64-Minimal.iso在这我下载的是最少安装包CentOS-7.0-1406...
分类:其他好文   时间:2014-09-23 19:56:25    阅读次数:741
windows下nginx+tomcat集群配置
1.下载配置必要的文件 2.下载nginx:http://nginx.org/download/nginx-1.6.2.zip 3.下载tomcat:http://mirror.bit.edu.cn/apache/tomcat/tomcat-8/v8.0.12/bin/apache-tomcat-8.0.12-windows-x64.zip 4.解压下载文件 解压nginx-1.6.2.z...
分类:Windows程序   时间:2014-09-23 16:55:15    阅读次数:265
mysql主从同步设置
1、主服务器地址:192.168.1.244从服务器地址:192.168.1.2452、主服务器master设置1)修改/etc/my.cnf添加:log-bin=/home/mysql/log/mysql-bin.logserver-id=244(注:主从serverid不可重复,建议以IP地址设置)2)登录mysql创建用户sync并授权192.168.1.245mysql>GRANTRE..
分类:数据库   时间:2014-09-22 19:21:43    阅读次数:210
KVM的driver_mirror功能相关实验
kvm的driver_mirror功能相关实验...
分类:其他好文   时间:2014-09-22 12:30:42    阅读次数:647
Linux下NFS配置与tftp配置
1. NFS配置 vi /etc/export 加入所需要共享目录。例如: /home/liukang/workship 192.168.1.0/24(rw,sync,no_root_squash,no_subtree_check) 修改完毕后,运行 #exportfs -a 使改变生效。 #/etc/init.d/nfsserver start 启动NFS服务器。 #ex...
分类:系统相关   时间:2014-09-22 12:26:22    阅读次数:306
Resource is out of sync with the file system
提交cvs的时候报错,报错内容如下: Resource is out of sync with the file system: '/heartElectDocument/接口协议/APP接口协议.doc'. Resource is out of sync with the file system: '/heartElectDocument/接口协议/APP接口协议.doc'. 原因...
分类:其他好文   时间:2014-09-19 12:08:05    阅读次数:122
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-09-19 05:31:35    阅读次数:211
docker init 起步
#yum install wget http://fedora.mirror.nexicom.net/epel/6/x86_64/epel-release-6-8.noarch.rpm yum -y install epel-release-6-8.noarch.rpm yum -y install docker-io #wget install yum install -y ...
分类:其他好文   时间:2014-09-17 12:14:22    阅读次数:287
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!