Copyright (c) 2010-2012 United States Government, as represented bythe Secretary of Defense. All rights reserved.November 12 2012Authors: Matthew Fior ...
分类:
其他好文 时间:
2017-11-28 21:50:11
阅读次数:
243
Copyright (c) 2010-2012 United States Government, as represented bythe Secretary of Defense. All rights reserved.November 12 2012Authors: Matthew Fior ...
分类:
其他好文 时间:
2017-11-28 21:48:23
阅读次数:
175
1 dom4j介绍 dom4j是一个Java的XML API,类似于jdom,用来读写XML文件的。dom4j是一个非常非常优秀的Java XML API,具有性能优异、功能强大和极端易用使用的特点,同时它也是一个开放源代码的软件,可以在SourceForge上找到它。在IBM developerW ...
分类:
其他好文 时间:
2017-11-24 22:55:35
阅读次数:
181
1.寻找国内镜像源 https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/ 2.配置source list源 sources.list系统自带的,源是来Ubuntu的官网!安装包比较慢,所以最好切换成国内的 3. 更新源 4.其他 命令 ...
分类:
系统相关 时间:
2017-11-12 19:16:50
阅读次数:
179
1、开机时手要快按任意键,因为默认时间5s 图1.1 倒数计时 2、grub菜单,只有一个内核,没什么好上下选的,按e键。不过如果你升级了系统或安装了Xen虚拟化后,就会有多个显示了。 图2.1 选择系统内核并进行编辑 3、接下来显示如下,选择第二项,按e键 图3.1 选择编辑的项目 图3.2 只修 ...
分类:
其他好文 时间:
2017-11-03 11:07:19
阅读次数:
174
citrix XcenServer版本:7.2 citrix Xcencenter版本:7.2 安装citrix Xcencenter的时候报错: service citrix xcenserver health check service (xenserver healthcheck) faile ...
分类:
其他好文 时间:
2017-11-01 15:44:15
阅读次数:
249
1.背景 近期公司源代码管理工具从svn转向git,因此要在服务器上部署gitlab,总共部署了两台服务器,一台是Ubuntu server 17.04,一台是Centos7。在部署的过程中遇到不少问题,发现Linux里通过命令直接去Gitlab官网上下载程序根本不能成功,不管是在Ubuntu还是C ...
分类:
系统相关 时间:
2017-10-30 18:13:34
阅读次数:
219
https://www.xenproject.org/ The Xen ProjectTM is the leading open source virtualization platform that is powering some of the largest clouds in produc ...
分类:
其他好文 时间:
2017-10-28 22:01:41
阅读次数:
1638
Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [-2,1,-3,4,-1,2, ...
分类:
其他好文 时间:
2017-10-14 21:03:21
阅读次数:
170
Lambda,是我去年学习RxJava时知道的,它让代码看起来更加简洁,但个人认为代码的可读性差了很多,因此一直没有去深入学习。 什么是lambda lambda是一种匿名表达式,retrolambda使得Android能使用lambda特性,举个例子: 1 2 3 4 5 6 view.setOn ...
分类:
其他好文 时间:
2017-10-14 18:41:13
阅读次数:
202