<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog @民工甲</title>
	<atom:link href="http://www.saapu.com/index.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.saapu.com</link>
	<description>http://www.saapu.com/</description>
	<lastBuildDate>Mon, 26 Mar 2012 11:12:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>KMPlayer字幕位置设置</title>
		<link>http://www.saapu.com/index.php/archives/685</link>
		<comments>http://www.saapu.com/index.php/archives/685#comments</comments>
		<pubDate>Mon, 26 Mar 2012 11:12:01 +0000</pubDate>
		<dc:creator>@民工甲</dc:creator>
				<category><![CDATA[技术文档]]></category>

		<guid isPermaLink="false">http://www.saapu.com/?p=685</guid>
		<description><![CDATA[KMPlayer手动加入字幕时，其位置经常挡到画面，特别是字幕很长的情况下往往会挡到很多的视频画面，而无法将字幕放在底部的黑色无视频区域。 经过多次尝试探索，发现解决方法如下： 右键菜单：“字幕”-“描绘到VMR表面” “视频（高级）”-“视频渲染器”-“VMR9未渲染（HQ字幕）” 个人推荐： “超级速度模式 ” “选项”-“参数设置”对话框-“字幕处理”-“字体样式”设置为微软雅黑或者黑体或者幼圆加粗。 可以自己换换视频渲染器，选择感觉最好的。 另外，kmp版本不同可能标注不太一样。]]></description>
		<wfw:commentRss>http://www.saapu.com/index.php/archives/685/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux开机时停在 Starting sendmail 不动了的解决方案</title>
		<link>http://www.saapu.com/index.php/archives/683</link>
		<comments>http://www.saapu.com/index.php/archives/683#comments</comments>
		<pubDate>Thu, 15 Mar 2012 19:17:41 +0000</pubDate>
		<dc:creator>@民工甲</dc:creator>
				<category><![CDATA[技术文档]]></category>

		<guid isPermaLink="false">http://www.saapu.com/?p=683</guid>
		<description><![CDATA[&#160; 步骤如下： 1.开机到了GRUB启动界面是按上下键让界面停下来； 2.按e键进入编辑模式； 3.移动上下键，选择第二项，再次按e键，编辑。在尾部追加 single 后按回车； 4.按b键启动；（这个是单用户模式，启动非常快，默认会进入命令行模式） 5.启动的差不多了吧，用root用户login； 6.用vi编辑 /etc/hosts 文件编辑完了之后应该是如下这个鸟样子： # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost 7. 继续编辑 /etc/sysconfig/network-script/ifcfg-eth0 文件。改完了应该是这个鸟样子： DEVICE=eth0 BOOTPROTO=dhcp ONBOOT=yes 其他的值不要动，但是如果出现了ip地址之类的玩意（如：ADDR=192.168.1.105)这样的，毫不客气干掉； 8。如果你的机器不是mail服务器。 修改/etc/init.d/sendmail 文件。在该文件的第一行添加一行 exit； 9.输入reboot 回车。]]></description>
		<wfw:commentRss>http://www.saapu.com/index.php/archives/683/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>更改SSHSecureShellClient默认界面大小</title>
		<link>http://www.saapu.com/index.php/archives/678</link>
		<comments>http://www.saapu.com/index.php/archives/678#comments</comments>
		<pubDate>Fri, 02 Mar 2012 12:58:24 +0000</pubDate>
		<dc:creator>@民工甲</dc:creator>
				<category><![CDATA[技术文档]]></category>

		<guid isPermaLink="false">http://www.saapu.com/?p=678</guid>
		<description><![CDATA[更改SSHSecureShellClient界面大小 SSH Secure Shell打开时的默认界面大小还真不能在软件上直接改，我稍微找了一下，可以在下面这个文件里进行修改： 在XP中的位置在C:\Documents and Settings\Administrator\Application Data\SSH\default.ssh2 在win7中的位置在C:\Users\Administrator\AppData\Roaming\SSH\default.ssh2 该文件里面有个字段： [Window Positions] Window=S:T 200 100 932 730 蓝色数值（前边两个）代表窗口在屏幕的位置，红色数值（后边两个）代表窗口的大小！ 改完后重新打开SSH Secure Shell就可以看到效果了。]]></description>
		<wfw:commentRss>http://www.saapu.com/index.php/archives/678/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop CS5 防火墙限制</title>
		<link>http://www.saapu.com/index.php/archives/675</link>
		<comments>http://www.saapu.com/index.php/archives/675#comments</comments>
		<pubDate>Fri, 03 Feb 2012 05:47:28 +0000</pubDate>
		<dc:creator>@民工甲</dc:creator>
				<category><![CDATA[技术文档]]></category>

		<guid isPermaLink="false">http://www.saapu.com/?p=675</guid>
		<description><![CDATA[Photoshop CS5 防火墙限制 http://www.45eggs.com/software/2011/photoshop-cs5-firewall-drop.html &#160; 地球人都知道，在host中设置若干adobe.com的域名到127.0.0.1，Adobe就无法自动在线验证序号的合法性了。 但是不知道从什么时候开始，Adobe就在背地里又搞鬼了，可能会让你已经用网络上找到的序号激活的Adobe Photoshop CS5（或者其他产品）恢复到未激活的状态。这给很多一直在”试用”Adobe产品的朋友带来了诸多不便，其实Microsoft早就帮我们想好了更彻底的解决办法，那就是系统防火墙！ 原理很简单，禁止以下两个程序访问网络： &#160; 程序安装目录\Adobe\Adobe Photoshop CS5\Photoshop.exe 程序安装目录\Adobe\Adobe Extension Manager CS5\Adobe Extension Manager5 CS5.exe &#160; 抱着支持正版尊重知识产权的精神，本文就不提供Photoshop CS5的注册序号了，网络上一搜一大把。 修改的步骤如下： 设置host，下载HOST_Adobe.bat，直接双击运行即可，这个批处理程序所做的事情只是将以上所述的内容添加到hosts中，可用文本编辑器打开验证一下。 运行Adobe Photoshop CS5，未激活时，将会出现以下激活画面（因本人使用的PS是英文版，因此从网络上转载了以下图片）。 激活成功之后，关闭PS。 进入”开始&#62;控制面板&#62;Windows防火墙&#62;高级设置”。 进入”出站规则”。 新建规则 1. 点击新建规则 2. 点击程序，进入下一步 3. 点击浏览，选中Photoshop安装目录下的Photoshop.exe，进入下一步 4. 选择”阻止连接”，进入下一步 5. 默认全选，进入下一步 6. 取个名称，点击完成 用一样的方法，将Adobe Extension Manager5 CS5.exe也阻止。 完成 参考资料： http://wenku.baidu.com/view/02d0dc1fa76e58fafab0032c.html]]></description>
		<wfw:commentRss>http://www.saapu.com/index.php/archives/675/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux系统下一块网卡配置多个Ip地址方法</title>
		<link>http://www.saapu.com/index.php/archives/673</link>
		<comments>http://www.saapu.com/index.php/archives/673#comments</comments>
		<pubDate>Sun, 15 Jan 2012 12:12:00 +0000</pubDate>
		<dc:creator>@民工甲</dc:creator>
				<category><![CDATA[技术文档]]></category>

		<guid isPermaLink="false">http://www.saapu.com/?p=673</guid>
		<description><![CDATA[我们知道在Linux下网卡被称为eth0，eth1，eth2……，所有网卡的配置文件都存储在/etc/sysconfig/network-script/下，文件名是以ifcfg-eth0，ifcfg-eth1，ifcfg-eth2……来命名的。一块网卡对应一个配置文件。如果我们要给eth0配置两个IP地址，我们该怎么办呢？ 1.执行“cp ifcfg-eth0 ifcfg-eth0：1”复制eth0的配置文件，文件名在原文件名后加”：1&#8243;. 2.编辑修改ifcfg-eth0：1中相应的字段，具体如下： &#160; # VIA Technologies, Inc. VT6102 [Rhine-II] DEVICE=eth0     //这里是设备，需要修改成为eht0:1 BOOTPROTO=none BROADCAST=192.168.1.255   //IP地址的广播地址，对应即可 HWADDR=00:14:2A:2D:59:6B  //网卡的Mac地址，不需要修改 IPADDR=192.168.1.17         //IP地址，改成你想要的 IPV6INIT=yes IPV6_AUTOCONF=yes NETMASK=255.255.255.0     //子网掩码，对应即可 NETWORK=192.168.1.0       //网络地址，对应即可 ONBOOT=yes        GATEWAY=192.168.1.1       //网关地址，对应即可 TYPE=Ethernet PEERDNS=yes USERCTL=no]]></description>
		<wfw:commentRss>http://www.saapu.com/index.php/archives/673/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux下卸载oracle步骤</title>
		<link>http://www.saapu.com/index.php/archives/668</link>
		<comments>http://www.saapu.com/index.php/archives/668#comments</comments>
		<pubDate>Sun, 15 Jan 2012 05:21:38 +0000</pubDate>
		<dc:creator>@民工甲</dc:creator>
				<category><![CDATA[技术文档]]></category>

		<guid isPermaLink="false">http://www.saapu.com/?p=668</guid>
		<description><![CDATA[Removing Oracle SoftwareThis chapter describes how to completely remove all software from an Oracle home directory. See Also: If you want to remove an individual product, refer to the product-specific documentation for requirements and restrictions. 5.1 Removing Oracle Software The following steps describe how to use Oracle Universal Installer to remove Oracle software from an [...]]]></description>
		<wfw:commentRss>http://www.saapu.com/index.php/archives/668/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux定时任务的设置</title>
		<link>http://www.saapu.com/index.php/archives/664</link>
		<comments>http://www.saapu.com/index.php/archives/664#comments</comments>
		<pubDate>Sat, 31 Dec 2011 03:11:57 +0000</pubDate>
		<dc:creator>@民工甲</dc:creator>
				<category><![CDATA[技术文档]]></category>

		<guid isPermaLink="false">http://www.saapu.com/?p=664</guid>
		<description><![CDATA[为当前用户创建cron服务 1.  键入 crontab  -e 编辑crontab服务文件 例如 文件内容如下： */2 * * * * /bin/sh /home/admin/jiaoben/buy/deleteFile.sh 保存文件并并退出 */2 * * * * /bin/sh /home/admin/jiaoben/buy/deleteFile.sh */2 * * * * 通过这段字段可以设定什么时候执行脚本 /bin/sh /home/admin/jiaoben/buy/deleteFile.sh 这一字段可以设定你要执行的脚本，这里要注意一下bin/sh 是指运行  脚本的命令  后面一段时指脚本存放的路径 &#160; &#160; 2. 查看该用户下的crontab服务是否创建成功， 用 crontab  -l 命令 &#160; 3. 启动crontab服务 一般启动服务用  /sbin/service crond start 若是根用户的cron服务可以用 sudo service crond start， [...]]]></description>
		<wfw:commentRss>http://www.saapu.com/index.php/archives/664/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>数据库名,数据库实例名SID,数据库服务名,全局数据库名</title>
		<link>http://www.saapu.com/index.php/archives/662</link>
		<comments>http://www.saapu.com/index.php/archives/662#comments</comments>
		<pubDate>Fri, 18 Nov 2011 13:45:00 +0000</pubDate>
		<dc:creator>@民工甲</dc:creator>
				<category><![CDATA[技术文档]]></category>

		<guid isPermaLink="false">http://www.saapu.com/?p=662</guid>
		<description><![CDATA[今天用hibernate连接一个oracle数据库时发现连接失败，我是这样写的 &#60;property name=”connection.url”&#62; jdbc:oracle:thin:@172.18.10.51:1521:orcl &#60;/property&#62; 我的数据库名就是orcl没错，使用oracle客户端程序连接也都是正常的，后来检查发现该数据库的sid和数据库名实际上不相同，而jdbc里实际是用sid连接数据库的，因此重新搜索了一下以下概念的区别： &#160; 数据库名,数据库实例名SID,数据库服务名,全局数据库名 一、数据库名 就是在你安装oracle软件过程中创建的数据库，或者是安装完后，自己再创建的数据名称。主要用于一个oracle中安装了多个库， 他们之间的 区分。一个库会在windows的服务中生成一个oracle_service.数据库名是在安装数据库、创建新的数据库、创建数据库控 制文件、 修改数据结构、备份与恢复数据库时都需要使用到的。 查询当前数据名 方法一:select name from v$database; 方法二：show parameter db 二、数据库实例名[SID] 数据库实例名是用于和操作系统 进行联系的标识，就是说数据库和操作系统之间的交互用的是数据库实例名。实例名也被写入参数文件 中，该参数为instance_name，在 winnt平台中，实例名同时也被写入注册表。数据库名和实例名可以相同也可以不同。在一般情况下， 数据库名和实例名是一对一的关系，但如果在 oracle并行服务器架构(即oracle实时应用集群)中，数据库名和实例名是一对多的关系。 (就是一个oracle中创建多个库的时候，每 个库和操作系统之间通信的身份标示，和我们用户没有关系嘀！) 查询当前数据库实例名 方法一：select instance_name from v$instance; 方法二：show parameter instance 三、数据库域名 在分布工数据库系统中，不同版本的数据库服务器之间，不论运行的操作系统是unix或是windows，各服务器之间都可以通过数据库 链路进行远 程复制，数据库域名主要用于oracle分布式环境中的复制。 举例说明如： 全国交通运政系统的分布式数据库，其中： 福建节点： fj.jtyz 福建厦门节点： xm.fj.jtyz 江西： jx.jtyz 江西上饶：sr.jx.jtyz 这就是数据 库域名。 数据库域名在存在于参数文件中，他的参数是db_domain [...]]]></description>
		<wfw:commentRss>http://www.saapu.com/index.php/archives/662/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[转]Dell Drac6 虚拟介质安装系统</title>
		<link>http://www.saapu.com/index.php/archives/659</link>
		<comments>http://www.saapu.com/index.php/archives/659#comments</comments>
		<pubDate>Wed, 16 Nov 2011 01:32:11 +0000</pubDate>
		<dc:creator>@民工甲</dc:creator>
				<category><![CDATA[技术文档]]></category>

		<guid isPermaLink="false">http://www.saapu.com/?p=659</guid>
		<description><![CDATA[换了Dell的R510服务器,联通远程管理器后发现虚拟介质无法映射,一直提示“虚拟介质分离或所选虚拟磁盘驱动器的虚拟介质重定向已由另一用户使用” 一番折腾后找到解决办法: 1.在管理界面-控制台/介质-虚拟介质:设置附加或者自动附加 2.这个时候应该可以附加iso了 3.在控制台”设置-第一个引导设备”选择虚拟介质,然后重启机器就可以从iso引导系统安装了 &#160; 原贴: http://www.4os.org/index.php/2010/10/21/dell-drac6-%E8%99%9A%E6%8B%9F%E4%BB%8B%E8%B4%A8%E5%AE%89%E8%A3%85%E7%B3%BB%E7%BB%9F/]]></description>
		<wfw:commentRss>http://www.saapu.com/index.php/archives/659/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PL/SQL Developer报错Dynamic Performance Tables not accessible</title>
		<link>http://www.saapu.com/index.php/archives/655</link>
		<comments>http://www.saapu.com/index.php/archives/655#comments</comments>
		<pubDate>Sun, 23 Oct 2011 06:15:02 +0000</pubDate>
		<dc:creator>@民工甲</dc:creator>
				<category><![CDATA[技术文档]]></category>

		<guid isPermaLink="false">http://www.saapu.com/?p=655</guid>
		<description><![CDATA[今天，开发团队里的几位同事向我反映，在使用PL/SQL Developer工具登陆一个新创建的用户进行查询时，报出以下错误（PL/SQL Developer版本：7.1.5 1403）： Dynamic Performance Tables not accessible, Automatic Statistics disabled for this session You can disable statistics in the preference menu, or obtain select priviliges on the V$session,V$sesstat and V$statname tables 这个报错信息在不同的PL/SQL Developer版本都会出现，从上面详细的报错提示信息中我们可以判断得到，报错原因不在工具本身。 在此，详细记录一下这个小问题的三种处理方法。 1.第一种处理方法（不推荐） 就是在报错的Error对话框中将“Don&#8217;t show this message again”选项选中，下次就不在提示这个错误了。 这种方法应该可以叫做“鸵鸟方式”的处理方法。没有从根本上解决这个问题。 2.第二种处理方法（可以采纳） 报错信息中描述的非常详细，原因是动态性能表没有权利被访问导致的问题，因此，我们通过把所需访问权限赋予给具体用户的方法来解决这个问题。 这里给出我能想到的三种具体处理方法。大家可以继续补充。 1）如果只是某一具体用户有权限查询这三个动态性能视图，可以如下进行操作 这里注意一下：我们授权的视图是V_$session不是V$session，因为V$session是同名不是具体的视图。否则您会收到下面这个错误。 sys@ora10g&#62; grant select on V$session  to user_sec; [...]]]></description>
		<wfw:commentRss>http://www.saapu.com/index.php/archives/655/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

