<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>安逸哇?</title>
	<link>http://www.anyiwa.com</link>
	<description>安逸哇?网站.这是一个安逸的网站</description>
	<lastBuildDate>Fri, 03 Sep 2010 16:51:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>今天谷歌出现了一个奇怪的图象：巴克球</title>
		<description><![CDATA[今天谷歌出现了一个奇怪的图象：巴克球

 

&#160;

<span class="readmore"><a href="http://www.anyiwa.com/?p=1338" title="今天谷歌出现了一个奇怪的图象：巴克球">阅读全文——共544字</a></span>]]></description>
		<link>http://www.anyiwa.com/?p=1338</link>
			</item>
	<item>
		<title>Linux 内核中的定时器</title>
		<description><![CDATA[Linux 中的定时器   在 Linux 内核中主要有两种类型的定时器。一类称为 timeout 类型，另一类称为 timer 类型。timeout 类型的定时器通常用于检测各种错误条件，例如用于检测网卡收发数据包是否会超时的定时器，IO 设备的读写是否会超时的定时器等等。

&#160;

 

<span class="readmore"><a href="http://www.anyiwa.com/?p=1337" title="Linux 内核中的定时器">阅读全文——共840字</a></span>]]></description>
		<link>http://www.anyiwa.com/?p=1337</link>
			</item>
	<item>
		<title>打印所有数据包的 IP 地址的简单脚本</title>
		<description><![CDATA[打印所有数据包的 IP 地址的简单脚本   use Net::TcpDumpLog;    use NetPacket::Ethernet;    use NetPacket::IP; 

 

my $log = Net::TcpDumpLog-&#62;new();   $log-&#62;read(&#34;packets.raw&#34;);    foreach my $index ($log-&#62;indexes)    {    &#160;&#160;&#160; my $packet = $log-&#62;data($index);

<span class="readmore"><a href="http://www.anyiwa.com/?p=1336" title="打印所有数据包的 IP 地址的简单脚本">阅读全文——共868字</a></span>]]></description>
		<link>http://www.anyiwa.com/?p=1336</link>
			</item>
	<item>
		<title>UNIX 开发者需要掌握的 AIX 技巧一些常用命令的技巧</title>
		<description><![CDATA[UNIX 开发者需要掌握的 AIX 技巧一些常用命令的技巧

下面介绍一些常用的有益的小技巧： 1）、合并文本文件： 还在用 windows 工具或者 vi 来合并文件么？ 介绍一个简单的方法 ，我们可以采用

 cat fileA fileB &#62;fileC

<span class="readmore"><a href="http://www.anyiwa.com/?p=1335" title="UNIX 开发者需要掌握的 AIX 技巧一些常用命令的技巧">阅读全文——共502字</a></span>]]></description>
		<link>http://www.anyiwa.com/?p=1335</link>
			</item>
	<item>
		<title>腾讯对你早已无语了&#8220;葫芦娃大战群妖&#8221;中国版&#8220;植物大战&#8230;</title>
		<description><![CDATA[腾讯对你早已无语了“葫芦娃大战群妖”中国版“植物大战&#8230;

&#160;

&#160;&#160;&#160; 抄袭？？呵呵，忘记了，包括你现在的QQ，也是抄袭的ICQ，曾经还记得你的以前的名字叫做“OICQ”

<span class="readmore"><a href="http://www.anyiwa.com/?p=1329" title="腾讯对你早已无语了&#8220;葫芦娃大战群妖&#8221;中国版&#8220;植物大战&#8230;">阅读全文——共164字</a></span>]]></description>
		<link>http://www.anyiwa.com/?p=1329</link>
			</item>
	<item>
		<title>DNS设置服务与方法（基本概念）</title>
		<description><![CDATA[一、设置DNS需了解的几个概念。    1、chroot和沙箱。     CHROOT就是Change Root，也就是改变程式执行时所参考的根目录位置。     一般的目录架构：     /     /bin     /sbin     /usr/bin     /home     CHROOT的目录架构：     /hell/     /hell/bin     /hell/usr/bin     /hell/home     * 为何要CHROOT？

&#160;

 

<span class="readmore"><a href="http://www.anyiwa.com/?p=1326" title="DNS设置服务与方法（基本概念）">阅读全文——共4788字</a></span>]]></description>
		<link>http://www.anyiwa.com/?p=1326</link>
			</item>
	<item>
		<title>VMware 设置vmnet1主机与虚拟机中LINUX的通讯</title>
		<description><![CDATA[VMware 设置vmnet1主机与虚拟机中LINUX的通讯 

为了实现主机和虚拟机中LINUX的通讯，采用host-only.



<span class="readmore"><a href="http://www.anyiwa.com/?p=1324" title="VMware 设置vmnet1主机与虚拟机中LINUX的通讯">阅读全文——共273字</a></span>]]></description>
		<link>http://www.anyiwa.com/?p=1324</link>
			</item>
	<item>
		<title>ORA-00600: internal error code, arguments</title>
		<description><![CDATA[ORA-00600: internal error code, arguments 

Errors in file /oracle/app/product/10.2/db/admin/wgysmy/udump/wgysmy1_ora_839840.trc:   ORA-00600: internal error code, arguments:     跟踪文件发现    ksedmp: internal or fatal error    ORA-00600: internal error code, arguments:     Current SQL statement for this session:    UPDATE EW_Action SET Code = :p0, Name = :p1, Parent_Id = :p2, Type_Id = :p3, State = :p4 WHERE Id = :p5

<span class="readmore"><a href="http://www.anyiwa.com/?p=1323" title="ORA-00600: internal error code, arguments">阅读全文——共1783字</a></span>]]></description>
		<link>http://www.anyiwa.com/?p=1323</link>
			</item>
	<item>
		<title>ORA-12542: TNS:address already in use</title>
		<description><![CDATA[ORA-12542: TNS:address already in use    Cause: Specified listener address is already being used.    Action: Start your listener with a unique address.    

 

问题原因，监听所使用的端口被其他程序占用    通过netstat -an &#124; grep xxxx查看端口是否被占用；    找出相应程序杀掉他，再重启监听，    也可以重新配置监听，让监听使用其他端口    注意非1521端口，oracle PMON进程不能自动注册。

<span class="readmore"><a href="http://www.anyiwa.com/?p=1322" title="ORA-12542: TNS:address already in use">阅读全文——共240字</a></span>]]></description>
		<link>http://www.anyiwa.com/?p=1322</link>
			</item>
	<item>
		<title>Pls-00302: Component &#8216;Get_checkpoint_scns&#8217; Must Be Declared</title>
		<description><![CDATA[在red hat enterprise linux&#160; AS 4.7环境下的&#160; Oracle 10.2.0.1的stream测试环境升级到10.2.0.3后主库报错：   &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Streams CAPTURE C001 with pid=23, OS id=7442 stopped    &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Tue Mar 30 14:03:41 2010    &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Errors in file /data/oracle/admin/source/bdump/source_c001_7442.trc:    &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ORA-00604: error occurred at recursive SQL level 1    &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ORA-06550: line 1, column 58:    &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; PLS-00302: component &#8216;GET_CHECKPOINT_SCNS&#8217; must be declared    &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ORA-06550: line 1, column 37:    &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; PL/SQL: Statement ignored

<span class="readmore"><a href="http://www.anyiwa.com/?p=1321" title="Pls-00302: Component &#8216;Get_checkpoint_scns&#8217; Must Be Declared">阅读全文——共501字</a></span>]]></description>
		<link>http://www.anyiwa.com/?p=1321</link>
			</item>
</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
