<?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:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/chengbd" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/chengbd" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 28 Jun 2011 03:32:00 GMT</lastBuildDate><title>chengbd的专栏</title><description>CSDN博客聚合服务</description><link>http://blog.csdn.net/blogrss.aspx?username=chengbd</link><item><title>javascript 代码中window.external的使用</title><link>http://blog.csdn.net/chengbd/archive/2011/06/28/6572072.aspx</link><description>最近在搞我的C#工具时，学到一招如何在javascript代码中操纵界面窗体 form中的办法。 如果你的处理逻辑大部分在javascript代码中，用这种方法可以方便地实现很多控制功能。 在窗体Form中放一个WebBowser控件，把Form类修改成public的。 1. 在Form中，要让WebBrowser控件中的页面执行一段js代码，可以运行以下代码： IHTMLDocument2 doc2 = (IHTMLDocument2)webBrowser.Document.DomDocument; if (doc2 != null) { if (doc2.parentWindow != null) { doc2.parentWindow.execScript(js_code, &quot;javascript&quot;); } } 2. 要在javascript代码中，修改Form窗体中的变量，或是调用它的方法，得先把这些变量和方法的定义修改成public的。如，在Form中有个方法是public Form.BeginDownloadPage(String[] urls) 则在javas&lt;img src=&quot;http://www1.feedsky.com/t1/528380316/chengbd/csdn.net/s.gif?r=http://blog.csdn.net/chengbd/archive/2011/06/28/6572072.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Tue, 28 Jun 2011 11:32:00 +0800</pubDate><author>成保栋</author><guid isPermaLink="false">http://blog.csdn.net/chengbd/archive/2011/06/28/6572072.aspx</guid><dc:creator>成保栋</dc:creator><fs:srclink>http://blog.csdn.net/chengbd/archive/2011/06/28/6572072.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengbd/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/chengbd/~1175825/528380316/1175807</fs:itemid></item><item><title>oracle em的访问链接</title><link>http://blog.csdn.net/chengbd/archive/2011/05/04/6393581.aspx</link><description>http://localhost:1158/em &lt;img src=&quot;http://www1.feedsky.com/t1/528380317/chengbd/csdn.net/s.gif?r=http://blog.csdn.net/chengbd/archive/2011/05/04/6393581.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Wed, 04 May 2011 11:52:00 +0800</pubDate><author>成保栋</author><guid isPermaLink="false">http://blog.csdn.net/chengbd/archive/2011/05/04/6393581.aspx</guid><dc:creator>成保栋</dc:creator><fs:srclink>http://blog.csdn.net/chengbd/archive/2011/05/04/6393581.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengbd/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/chengbd/~1175825/528380317/1175807</fs:itemid></item><item><title>oracle em的访问链接</title><link>http://blog.csdn.net/chengbd/archive/2011/05/04/6393582.aspx</link><description>&lt;br /&gt;http://localhost:1158/em &lt;img src=&quot;http://www1.feedsky.com/t1/528380318/chengbd/csdn.net/s.gif?r=http://blog.csdn.net/chengbd/archive/2011/05/04/6393582.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Wed, 04 May 2011 11:52:00 +0800</pubDate><author>成保栋</author><guid isPermaLink="false">http://blog.csdn.net/chengbd/archive/2011/05/04/6393582.aspx</guid><dc:creator>成保栋</dc:creator><fs:srclink>http://blog.csdn.net/chengbd/archive/2011/05/04/6393582.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengbd/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/chengbd/~1175825/528380318/1175807</fs:itemid></item><item><title>跳出外部框架frameset的方法</title><link>http://blog.csdn.net/chengbd/archive/2011/01/26/6165411.aspx</link><description>&lt;br /&gt;1.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;String basePath = request.getScheme()+&quot;://&quot;+request.getServerName()+&quot;:&quot;+request.getServerPort()+path+&quot;/&quot;;&lt;br /&gt;%&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;通过设置 表单的 target属性&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/528380319/chengbd/csdn.net/s.gif?r=http://blog.csdn.net/chengbd/archive/2011/01/26/6165411.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Wed, 26 Jan 2011 20:15:00 +0800</pubDate><author>成保栋</author><guid isPermaLink="false">http://blog.csdn.net/chengbd/archive/2011/01/26/6165411.aspx</guid><dc:creator>成保栋</dc:creator><fs:srclink>http://blog.csdn.net/chengbd/archive/2011/01/26/6165411.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengbd/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/chengbd/~1175825/528380319/1175807</fs:itemid></item><item><title>myeclipse 8下安装Ibator</title><link>http://blog.csdn.net/chengbd/archive/2010/11/13/6006507.aspx</link><description>&lt;br /&gt;1. Ibator安装目录&lt;br /&gt;&lt;br /&gt;D:\Develop\Java\Ibator ，将其中的site.xml 删掉&lt;br /&gt;&lt;br /&gt;2. 在 Genuitec\MyEclipse-8.6\dropins 目录中，建  Ibator.link 文件 ，内容如下：&lt;br /&gt;path=D:\\Develop\\Java\\Ibator&lt;br /&gt;&lt;br /&gt;3. 删除 Genuitec\MyEclipse-8.6\configuration 下的 org.eclipse.update 目录&lt;br /&gt;&lt;br /&gt;4. 启动 myeclipse&lt;img src=&quot;http://www1.feedsky.com/t1/528380320/chengbd/csdn.net/s.gif?r=http://blog.csdn.net/chengbd/archive/2010/11/13/6006507.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Sat, 13 Nov 2010 11:00:00 +0800</pubDate><author>成保栋</author><guid isPermaLink="false">http://blog.csdn.net/chengbd/archive/2010/11/13/6006507.aspx</guid><dc:creator>成保栋</dc:creator><fs:srclink>http://blog.csdn.net/chengbd/archive/2010/11/13/6006507.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengbd/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/chengbd/~1175825/528380320/1175807</fs:itemid></item><item><title>MyEclipse中部署工程报“Undefined exploded archive location”错误的解决方法</title><link>http://blog.csdn.net/chengbd/archive/2010/08/25/5836697.aspx</link><description>&lt;br /&gt;在MyEclipse 8.5 中部署工程时，报“Undefined exploded archive location”错误。&lt;br /&gt;&lt;br /&gt;解决办法是：&lt;br /&gt;右键点击工程名，在菜单中选择“Properties”，在MyEclipse节点下的Web节点中，将&quot;Web Context-root&quot;设置为“/项目名称”。&lt;br /&gt;&lt;br /&gt;重新部署，正常。&lt;img src=&quot;http://www1.feedsky.com/t1/528380321/chengbd/csdn.net/s.gif?r=http://blog.csdn.net/chengbd/archive/2010/08/25/5836697.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Wed, 25 Aug 2010 10:19:00 +0800</pubDate><author>成保栋</author><guid isPermaLink="false">http://blog.csdn.net/chengbd/archive/2010/08/25/5836697.aspx</guid><dc:creator>成保栋</dc:creator><fs:srclink>http://blog.csdn.net/chengbd/archive/2010/08/25/5836697.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengbd/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/chengbd/~1175825/528380321/1175807</fs:itemid></item><item><title>查看端口被哪个程序占用</title><link>http://blog.csdn.net/chengbd/archive/2009/05/05/4152020.aspx</link><description>查看端口被哪个程序占用</description><pubDate>Tue, 05 May 2009 16:21:00 +0800</pubDate><author>刘东</author><guid isPermaLink="false">http://blog.csdn.net/chengbd/archive/2009/05/05/4152020.aspx</guid><dc:creator>刘东</dc:creator><fs:srclink>http://blog.csdn.net/chengbd/archive/2009/05/05/4152020.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengbd/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/chengbd/~1175825/528380322/1175807</fs:itemid></item><item><title>连接到其他机子上的Oracle服务</title><link>http://blog.csdn.net/chengbd/archive/2009/04/16/4084426.aspx</link><description>用Oracle客户端安装中的“Enterprise Manager Console”Oracle企业管理器来连接其他机子上的oracle服务输入的信息有：主机IP：10.1.1.130端口：1521SID: ORCL得到的TNS描述符：(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.1.1.130)(PORT=1521)))(CONNECT_DATA=(SID=ORCL)(SERVER=DEDICATED)))</description><pubDate>Thu, 16 Apr 2009 15:40:00 +0800</pubDate><author>成保栋</author><guid isPermaLink="false">http://blog.csdn.net/chengbd/archive/2009/04/16/4084426.aspx</guid><dc:creator>成保栋</dc:creator><fs:srclink>http://blog.csdn.net/chengbd/archive/2009/04/16/4084426.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengbd/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/chengbd/~1175825/528380323/1175807</fs:itemid></item><item><title>Eclipse快捷键</title><link>http://blog.csdn.net/chengbd/archive/2009/03/13/3988201.aspx</link><description>Content Assist:    Alt+/   代码辅助完成Quick Hierarchy： Ctrl+T  查看接口和实现类之间的关系</description><pubDate>Fri, 13 Mar 2009 17:14:00 +0800</pubDate><author>刘东</author><guid isPermaLink="false">http://blog.csdn.net/chengbd/archive/2009/03/13/3988201.aspx</guid><dc:creator>刘东</dc:creator><fs:srclink>http://blog.csdn.net/chengbd/archive/2009/03/13/3988201.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengbd/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/chengbd/~1175825/528380324/1175807</fs:itemid></item><item><title>jQuery Ajax Post提交时候分号带来的问题</title><link>http://blog.csdn.net/chengbd/archive/2009/02/19/3910791.aspx</link><description>jQuery Ajax Post提交时候分号带来的问题</description><pubDate>Thu, 19 Feb 2009 16:28:00 +0800</pubDate><author>刘东</author><guid isPermaLink="false">http://blog.csdn.net/chengbd/archive/2009/02/19/3910791.aspx</guid><dc:creator>刘东</dc:creator><fs:srclink>http://blog.csdn.net/chengbd/archive/2009/02/19/3910791.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/chengbd/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/chengbd/~1175825/528380325/1175807</fs:itemid></item></channel></rss>
