https://github.com/kformeck89/Mirrorhttps://github.com/toidiu/Mirror
分类:
其他好文 时间:
2015-04-30 17:52:20
阅读次数:
94
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 f...
分类:
其他好文 时间:
2015-04-27 15:14:27
阅读次数:
101
http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/android-platform-sdk-download-mirror.html更新2015/3/11:完善了sysimg部分,增加了Level 21的x86平台sysimg链接。更新2015...
分类:
移动开发 时间:
2015-04-26 16:28:32
阅读次数:
186
LVM逻辑卷的创建和管理与磁盘配额首先解释一下LVM卷分为PV(physicalVolume)物理卷、VG(VolumeGroup)卷组、LV(LogicalVolume)逻辑卷。VG与LV都可以动态添加或移除。建立LVM逻辑卷是为了更好的利用磁盘空间,防止人为的恶意破坏。PV卷作用是LVM的基本存储设备。PE是PV卷的..
分类:
系统相关 时间:
2015-04-26 09:35:46
阅读次数:
226
考察优先队列,不过要注意优先队列的优先排序是不稳定排序,解决方法和自定义排序一样,再添加一个参数即可
#include
#include
using namespace std;
string cmd;
struct stu
{
string name;
int p,lv,num;
friend bool operator<(stu x,stu y)
{
if(x.lv==y.lv)...
1. downloadhttp://mirror.xmission.com/jenkins/war/1.610/jenkins.war2. install and runnohup java -jar jenkins.war --httpPort=9000 &3. mail ext pluginin...
分类:
其他好文 时间:
2015-04-21 14:25:53
阅读次数:
92
这里仅以安装 free 部分为例。其实方法与 [Fedora 的 NEU 源配置][1] 类似。 ## 安装 rpmfusion-free-release-stable.noarch.rpm 命令行: yum localinstall --nogpgcheck http://mirror.neu.edu.cn/rpmfusion/f...
分类:
其他好文 时间:
2015-04-21 02:13:21
阅读次数:
157
#lang racket;guo lv qi(define (filter predicate sequence) (cond ((null? sequence) '()) ((predicate (car sequence)) (cons (car sequence) ...
分类:
其他好文 时间:
2015-04-20 22:38:28
阅读次数:
169
Mirror and Light
Time Limit : 2000/1000ms (Java/Other) Memory Limit : 32768/32768K (Java/Other)
Total Submission(s) : 1 Accepted Submission(s) : 1
Problem Description
The light travels...
分类:
其他好文 时间:
2015-04-20 18:28:32
阅读次数:
126