http://www.cnblogs.com/lost-1987/archive/2012/10/17/2727285.html今天在虚拟机里做DRBD实验,使用chkconfig管理服务的时候,出现了问题。 root@node2:/root# chkconfig --list | grep...
分类:
系统相关 时间:
2015-09-17 13:10:25
阅读次数:
263
ThisisAsampleDemopackageedu.hnu.lost.openstack.test;importjava.util.List;importjavax.ws.rs.client.Entity;importorg.openstack.common.client.AbstractOpe...
分类:
编程语言 时间:
2015-09-15 23:27:58
阅读次数:
612
一、事件监听package com.lost.ActionEvent;import java.awt.BorderLayout;import java.awt.Button;import java.awt.Frame;import java.awt.event.ActionEvent;import ...
分类:
编程语言 时间:
2015-09-11 14:08:17
阅读次数:
212
The Lost HouseTime Limit: 3000msMemory Limit: 30000KBThis problem will be judged onPKU. Original ID:205764-bit integer IO format:%lld Java class name:...
分类:
其他好文 时间:
2015-09-10 21:03:29
阅读次数:
146
The Lost HouseTime Limit: 3000msMemory Limit: 30000KBThis problem will be judged onPKU. Original ID:205764-bit integer IO format:%lld Java class name:...
分类:
其他好文 时间:
2015-09-10 20:54:21
阅读次数:
189
haha@nb0007:~$cat/home/haha/iperf3/iperf09100948.sh
#!/bin/bash
#modify2015.09.10
#up,downBandwidthunitisKbits/sec
#$1foripaddress
#$2.shruntime
#$3iperf3-ttime
#addping_lost
#retryfun
#killiperfsleep5
#fixnanerror
#addSupervisioniperf3
#addjudgementroot
#f..
分类:
其他好文 时间:
2015-09-10 17:50:09
阅读次数:
2560
创建表空间 create tablespce test datafile ‘D:\TEST01.ora‘; 创建用户 create user test identified by test01; 给用户授权 grant create table,unlimited tablespace to test;--还可以授权 select insert 等等...
分类:
数据库 时间:
2015-09-10 13:17:14
阅读次数:
203
题目传送门题意:n头牛,1~n的id给它们乱序编号,已知每头牛前面有多少头牛的编号是比它小的,求原来乱序的编号分析:从后往前考虑,最后一头牛a[i] = 0,那么它的编号为第a[i] + 1编号:为1,倒数第二头牛的编号为除去最后一头牛的编号后的第a[i-1] + 1编号:为3,其他的类推,所以可以...
分类:
编程语言 时间:
2015-09-09 21:13:00
阅读次数:
265
Today, I’d like to share with notes when you do all key lost (program a new key) on Ford Focus. You know, Ford Focus from 2008 to 2011, can be divided...
分类:
其他好文 时间:
2015-09-09 16:17:10
阅读次数:
171
进入cmd-->sqlplus sys as sysdba删除表空间:DROP TABLESPACE TSEVE_DATA INCLUDING CONTENTS AND DATAFILES;创建表空间:create tablespace TSEVE_DATAlogging datafile 'D:\...
分类:
数据库 时间:
2015-09-09 09:42:44
阅读次数:
279