﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>博客园-博学,审问,慎思,明辨,笃行-最新评论</title><link>http://www.cnblogs.com/wtiancai/CommentsRSS.aspx</link><description>The World Of wtiancai</description><language>zh-cn</language><pubDate>Tue, 08 May 2007 01:28:01 GMT</pubDate><lastBuildDate>Tue, 08 May 2007 01:28:01 GMT</lastBuildDate><generator>cnblogs</generator><item><title>Re:自定义控件</title><link>http://www.cnblogs.com/wtiancai/archive/2009/09/04/208517.html#1636074</link><dc:creator>江边菜鸟</dc:creator><author>江边菜鸟</author><pubDate>Fri, 04 Sep 2009 06:55:12 GMT</pubDate><guid>http://www.cnblogs.com/wtiancai/archive/2009/09/04/208517.html#1636074</guid><description><![CDATA[学习了...<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/wtiancai/" target="_blank">江边菜鸟</a> 2009-09-04 14:55 <a href="http://www.cnblogs.com/wtiancai/archive/2009/09/04/208517.html#1636074#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: visual studio.net已检测到指定的web服务器运行的不是asp.net1.1版。无法运行asp.net web应用程序</title><link>http://www.cnblogs.com/wtiancai/archive/2008/09/11/110288.html#1314623</link><dc:creator>万剑锋</dc:creator><author>万剑锋</author><pubDate>Thu, 11 Sep 2008 03:23:53 GMT</pubDate><guid>http://www.cnblogs.com/wtiancai/archive/2008/09/11/110288.html#1314623</guid><description><![CDATA[好了，谢谢<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/wtiancai/" target="_blank">万剑锋</a> 2008-09-11 11:23 <a href="http://www.cnblogs.com/wtiancai/archive/2008/09/11/110288.html#1314623#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Java处理中文话问题详解</title><link>http://www.cnblogs.com/wtiancai/archive/2008/05/30/251600.html#1213964</link><dc:creator>黄演胜</dc:creator><author>黄演胜</author><pubDate>Fri, 30 May 2008 09:10:33 GMT</pubDate><guid>http://www.cnblogs.com/wtiancai/archive/2008/05/30/251600.html#1213964</guid><description><![CDATA[Set response Encoding and Locale, put encoding option in OutputStreamWriter. Then, Chinese file could be created without any problem. <br><br>I develop the code to use with Zipouputstream originally. Putting the Chinese content into zip file with the use of ByteArrayStream would also create the problem. The way to solve this is to use FileInputStream instead. <br><br><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/wtiancai/" target="_blank">黄演胜</a> 2008-05-30 17:10 <a href="http://www.cnblogs.com/wtiancai/archive/2008/05/30/251600.html#1213964#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Java处理中文话问题详解</title><link>http://www.cnblogs.com/wtiancai/archive/2008/05/28/251600.html#1211468</link><dc:creator>黄演胜</dc:creator><author>黄演胜</author><pubDate>Wed, 28 May 2008 03:31:35 GMT</pubDate><guid>http://www.cnblogs.com/wtiancai/archive/2008/05/28/251600.html#1211468</guid><description><![CDATA[我在预设成中文big5的英文Windows 2003 Server之下编写了个java 及jsp,內容相同.<br><br>String chi_name =&quot;中文&quot;;<br>String filename=&quot;D:\\Temp\\test.txt&quot;;<br>FileOutputStream fos = new FileOutputStream(filename);<br>Writer wr = new OutputStreamWriter(fos);<br>wr.write(chi_name);<br>wr.close();<br>fos.close();<br><br>java 能夠成功建立中文档,但jsp的档案变成乱码,不管JSP的HTML內码是Big-5或UTF-8,這是甚么原因?有甚么解決方法嗎?<br><br><br><br><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/wtiancai/" target="_blank">黄演胜</a> 2008-05-28 11:31 <a href="http://www.cnblogs.com/wtiancai/archive/2008/05/28/251600.html#1211468#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: visual studio.net已检测到指定的web服务器运行的不是asp.net1.1版。无法运行asp.net web应用程序</title><link>http://www.cnblogs.com/wtiancai/archive/2008/03/06/110288.html#1093888</link><dc:creator>lzyhyw</dc:creator><author>lzyhyw</author><pubDate>Thu, 06 Mar 2008 09:45:00 GMT</pubDate><guid>http://www.cnblogs.com/wtiancai/archive/2008/03/06/110288.html#1093888</guid><description><![CDATA[太谢谢了,OK.太激动,太感动.<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/wtiancai/" target="_blank">lzyhyw</a> 2008-03-06 17:45 <a href="http://www.cnblogs.com/wtiancai/archive/2008/03/06/110288.html#1093888#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: visual studio.net已检测到指定的web服务器运行的不是asp.net1.1版。无法运行asp.net web应用程序</title><link>http://www.cnblogs.com/wtiancai/archive/2008/03/06/110288.html#1093244</link><dc:creator>zlj113</dc:creator><author>zlj113</author><pubDate>Thu, 06 Mar 2008 03:18:00 GMT</pubDate><guid>http://www.cnblogs.com/wtiancai/archive/2008/03/06/110288.html#1093244</guid><description><![CDATA[试了上面的各种办法，都不行，<br>后来才想起我的IE是加了代理的。所以就出问题了，把代理服务器下面的那个<br>对于本地地址不使用代理服务器 选项选上就行了。<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/wtiancai/" target="_blank">zlj113</a> 2008-03-06 11:18 <a href="http://www.cnblogs.com/wtiancai/archive/2008/03/06/110288.html#1093244#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: visual studio.net已检测到指定的web服务器运行的不是asp.net1.1版。无法运行asp.net web应用程序</title><link>http://www.cnblogs.com/wtiancai/archive/2008/02/23/110288.html#1079009</link><dc:creator>b</dc:creator><author>b</author><pubDate>Sat, 23 Feb 2008 13:02:00 GMT</pubDate><guid>http://www.cnblogs.com/wtiancai/archive/2008/02/23/110288.html#1079009</guid><description><![CDATA[感谢楼主，终于稿定了！<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/wtiancai/" target="_blank">b</a> 2008-02-23 21:02 <a href="http://www.cnblogs.com/wtiancai/archive/2008/02/23/110288.html#1079009#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: Oracle: 删除当前用户的所有对象(表、视图、触发器、存储过程、函数) </title><link>http://www.cnblogs.com/wtiancai/archive/2008/01/28/290560.html#1056515</link><dc:creator>路过</dc:creator><author>路过</author><pubDate>Mon, 28 Jan 2008 09:54:00 GMT</pubDate><guid>http://www.cnblogs.com/wtiancai/archive/2008/01/28/290560.html#1056515</guid><description><![CDATA[@PC<br><br>遇到有主外键的时候，可以这么处理，<br><br>FOR i IN Tab_name.FIRST.. Tab_name.LAST LOOP<br><br>begin<br><br>sql_str := 'DROP ' || Tab_type(i) || ' ' || Tab_name(i);<br>EXECUTE IMMEDIATE sql_str;<br><br>exception<br>when other then<br>dbms_output.put_line('');<br>end;<br><br>END LOOP;<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/wtiancai/" target="_blank">路过</a> 2008-01-28 17:54 <a href="http://www.cnblogs.com/wtiancai/archive/2008/01/28/290560.html#1056515#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 打开项目时提示如下错误:Visual Studio .NET 无法创建应用程序 。问题很可能是因为本地 Web 服务器上没有安装所需的组件 </title><link>http://www.cnblogs.com/wtiancai/archive/2008/01/15/98037.html#1039669</link><dc:creator>留恋星空</dc:creator><author>留恋星空</author><pubDate>Tue, 15 Jan 2008 05:29:00 GMT</pubDate><guid>http://www.cnblogs.com/wtiancai/archive/2008/01/15/98037.html#1039669</guid><description><![CDATA[我的是打开项目时， 弹出错误对话框 "http/1.1 500 Server Error" 。<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/wtiancai/" target="_blank">留恋星空</a> 2008-01-15 13:29 <a href="http://www.cnblogs.com/wtiancai/archive/2008/01/15/98037.html#1039669#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: visual studio.net已检测到指定的web服务器运行的不是asp.net1.1版。无法运行asp.net web应用程序</title><link>http://www.cnblogs.com/wtiancai/archive/2008/01/14/110288.html#1038782</link><dc:creator>真是郁闷</dc:creator><author>真是郁闷</author><pubDate>Mon, 14 Jan 2008 13:01:00 GMT</pubDate><guid>http://www.cnblogs.com/wtiancai/archive/2008/01/14/110288.html#1038782</guid><description><![CDATA[我还没解决，555555555555555555555555555555555555555这个问题困扰了我很久，有知道的加我QQ帮哈忙657961072 感谢！！！！<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/wtiancai/" target="_blank">真是郁闷</a> 2008-01-14 21:01 <a href="http://www.cnblogs.com/wtiancai/archive/2008/01/14/110288.html#1038782#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: visual studio.net已检测到指定的web服务器运行的不是asp.net1.1版。无法运行asp.net web应用程序</title><link>http://www.cnblogs.com/wtiancai/archive/2007/12/30/110288.html#1021011</link><dc:creator>hamburger123</dc:creator><author>hamburger123</author><pubDate>Sun, 30 Dec 2007 08:21:00 GMT</pubDate><guid>http://www.cnblogs.com/wtiancai/archive/2007/12/30/110288.html#1021011</guid><description><![CDATA[太谢谢你了，俺想请你吃饭！<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/wtiancai/" target="_blank">hamburger123</a> 2007-12-30 16:21 <a href="http://www.cnblogs.com/wtiancai/archive/2007/12/30/110288.html#1021011#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: visual studio.net已检测到指定的web服务器运行的不是asp.net1.1版。无法运行asp.net web应用程序</title><link>http://www.cnblogs.com/wtiancai/archive/2007/12/24/110288.html#1012888</link><dc:creator>squarefang</dc:creator><author>squarefang</author><pubDate>Mon, 24 Dec 2007 08:37:00 GMT</pubDate><guid>http://www.cnblogs.com/wtiancai/archive/2007/12/24/110288.html#1012888</guid><description><![CDATA[  Thank you very much !<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/wtiancai/" target="_blank">squarefang</a> 2007-12-24 16:37 <a href="http://www.cnblogs.com/wtiancai/archive/2007/12/24/110288.html#1012888#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 简单的数据库连接</title><link>http://www.cnblogs.com/wtiancai/archive/2007/12/18/123945.html#1004616</link><dc:creator>zyzy</dc:creator><author>zyzy</author><pubDate>Tue, 18 Dec 2007 07:47:00 GMT</pubDate><guid>http://www.cnblogs.com/wtiancai/archive/2007/12/18/123945.html#1004616</guid><description><![CDATA[import java.sql.*; <br>public class test <br>{ <br>Connection conn = null; <br>Statement stmt = null; <br>ResultSet rs = null; <br>String driver =&quot;com.microsoft.jdbc.sqlserver.SQLServerDriver&quot;; <br>String url =&quot;jdbc:microsoft.sqlserver://127.0.0.1:1433;DatabaseName=zuoyetijiao&quot;; <br>String user =&quot;sa&quot;; <br>String pwd =&quot;&quot;; <br>String sql =&quot;select * from yhdl&quot;;<br>public void doTest() { <br>try{ <br>Class.forName(driver); <br>System.out.println(&quot;加载驱动成功！&quot;); <br>conn = DriverManager.getConnection(url,user,pwd); <br>System.out.println(&quot;连接数据库成功！&quot;); <br>stmt = conn.createStatement(); <br>rs = stmt.executeQuery(sql); <br>while(rs.next()) <br>{ <br>System.out.println(&quot;------记录-------&quot;); <br>System.out.println(&quot;用户名: &quot;+rs.getString(&quot;yhm&quot;)); <br>System.out.println(&quot;密 码: &quot;+rs.getString(&quot;mm&quot;)); <br>} <br>}catch(Exception e){ <br>e.printStackTrace(); <br>} <br>} <br><br>public static void main(String [] args) <br>{ <br>new test().doTest(); <br>} <br>}<br><br>运行结果：<br>加载驱动成功！<br>java.sql.SQLException: No suitable driver<br>	at java.sql.DriverManager.getConnection(DriverManager.java:532)<br>	at java.sql.DriverManager.getConnection(DriverManager.java:171)<br>	at test.doTest(test.java:19)<br>	at test.main(test.java:36)<br>为什么我的加了Class.forName这句仍然提示同样的错误啊？那位高手帮忙指点一下呗，多谢了！<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/wtiancai/" target="_blank">zyzy</a> 2007-12-18 15:47 <a href="http://www.cnblogs.com/wtiancai/archive/2007/12/18/123945.html#1004616#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: C 语言编程经典 100 例 </title><link>http://www.cnblogs.com/wtiancai/archive/2007/12/15/121032.html#995841</link><dc:creator>aas</dc:creator><author>aas</author><pubDate>Sat, 15 Dec 2007 03:21:00 GMT</pubDate><guid>http://www.cnblogs.com/wtiancai/archive/2007/12/15/121032.html#995841</guid><description><![CDATA[95<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/wtiancai/" target="_blank">aas</a> 2007-12-15 11:21 <a href="http://www.cnblogs.com/wtiancai/archive/2007/12/15/121032.html#995841#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: visual studio.net已检测到指定的web服务器运行的不是asp.net1.1版。无法运行asp.net web应用程序</title><link>http://www.cnblogs.com/wtiancai/archive/2007/12/12/110288.html#992809</link><dc:creator>dapeng</dc:creator><author>dapeng</author><pubDate>Wed, 12 Dec 2007 14:28:00 GMT</pubDate><guid>http://www.cnblogs.com/wtiancai/archive/2007/12/12/110288.html#992809</guid><description><![CDATA[请各位高手 和楼主 就上面 web服务器告&quot;http://1.1 500 server Error&quot; 的错误 救我啊  本人感激不尽 QQ:782437212<br><br><div align=right><a style="text-decoration:none;" href="http://www.cnblogs.com/wtiancai/" target="_blank">dapeng</a> 2007-12-12 22:28 <a href="http://www.cnblogs.com/wtiancai/archive/2007/12/12/110288.html#992809#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>
