<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/zery" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/zery" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 13 Oct 2008 09:50:00 GMT</lastBuildDate><title>Norez的专栏</title><link>http://blog.csdn.net/zery/</link><item><title>Webdav</title><link>http://blog.csdn.net/zery/archive/2008/10/13/3066999.aspx</link><wfw:comment>http://blog.csdn.net/zery/comments/3066999.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zery/comments/commentRss/3066999.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3066999</trackback:ping><description>http://www.webdav.org/    http://www.web-dav.cn  技术资料     [rfc2518] HTTP Extensions for Distributed Authoring -- WEBDAV.htm    [rfc2518] HTTP Extensions for Distributed Authoring -- WEBDAV.pdf    [rfc2616] HyperText Transfer Protocol.htm    [rfc2617] HTTP Authentication: Basic and Digest Access Authentication.htm    [rfc2617] HTTP Authentication: Basic and Digest Access Authentication.pdf &lt;img src =&quot;http://blog.csdn.net/zery/aggbug/3066999.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 13 Oct 2008 17:50:00 +0800</pubDate><author>Norez</author><comments>http://blog.csdn.net/zery/archive/2008/10/13/3066999.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zery/archive/2008/10/13/3066999.aspx</guid><dc:creator>Norez</dc:creator></item><item><title>Postgres 常用命令</title><link>http://blog.csdn.net/zery/archive/2008/10/08/3033940.aspx</link><wfw:comment>http://blog.csdn.net/zery/comments/3033940.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zery/comments/commentRss/3033940.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3033940</trackback:ping><description>本地数据库拷贝：
windows:

createdb -T originalDb targetDb -U postgres
 linux:

su postgres

createdb -T originalDb targetDb
异地数据库拷贝（参考）：
1）将数据库拷生成

$ pg_dump -U postgres -O  &gt; .sql

如：$ pg_dump -U postgres -O postgres &gt; /root/mydbBackup.sql

2）将生成的文件拷贝至目标机器

3）如果同名数据库已经存在，删除操作为：

$ psql -U postgres -c &quot;drop database ;&quot;

如：$ psql -U postgres -c &quot;drop database mydb2;&quot;

4）数据文件恢复必须在已经创建好的数据库的基础上

$ psql -U postgres -c &quot;create database  with owner  encoding = 'UNICODE';&quot;

如：$ psql -U postgres -c &quot;create da&lt;img src =&quot;http://blog.csdn.net/zery/aggbug/3033940.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 08 Oct 2008 23:25:00 +0800</pubDate><author>Norez</author><comments>http://blog.csdn.net/zery/archive/2008/10/08/3033940.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zery/archive/2008/10/08/3033940.aspx</guid><dc:creator>Norez</dc:creator></item><item><title>(转)How can I determine if my computer/operating system is 64-bit?</title><link>http://blog.csdn.net/zery/archive/2008/10/08/3031796.aspx</link><wfw:comment>http://blog.csdn.net/zery/comments/3031796.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zery/comments/commentRss/3031796.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3031796</trackback:ping><description>Title

How to determine that your OS is 64-bit compliant


Author
Pete Huckelba, StataCorp


Date
June 2005; updated July 2008




Windows
If you are using Windows Vista, click Start -&gt; Control Panel -&gt; System and Maintenance -&gt; System. The System type: line will give you the Operating System type:

If you are using Windows XP, click Start -&gt; Run and type dxdiag. If a Windows dialog box is displayed asking if you want to verify your drivers, you can safely click No and contin&lt;img src =&quot;http://blog.csdn.net/zery/aggbug/3031796.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 08 Oct 2008 18:30:00 +0800</pubDate><author>Norez</author><comments>http://blog.csdn.net/zery/archive/2008/10/08/3031796.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zery/archive/2008/10/08/3031796.aspx</guid><dc:creator>Norez</dc:creator></item><item><title>(转)忘记了Linux用户名和密码的方法</title><link>http://blog.csdn.net/zery/archive/2008/10/08/3031532.aspx</link><wfw:comment>http://blog.csdn.net/zery/comments/3031532.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zery/comments/commentRss/3031532.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3031532</trackback:ping><description>在所有版本linux的grub上均可以使用此方法


