RAID的创建 第一步:先查看我们系统的磁盘情况 [root@station40 ~]# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 20G 0 disk ├─sda1 8:1 0 200M 0 part /boot ├─sda2 ...
分类:
其他好文 时间:
2017-05-02 22:18:08
阅读次数:
239
Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra space fo ...
分类:
其他好文 时间:
2017-05-01 22:20:56
阅读次数:
251
//设置公共TabBarItem 的属性 [UITabBarItem appearance] //设置公共NavigationBar 的属性 [UIBarButtonItem appearance] //设置公共TabBarItem 的属性 [UITabBarItem appearance] //设 ...
分类:
移动开发 时间:
2017-05-01 12:06:57
阅读次数:
214
接口实现 1、实验描述 本实验主要是通过控制台打印的方式,体验接口与其接口实现类之间的关联关系。 2、推荐步骤 2-1.新建项目工程,工程名为CORE_C05_001: 2-1.1.创建Java类AppearTime,并定义程序入口函数main。 2-2.创建接口内部类: 2-2.1.在Appear ...
分类:
其他好文 时间:
2017-04-30 15:12:56
阅读次数:
243
Seek the Name, Seek the Fame Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 13840 Accepted: 6887 Description The little cat is so famous, ...
分类:
其他好文 时间:
2017-04-30 12:32:10
阅读次数:
126
Given a group of two strings, you need to find the longest uncommon subsequence of this group of two strings. The longest uncommon subsequence is defi ...
分类:
其他好文 时间:
2017-04-29 16:12:05
阅读次数:
123
另外一种主界面风格则是以网易新闻、凤凰新闻以及新推出的新浪博客(阅读版)为代表。使用ViewPager+Fragment,即ViewPager里适配器里放的不是一般的View。而是Fragment。所以适配器不能继承PagerAdapter,而要继承FragmentPagerAdapter,这是在a ...
分类:
移动开发 时间:
2017-04-29 10:58:18
阅读次数:
402
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=n ...
分类:
其他好文 时间:
2017-04-28 18:43:36
阅读次数:
192
问题描写叙述: Given a sorted linked list, delete all duplicates such that each element appear only once. For example, Given 1->1->2, return 1->2. Given 1->1 ...
分类:
其他好文 时间:
2017-04-27 13:30:22
阅读次数:
146
题目: Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra spac ...
分类:
其他好文 时间:
2017-04-23 13:24:12
阅读次数:
147