repo init -u https://android.googlesource.com/platform/manifest -b android-5.0.0_r2
repo sync -j16
或者
repo init -u https://android.googlesource.com/platform/manifest -b lollipop-release
repo s...
分类:
移动开发 时间:
2014-11-04 11:02:50
阅读次数:
156
一、下载? 1、登录http://httpd.apache.org。? 2、下载2.4.7版本。 #cd /opt
#wget http://mirror.esocc.com/apache//httpd/httpd-2.4.7.tar.gz 二、安装? 1、安装apr、apr-util、pcre 登录http://www.apac...
分类:
Web程序 时间:
2014-11-03 19:31:36
阅读次数:
203
更新Cocoapod之后出现问题:
diff: /../Podfile.lock: No such file or directory
diff: Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or updat...
分类:
移动开发 时间:
2014-11-03 19:31:04
阅读次数:
194
在搭建镜像时遇到一个小问题,搭建镜像时报错,排查好半天,对证书/用户/登陆/连接授权等方面都做了逐一排查,未发现异常,最后生成镜像端点创建脚本时,才发现问题原因:镜像主节点(10.50.4276)的镜像端点创建脚本为:CREATE ENDPOINT [Endpoint_Mirror_Server] ...
分类:
数据库 时间:
2014-11-03 16:13:57
阅读次数:
161
Google 自带 package mirror.android.miniweb;import android.app.Activity;import android.os.Bundle;import android.suppor...
分类:
其他好文 时间:
2014-11-03 14:14:07
阅读次数:
154
算法能力一直不好,决定利用晚上和假期时间多做点算法题,动动手,提高自己。大家看到我的水平低还望莫要嘲笑,嘻嘻。 这一题呢是LeetCode上的对称树问题, Given a binary tree, check whether it is a mirror of itself (ie, sym...
分类:
其他好文 时间:
2014-11-02 22:29:08
阅读次数:
231
gcc从4.1.2提供了__sync_*系列的built-in函数,用于提供加减和逻辑运算的原子操作。其声明如下:// 返回运算之前的值,*ptr指向参加运算的值,value是第二个操作的值type__sync_fetch_and_add(type*ptr,typevalue,...)type__s...
分类:
其他好文 时间:
2014-11-02 19:31:16
阅读次数:
145
1.安装heartbeat下载需要的源:wgetftp://mirror.switch.ch/pool/1/mirror/scientificlinux/6rolling/x86_64/os/Packages/epel-release-6-5.noarch.rpm2.安装heartbeat:yum-yinstallheartbeat*3.配置heartbeat3.1.拷贝模板配置文件:cp/usr/share/doc/heartbeat-3.0.4/ha.cf/e..
分类:
其他好文 时间:
2014-10-30 19:24:48
阅读次数:
177
1, 安装准备 ? 1.1 下载http://mirror.bjtu.edu.cn/apache/zookeeper/zookeeper-3.3.3/zookeeper-3.3.3.tar.gz 1.2 安装jdk : 我的是jdk-1.6.0_14-fcs 1.3 系统: linux?:centos-5.4 1.4 hadoop安装配置: ??...
分类:
其他好文 时间:
2014-10-30 12:03:02
阅读次数:
255
//// sync_client.cpp// ~~~~~~~~~~~~~~~//HTTP客户端,同步// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)//// Distributed under...
分类:
Web程序 时间:
2014-10-30 07:02:44
阅读次数:
255