1、在Grub的引导装载程序菜单上，选择你要进入的条目，键入 &quot;e&quot; 来进入编辑模式。

2、在第二行（类似于kernel /vmlinuz-2.6.19 ro root=/dev/hda2 ），键入&quot;e&quot;进入编辑模式；

3、在句末加上&quot;init=/bin/bash&quot;，回车；

4、按&quot;b&quot;启动系统。


这样我们即可获得一个bash的shell。

进入shell后，根分区的挂载模式默认是只读，我们要将其改为可写，否则不能更改root密码:


mount -no remount,rw /

passwd root

sync

mount -no remount,ro /

reboot


这样即可成功更改ubuntu的root用户的密码。
&lt;img src =&quot;http://blog.csdn.net/zery/aggbug/3031532.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 08 Oct 2008 18:12:00 +0800</pubDate><author>Norez</author><comments>http://blog.csdn.net/zery/archive/2008/10/08/3031532.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zery/archive/2008/10/08/3031532.aspx</guid><dc:creator>Norez</dc:creator></item><item><title>为什么我的Eclipse在单步调试Tomcat项目时没有Java源代码同步显示？</title><link>http://blog.csdn.net/zery/archive/2008/10/07/3029308.aspx</link><wfw:comment>http://blog.csdn.net/zery/comments/3029308.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zery/comments/commentRss/3029308.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3029308</trackback:ping><description>在项目的根目录下可以找到一个文件：.tomcatplugin，检查这个文件是否在更新CVS程序时被合并或者覆盖成新版本了。&lt;br /&gt;如果是，重新检查该项目的Tomcat配置是否正确。&lt;img src =&quot;http://blog.csdn.net/zery/aggbug/3029308.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 08 Oct 2008 00:22:00 +0800</pubDate><author>Norez</author><comments>http://blog.csdn.net/zery/archive/2008/10/07/3029308.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zery/archive/2008/10/07/3029308.aspx</guid><dc:creator>Norez</dc:creator></item><item><title>(转)Download and crack Jprobe 8.0</title><link>http://blog.csdn.net/zery/archive/2008/06/24/2582550.aspx</link><wfw:comment>http://blog.csdn.net/zery/comments/2582550.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zery/comments/commentRss/2582550.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2582550</trackback:ping><description>破解方法：
安装Jprobe后，
方法1：替换client-support.jar目录中的\com\sitraka\licensing\ValidateSignature.class文件。
方法2：替换client-support.jar目录中的\com\sitraka\licensing\ LicenseProperties.class文件。
破解文件：Jprobe_v8.0.0_Crack 
&lt;img src =&quot;http://blog.csdn.net/zery/aggbug/2582550.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 25 Jun 2008 00:19:00 +0800</pubDate><author>Norez</author><comments>http://blog.csdn.net/zery/archive/2008/06/24/2582550.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zery/archive/2008/06/24/2582550.aspx</guid><dc:creator>Norez</dc:creator></item><item><title>Tomcat reload class at runtime</title><link>http://blog.csdn.net/zery/archive/2008/02/03/2080415.aspx</link><wfw:comment>http://blog.csdn.net/zery/comments/2080415.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zery/comments/commentRss/2080415.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2080415</trackback:ping><description>The reloading I talking about here is reloading the modified classes directly without reloading all the web application.&lt;img src =&quot;http://blog.csdn.net/zery/aggbug/2080415.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 04 Feb 2008 02:28:00 +0800</pubDate><author>Norez</author><comments>http://blog.csdn.net/zery/archive/2008/02/03/2080415.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zery/archive/2008/02/03/2080415.aspx</guid><dc:creator>Norez</dc:creator></item><item><title>javascript,firefox,window,event,srcelement firefox下的window.event.srcelement;</title><link>http://blog.csdn.net/zery/archive/2007/11/27/1904417.aspx</link><wfw:comment>http://blog.csdn.net/zery/comments/1904417.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/zery/comments/commentRss/1904417.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1904417</trackback:ping><description>问题 var srcelement = window.event.srcelement;请问在firefox下怎样才能完成上面的功能 var srcelement = window.event.srcelement;请问在firefox下怎样才能完成上面的功能 响应者 1:document.onclick = function(e) //要兼容ff的话，这个参数一定要写上{e = window.event || e;var srcelement = e.srcelement || e.target;alert(srcelement.innerhtml);} 响应者 2:谢谢我先试试 响应者 3:meizz(梅花雪) 老兄：我试了下，还是不能解决我的问题，请指教我的页面所有元素的onclick事件都是给一个javascript函数temp()的，没有参数请问在ff中此函数如何知道是那一个元素触发的事件(ie中用window.event.srcelement取得当前元素)响应者 4:梅大侠的是可以的, 你之所不行应该是你没有把事件传进去(就是那个参数e) 响应者 5:&lt;htm&lt;img src =&quot;http://blog.csdn.net/zery/aggbug/1904417.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 28 Nov 2007 00:34:00 +0800</pubDate><author>Norez</author><comments>http://blog.csdn.net/zery/archive/2007/11/27/1904417.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zery/archive/2007/11/27/1904417.aspx</guid><dc:creator>Norez</dc:creator></item><item><title>javascript实用的N个小例子</title><link>http://blog.csdn.net/zery/archive/2007/11/27/1904094.aspx</link><wfw:comment>http://blog.csdn.net/zery/comments/1904094.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zery/comments/commentRss/1904094.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1904094</trackback:ping><description>· 事件源对象 event.srcElement.tagName event.srcElement.type  · 捕获释放 event.srcElement.setCapture();  event.srcElement.releaseCapture();   · 事件按键 event.keyCode event.shiftKey event.altKey event.ctrlKey  · 事件返回值 event.returnValue · 鼠标位置 event.x event.y  · 窗体活动元素 document.activeElement  · 绑定事件 document.captureEvents(Event.KEYDOWN);  · 访问窗体元素 document.all(&quot;txt&quot;).focus(); document.all(&quot;txt&quot;).select();  · 窗体命令 document.execCommand  · 窗体COOKIE docum&lt;img src =&quot;http://blog.csdn.net/zery/aggbug/1904094.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 27 Nov 2007 21:50:00 +0800</pubDate><author>Norez</author><comments>http://blog.csdn.net/zery/archive/2007/11/27/1904094.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zery/archive/2007/11/27/1904094.aspx</guid><dc:creator>Norez</dc:creator></item><item><title>Compiling Java to JavaScript (转)</title><link>http://blog.csdn.net/zery/archive/2007/11/14/1884727.aspx</link><wfw:comment>http://blog.csdn.net/zery/comments/1884727.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zery/comments/commentRss/1884727.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1884727</trackback:ping><description>A Conversation with Scott Blumby Frank SommersDecember 21, 2006 Summary A key feature of the Google Web Toolkit (GWT) is that it allows developers to write browser-hosted Web applications entirely in Java, and have GWT translate that Java code into browser-specific JavaScript. In this interview with Artima, Scott Blum, the Google software engineer behind GWT's Java-to-JavaScript compiler, talks about the challenges of turning Java source code into JavaScript. Last week, Google announced that it &lt;img src =&quot;http://blog.csdn.net/zery/aggbug/1884727.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 14 Nov 2007 23:26:00 +0800</pubDate><author>Norez</author><comments>http://blog.csdn.net/zery/archive/2007/11/14/1884727.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zery/archive/2007/11/14/1884727.aspx</guid><dc:creator>Norez</dc:creator></item></channel></rss>