<?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>Fri, 03 Feb 2012 05:47:28 +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>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>
		<item>
		<title>[111008-A]发布系统进程异常</title>
		<link>http://www.saapu.com/index.php/archives/648</link>
		<comments>http://www.saapu.com/index.php/archives/648#comments</comments>
		<pubDate>Sat, 08 Oct 2011 15:40:51 +0000</pubDate>
		<dc:creator>@民工甲</dc:creator>
				<category><![CDATA[工作记录]]></category>

		<guid isPermaLink="false">http://www.saapu.com/?p=648</guid>
		<description><![CDATA[支站发布系统国庆放假前,OEM Dataguard状态异常,但在服务器上查看又显示正常,另外负载也显示异常,有将近1100个进程,正常情况下300左右. 决定停发布系统,重启实例,但实例停后,上述异常进程没有消失,决定重启服务器,服务器重启后,数据库正常,进程正常,DG状态恢复]]></description>
		<wfw:commentRss>http://www.saapu.com/index.php/archives/648/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>禁止 Google Update 的运行</title>
		<link>http://www.saapu.com/index.php/archives/644</link>
		<comments>http://www.saapu.com/index.php/archives/644#comments</comments>
		<pubDate>Wed, 21 Sep 2011 00:54:55 +0000</pubDate>
		<dc:creator>@民工甲</dc:creator>
				<category><![CDATA[技术文档]]></category>

		<guid isPermaLink="false">http://www.saapu.com/?p=644</guid>
		<description><![CDATA[Google Update 是不折不扣的一个流氓程序，不仅安装 Google 软件的时候强制下载安装，而且采用用户极少察觉的方式后台运行，进程中断后会自动重启，不提供卸载，不经用户同意就访问互联网传送信息 …… 很难想像一向在我心中还算正派的 Google 怎么会弄出这么个“老鼠屎”产品来，形象大打折扣！ Google 的产品如 Google Earth、Gears、Chrome 等在安装之前都要求下载一个在线安装程序，其实就是 Google Update ，这个小程序然后再下载相应的软件进行安装。这种模式很早就有，出自 P2P 下载的一个特殊应用，一些大的软件发布时为了减少下载服务器压力，提高下载速度，会先让用户下载一个小的 p2p 客户端，然后利用此客户端快速下载软件再行安装，只不过，软件安装完毕之后，该客户端也就废除了，Google Update 则不同，会随系统启动而常驻系统，美其名曰自动升级保持软件的最新。 其实就 Google 得产品来说，体积不大，根本用不到这种安装方式，而且最让人无法理解的是，一向注意用户体验和隐私的 Google ，这次发布这个产品却完全违背了其行为风格，不仅安装时必须安装这个 updater ，而且将 update 采用了系统服务的方式绕开用户自动运行，为了防止进程被关闭，它还采用了用户不容易注意的计划任务的方式来加载其 google updater.exe ，抛开系统资源占用，未经用户同意联网发送信息不说，连卸载程序都没有，这就有点非常的不厚道，要是国产软件，估计办公室都会有人来砸玻璃了。 如果要删除 google update ，需要进行如下步骤： 1）删除掉 控制面板 – 任务计划 中的 Google Update 项目 2）用任务管理器杀掉进程中的 google update.exe 进程 3）停止并删除 控制面板 – 系统 [...]]]></description>
		<wfw:commentRss>http://www.saapu.com/index.php/archives/644/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>让 Vim 支持 nginx 语法(syntax) 格式化配置文件</title>
		<link>http://www.saapu.com/index.php/archives/636</link>
		<comments>http://www.saapu.com/index.php/archives/636#comments</comments>
		<pubDate>Wed, 31 Aug 2011 04:44:05 +0000</pubDate>
		<dc:creator>@民工甲</dc:creator>
				<category><![CDATA[技术文档]]></category>

		<guid isPermaLink="false">http://www.saapu.com/?p=636</guid>
		<description><![CDATA[在对 Nginx 的配置文件进行编辑的时候，可能出现配置文件缩进很乱的情况，如果手动去修改也挺费事儿的。好在可以给 vim 增加 nginx.vim 的语法文件来很方便处理配置文件的缩进。使用 vim 的 gg=G 就可以一次把 nginx 的配置文件格式化。 1.下载 nginx.vim http://www.vim.org/scripts/script.php?script_id=1886 2.将 nginx.vim 复制到 vim/syntax 目录 根据自身的需要和 vim 的目录来灵活操作， [root@localhost syntax]# pwd /usr/share/vim/vim70/syntax 也可以复制到 ~/.vim/syntax/ 用户所在的目录 3.配置 nginx.vim au BufRead,BufNewFile /etc/nginx/* set ft=nginx 在 filetype.vim 文件中加入上面的代码，可以加 vim/filetype.vim 程序目录中，也可以是  ~/.vim/filetype.vim 用户目录中。以上目录或文件不存在的需要自行添加。其中 “/etc/nginx” 为 nginx 配置文件的目录。 这样就可以把杂乱的 nginx 配置文件格式化为比较规范和漂亮的 nginx 配置文件了。 杂乱的 [...]]]></description>
		<wfw:commentRss>http://www.saapu.com/index.php/archives/636/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

