Radar InstallationDescriptionAssume the
coasting is an infinite straight line. Land is in one side of coasting, sea in
the other. Each small island is...
分类:
其他好文 时间:
2014-06-02 14:04:03
阅读次数:
265
感觉不会再爱了,呜呜!A题原来HACK这么多!很多人跟我一样掉坑了!If there is some
choice whose description at least twice shorter than all other descriptions, or
at least twice long...
分类:
其他好文 时间:
2014-06-02 06:33:26
阅读次数:
238
两个节点host,ipvip,scan的信息
#eth0-PublicIP
162.12.0.1cqltjcpt1
162.12.0.3cqltjcpt2
#eth1PRIVATEIP
192.12.0.1cqltjcpt1-prvi
192.12.0.3cqltjcpt2-prvi
#VIP
162.12.0.5cqltjcpt1-vip
162.12.0.7cqltjcpt2-vip
#SCAN
162.12.0.9cqltjcptscan
11Grac中,监听文件..
分类:
其他好文 时间:
2014-06-02 04:33:14
阅读次数:
249
Appliesto:
OracleServer-EnterpriseEdition-Version:8.1.7.4to11.2.0.2.0-Release:8.1.7to11.2
GenericUNIX
当检查oracle实例后台进程不存在这时启动启动数据库报错:
ORA-01081:"cannotstartalready-runningORACLE-shutitdownfirst"
造成此种原因是
Orphanedsharedmemor..
分类:
数据库 时间:
2014-06-02 04:04:29
阅读次数:
844
4507配置:interfacePort-channel3switchportswitchporttrunkencapsulationdot1qswitchportmodetrunk!interfaceGigabitEthernet3/3descriptionFor4503-G2/3channel-group3modeauto!interfaceGigabitEthernet3/4descriptionFor4503-G2/4channel-group3modeautointerfaceVlan1ipad..
分类:
其他好文 时间:
2014-06-02 03:47:54
阅读次数:
248
#过滤oracle警告日志文件ORA-错误
$c=Get-ContentC:\script.txt|select-string-pattern"ora-"
#判断ORA-错误存在条件
#若$c返回值为null,则输出1返回值结束循环
if($c-eq$null)
{
write-host"STATE_OK"
$STATE_OK={return1;}
$b=&$STATE_OK
$b
}
#若$c返回值不为空,..
分类:
其他好文 时间:
2014-06-02 03:26:07
阅读次数:
197
写了一个powershell脚本测试脚本,结果执行的时候报错
$a=Get-ContentC:\script.txt|select-string-pattern"ora"
if($a-eq$null)
{
write-host"error"
}
else
{
write-host"OK"
}
PSD:\>.\pshell.ps1
无法加载文件D:\pshell.ps1,因为在此系统中禁止执行脚本。有关详..
分类:
其他好文 时间:
2014-06-02 03:17:04
阅读次数:
244
宿主机(windows)和客户机(虚拟机)网络连接
推荐使用第一种。
1.host-only(仅主机模式):宿主机与客户机单独组网(用的是网络连接中的VMnet1,所以宿主机的vm1要开启)
好处:和真实网络隔离
坏处:虚拟机与其他服务器之间不能通信
可以设置虚拟机成静态ip,这样ip就永远不会变了,网关要用vm1的ip地址;vm1的ip也是静态的不会变;我做编程虚拟机不上网用这个很实用,ip永远不会变,连虚拟机方便,我通常是将不常用的大软件安装到虚拟机,外部通过ip访问,如oracle、m...
分类:
其他好文 时间:
2014-06-02 02:59:25
阅读次数:
219
Y2K Accounting BugDescriptionAccounting for
Computer Machinists (ACM) has sufferred from the Y2K bug and lost some vital
data for preparing annual rep...
分类:
其他好文 时间:
2014-06-02 00:57:42
阅读次数:
386
问题:
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other.
Given an integer n, return all distinct solutions to the n-queens...
分类:
其他好文 时间:
2014-06-01 18:08:28
阅读次数:
334