码迷,mamicode.com
首页 >  
搜索关键字:some other host already uses address    ( 36936个结果
POJ1328——Radar Installation
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
Codeforces Round #250 (Div. 2)
感觉不会再爱了,呜呜!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
11g R2 rac linstener 监听配置
两个节点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
ORA-01081: "cannot start already-running ORACLE - shut it down first"
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
cisco4507,4503做HSRP
4507配置:interfacePort-channel3switchportswitchporttrunkencapsulationdot1qswitchportmodetrunk!interfaceGigabitEthernet3/3descriptionFor4503-G2/3channel-group3modeauto!interfaceGigabitEthernet3/4descriptionFor4503-G2/4channel-group3modeautointerfaceVlan1ipad..
分类:其他好文   时间:2014-06-02 03:47:54    阅读次数:248
powershell_读取ORA错误脚本
#过滤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-无法加载文件,因为在此系统中禁止执行脚本
写了一个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
POJ2586——Y2K Accounting Bug
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
【leetcode】N-queens
问题: 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!