<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Color Weblog</title><subtitle type="text">学习任何东西都没有捷径的，汗水、态度、方法才是需要考虑的。</subtitle><id>http://feed.cnblogs.com/blog/u/313/rss</id><updated>2007-06-26T11:46:00Z</updated><author><name>popcode</name><uri>http://www.cnblogs.com/Color/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Color/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/313/rss"/><entry><id>http://www.cnblogs.com/Color/archive/2004/09/05/39997.html</id><title type="text">读取客户端收藏夹资料的问题</title><summary type="text">通过B/S结构,浏览客户端的收藏夹,并将里面的文件名和URL地址读出来由于客户端收藏夹的分级目录是不确定,所以要动态循环,这个怎么实现好呢?</summary><published>2004-09-05T13:02:00Z</published><updated>2004-09-05T13:02:00Z</updated><author><name>popcode</name><uri>http://www.cnblogs.com/Color/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Color/archive/2004/09/05/39997.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Color/archive/2004/09/05/39997.html"/><content type="text">通过B/S结构,浏览客户端的收藏夹,并将里面的文件名和URL地址读出来由于客户端收藏夹的分级目录是不确定,所以要动态循环,这个怎么实现好呢?</content></entry><entry><id>http://www.cnblogs.com/Color/archive/2004/07/30/28496.html</id><title type="text">十个哲理故事 一场精彩的人生课</title><summary type="text">１、陈阿土 陈阿土是台湾的农民，从来没有出过远门。攒了半辈子的钱，终于参加一个旅游团出了国。国外的一切都是非常新鲜的，关键是，陈阿土参加的是豪华团，一个人住一个标准间。这让他新奇不已。早晨，服务生来敲门送早餐时大声说道：“GOOD MORNING SIR！”陈阿土愣住了。这是什么意思呢？在自己的家乡，一般陌生的人见面都会问：“您贵姓？”于是陈阿土...</summary><published>2004-07-30T00:46:00Z</published><updated>2004-07-30T00:46:00Z</updated><author><name>popcode</name><uri>http://www.cnblogs.com/Color/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Color/archive/2004/07/30/28496.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Color/archive/2004/07/30/28496.html"/><content type="text">１、陈阿土 陈阿土是台湾的农民，从来没有出过远门。攒了半辈子的钱，终于参加一个旅游团出了国。国外的一切都是非常新鲜的，关键是，陈阿土参加的是豪华团，一个人住一个标准间。这让他新奇不已。早晨，服务生来敲门送早餐时大声说道：“GOOD MORNING SIR！”陈阿土愣住了。这是什么意思呢？在自己的家乡，一般陌生的人见面都会问：“您贵姓？”于是陈阿土...</content></entry><entry><id>http://www.cnblogs.com/Color/archive/2004/07/02/20430.html</id><title type="text">.net2.0 web site中的cs文件怎么编译为dll</title><summary type="text">初次使用Visual Web Developer 2005 Express Edition Beta,建一个web site体验一下,却不知怎么把web site中的cs文件怎么编译为dll,在以往的vs.net2002/2003中,创建一个web application,代码写完后,building,它就会自动编译一个dll文件.到2005中,却没有,不知是完整版有没有这个功能呢</summary><published>2004-07-02T03:37:00Z</published><updated>2004-07-02T03:37:00Z</updated><author><name>popcode</name><uri>http://www.cnblogs.com/Color/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Color/archive/2004/07/02/20430.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Color/archive/2004/07/02/20430.html"/><content type="text">初次使用Visual Web Developer 2005 Express Edition Beta,建一个web site体验一下,却不知怎么把web site中的cs文件怎么编译为dll,在以往的vs.net2002/2003中,创建一个web application,代码写完后,building,它就会自动编译一个dll文件.到2005中,却没有,不知是完整版有没有这个功能呢</content></entry><entry><id>http://www.cnblogs.com/Color/archive/2004/06/14/15587.html</id><title type="text">jsp与javascript</title><summary type="text">今天又看到有人把javascript说成jsp,这样的情况已经看过好几次了,真不解为何会这样的理解呢?自己理解错了还误导别人.下面是JSP与JavaScript JSP(JavaServer Pages)是由Sun Microsystems公司倡导、许多公司参与一起建立的一种动态网页技术标准。 在传统的网页HTML文件(*.htm,*.html)中加入Java程序片段(Scriptlet)和JSP...</summary><published>2004-06-14T06:46:00Z</published><updated>2004-06-14T06:46:00Z</updated><author><name>popcode</name><uri>http://www.cnblogs.com/Color/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Color/archive/2004/06/14/15587.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Color/archive/2004/06/14/15587.html"/><content type="text">今天又看到有人把javascript说成jsp,这样的情况已经看过好几次了,真不解为何会这样的理解呢?自己理解错了还误导别人.下面是JSP与JavaScript JSP(JavaServer Pages)是由Sun Microsystems公司倡导、许多公司参与一起建立的一种动态网页技术标准。 在传统的网页HTML文件(*.htm,*.html)中加入Java程序片段(Scriptlet)和JSP...</content></entry><entry><id>http://www.cnblogs.com/Color/archive/2004/05/04/8320.html</id><title type="text">delphi中的DBGrid无法刷新数据</title><summary type="text">初学delphi，通过DBGrid显示数据表的记录，不知为何每次打开子窗体数据不会刷新？而要关闭整个程序再重新打开才能看到新数据代码如下：procedure Tprodgrid.FormCreate(Sender: TObject);begin ADOQuery1.Active := false; ADOQuery1.Close; ADOQuery1.SQL.Text := 'select * f...</summary><published>2004-05-04T15:06:00Z</published><updated>2004-05-04T15:06:00Z</updated><author><name>popcode</name><uri>http://www.cnblogs.com/Color/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Color/archive/2004/05/04/8320.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Color/archive/2004/05/04/8320.html"/><content type="text">初学delphi，通过DBGrid显示数据表的记录，不知为何每次打开子窗体数据不会刷新？而要关闭整个程序再重新打开才能看到新数据代码如下：procedure Tprodgrid.FormCreate(Sender: TObject);begin ADOQuery1.Active := false; ADOQuery1.Close; ADOQuery1.SQL.Text := 'select * f...</content></entry><entry><id>http://www.cnblogs.com/Color/archive/2004/04/19/6492.html</id><title type="text">Crystal Report的奇怪问题</title><summary type="text">最近在做报表，需要用到Crystal Report来做，在VS.net中做了一个小测试，在页面加入一个Crystal Report控件，指定一个rpt路径，在Design中能可以正常加载，可是当View in Browser，却出现了如下错误：说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。 编译器错误信息: CS1026: 应输入 )行 14...</summary><published>2004-04-19T01:26:00Z</published><updated>2004-04-19T01:26:00Z</updated><author><name>popcode</name><uri>http://www.cnblogs.com/Color/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Color/archive/2004/04/19/6492.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Color/archive/2004/04/19/6492.html"/><content type="text">最近在做报表，需要用到Crystal Report来做，在VS.net中做了一个小测试，在页面加入一个Crystal Report控件，指定一个rpt路径，在Design中能可以正常加载，可是当View in Browser，却出现了如下错误：说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。 编译器错误信息: CS1026: 应输入 )行 14...</content></entry><entry><id>http://www.cnblogs.com/Color/archive/2004/03/30/4709.html</id><title type="text">ms的题目,无聊不妨看看</title><summary type="text">想成为计算机软件工程师吗？下面是微软公司录取员工的试题！(做出来再检查身体，过关后，参加培训，你就可以当程序员了，当然首先你必须是学计算机的) 1、 一个小猴子边上有100根香蕉，它要走过50米才能到家，每次它最多搬50根香蕉，（多了就被压死了），它每走1米就要吃掉一根，请问它最多能把多少根香蕉搬到家里。 提示：他可以把香蕉放下往返的走，但是必须保证它每走一米都能有香蕉吃。 也可以走到n米时，放下...</summary><published>2004-03-30T15:38:00Z</published><updated>2004-03-30T15:38:00Z</updated><author><name>popcode</name><uri>http://www.cnblogs.com/Color/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Color/archive/2004/03/30/4709.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Color/archive/2004/03/30/4709.html"/><content type="text">想成为计算机软件工程师吗？下面是微软公司录取员工的试题！(做出来再检查身体，过关后，参加培训，你就可以当程序员了，当然首先你必须是学计算机的) 1、 一个小猴子边上有100根香蕉，它要走过50米才能到家，每次它最多搬50根香蕉，（多了就被压死了），它每走1米就要吃掉一根，请问它最多能把多少根香蕉搬到家里。 提示：他可以把香蕉放下往返的走，但是必须保证它每走一米都能有香蕉吃。 也可以走到n米时，放下...</content></entry><entry><id>http://www.cnblogs.com/Color/archive/2004/03/26/4305.html</id><title type="text">查询datatime类型</title><summary type="text">在sql中,datatime类型的字段，如果我们输入yyyy-mm-dd格式的日期,会自动在后面生成加入hh:mm:ss,当在查询的时候,如果用select * table from timefield = 'yyyy-mm-dd'查无结果.请问有什么办法可以解决这个问题,当用户输入yyyy-mm-dd形式查询的时候,能查询出yyyy-mm-dd的记录,而忽略后面的hh:mm:ss</summary><published>2004-03-26T13:06:00Z</published><updated>2004-03-26T13:06:00Z</updated><author><name>popcode</name><uri>http://www.cnblogs.com/Color/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Color/archive/2004/03/26/4305.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Color/archive/2004/03/26/4305.html"/><content type="text">在sql中,datatime类型的字段，如果我们输入yyyy-mm-dd格式的日期,会自动在后面生成加入hh:mm:ss,当在查询的时候,如果用select * table from timefield = 'yyyy-mm-dd'查无结果.请问有什么办法可以解决这个问题,当用户输入yyyy-mm-dd形式查询的时候,能查询出yyyy-mm-dd的记录,而忽略后面的hh:mm:ss</content></entry><entry><id>http://www.cnblogs.com/Color/archive/2004/03/21/3832.html</id><title type="text">由传奇木马引起的遐想</title><summary type="text">前几天，朋友打个电话过来，说他的机器中了传奇木马,传奇的ID被盗了,叫我找个时间过去帮他清除掉。记得有的木马用杀毒软件查不出来，只有看启动项才看得出来。后来有一想法，如果锁定注册表，是否还会中招呢？一直没去测试，而且对于这个东西不太了解，不知各位朋友有没有对这个木马有研究的，以前看过一篇木马程序的分析，http://www.aspcool.com/lanmu/browse1.asp?ID=966&amp;...</summary><published>2004-03-21T15:41:00Z</published><updated>2004-03-21T15:41:00Z</updated><author><name>popcode</name><uri>http://www.cnblogs.com/Color/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Color/archive/2004/03/21/3832.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Color/archive/2004/03/21/3832.html"/><content type="text">前几天，朋友打个电话过来，说他的机器中了传奇木马,传奇的ID被盗了,叫我找个时间过去帮他清除掉。记得有的木马用杀毒软件查不出来，只有看启动项才看得出来。后来有一想法，如果锁定注册表，是否还会中招呢？一直没去测试，而且对于这个东西不太了解，不知各位朋友有没有对这个木马有研究的，以前看过一篇木马程序的分析，http://www.aspcool.com/lanmu/browse1.asp?ID=966&amp;...</content></entry><entry><id>http://www.cnblogs.com/Color/archive/2004/03/17/3450.html</id><title type="text">com组件的调用</title><summary type="text"/><published>2004-03-17T06:30:00Z</published><updated>2004-03-17T06:30:00Z</updated><author><name>popcode</name><uri>http://www.cnblogs.com/Color/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Color/archive/2004/03/17/3450.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Color/archive/2004/03/17/3450.html"/><content type="text"/></entry></feed>
