MariaDB是基于二机制包安装的,不需要编译一、数据磁盘准备我们在虚拟机上另外挂一块磁盘,大小自己定,这里的是2G的创建分区查看新加的磁盘位置[root@localhost~]#fdisk-l
Disk/dev/sda:137.4GB,137438953472bytes
255heads,63sectors/track,16709cylinders
Units=cylindersof..
分类:
数据库 时间:
2014-12-29 06:43:44
阅读次数:
309
题目大意: 求第k个v出现的索引解题思路: 如果能构造出一个数据结构,使得data[v][k]就是第k个v出现的索引值即可求解。data[v]表示数v出现的索引数组,data[v][k]表示第k个v出现的索引。Problem EEasy Problem from Rujia Liu?Though Rujia Liu usually sets hard problems for contest...
分类:
编程语言 时间:
2014-12-28 22:18:30
阅读次数:
173
一段超时代码,不知道为什么会超时,递归层数不多,排序次数也不多!找到解决方案再把解决方案贴上来!希望大家也可以找找是什么原因!...
分类:
其他好文 时间:
2014-12-28 07:08:12
阅读次数:
183
Longest Palindromic Substring-- HARD 级别Question SolutionGiven a string S, find the longest palindromic substring in S. You may assume that the maximum...
分类:
其他好文 时间:
2014-12-27 20:12:16
阅读次数:
136
echo“mem”>/sys/power/state这相当于待机echo“disk”>/sys/power/state这相当于休眠
分类:
其他好文 时间:
2014-12-27 06:47:37
阅读次数:
339
for l in `find /disk/mercInfoPicUpload/*/*_6_*.jpg`;do mv $l `echo $l |sed s/_6_/_5_/g`;done将/disk/mercInfoPicUpload及子目录下形如"*_6_*.jpg"的文件,并将"_6_"替换为"_...
分类:
系统相关 时间:
2014-12-26 16:08:28
阅读次数:
220
FRM-41839: Disk I/O error on temporary record buffer file /tmp/...TMP...
分类:
其他好文 时间:
2014-12-25 18:24:25
阅读次数:
234
You set the recovery window to seven days and the backup optimiza
tion to ON using the CONFIGURE command of Recovery Manager (RMAN). The
most recent backup of the TOOLStablespace to disk was taken o...
分类:
数据库 时间:
2014-12-25 16:31:34
阅读次数:
155
Given a stringSand a stringT, count the number of distinct subsequences ofTinS.A subsequence of a string is a new string which is formed from the orig...
分类:
其他好文 时间:
2014-12-24 11:36:21
阅读次数:
173
SQL> alter diskgroup DATA add failgroup DATA_0000 disk '/dev/raw/raw12'; alter diskgroup DATA add failgroup DATA_0000 disk '/dev/raw/raw12'
...
分类:
系统相关 时间:
2014-12-24 11:33:35
阅读次数:
250