<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_不惊了's blog</title><subtitle type="text">记住我生活和工作中留下的每一个脚印……</subtitle><id>http://feed.cnblogs.com/blog/u/16660/rss</id><updated>2008-10-13T13:14:53Z</updated><author><name>不惊了</name><uri>http://www.cnblogs.com/ftingchn/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ftingchn/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/16660/rss"/><entry><id>http://www.cnblogs.com/ftingchn/archive/2008/10/13/1310336.html</id><title type="text">ASP.NET控件的下拉列表属性出错</title><summary type="text">最近在学习写控件，从最简单的日期选择器开始。共有如下几个属性：Minyear:最小年份Maxyear:最大年份Theme:样式代码如下：[代码]不设置属性的时候，也就是默认属性的时候正常:&amp;lt;Fting:calendar ID="Calendar1" runat="server"&amp;gt;&amp;lt;/Fting:calendar&amp;gt;可是选择属性后&amp;lt;Fting:calendar ID="C...</summary><published>2008-10-13T13:07:00Z</published><updated>2008-10-13T13:07:00Z</updated><author><name>不惊了</name><uri>http://www.cnblogs.com/ftingchn/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ftingchn/archive/2008/10/13/1310336.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ftingchn/archive/2008/10/13/1310336.html"/></entry><entry><id>http://www.cnblogs.com/ftingchn/archive/2007/12/17/1003620.html</id><title type="text">获取某文件夹下的目录</title><summary type="text">DirectoryInfodirinfo=newDirectoryInfo(Server.MapPath("upload"));FileSystemInfo[]dirs=dirinfo.GetFileSystemInfos();if(dirs.Length&amp;gt;1){DropDownList1.DataSource=dirs;DropDownList1.DataBind();}</summary><published>2007-12-17T12:55:00Z</published><updated>2007-12-17T12:55:00Z</updated><author><name>不惊了</name><uri>http://www.cnblogs.com/ftingchn/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ftingchn/archive/2007/12/17/1003620.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ftingchn/archive/2007/12/17/1003620.html"/></entry><entry><id>http://www.cnblogs.com/ftingchn/archive/2007/12/10/989323.html</id><title type="text">下雪了，虽然冷，但感觉不错</title><summary type="text">早上起来，还听同学说是下雨了，拿着伞一出门才知道是下雪了，虽然有点冷，但我还是喜欢下雪。感觉很舒服。今天早上快到九点，天儿才亮起来。期待一场大雪到来，HOHO~~</summary><published>2007-12-10T05:22:00Z</published><updated>2007-12-10T05:22:00Z</updated><author><name>不惊了</name><uri>http://www.cnblogs.com/ftingchn/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ftingchn/archive/2007/12/10/989323.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ftingchn/archive/2007/12/10/989323.html"/></entry><entry><id>http://www.cnblogs.com/ftingchn/archive/2007/12/06/985281.html</id><title type="text">给图片加图片水印 (采用ASPJPEG组件)</title><summary type="text">&amp;lt;%'--------------------------------------------------'功能:给图片加图片水印(采用ASPJPEG组件)'作者：不惊了by2007.12.5'参数:img：原图路径logo：水印路径'说明:加水印后的图覆盖原图'调用：CallCreate_Watermark("images/01.jpg","images/logo.gif")'------...</summary><published>2007-12-06T06:31:00Z</published><updated>2007-12-06T06:31:00Z</updated><author><name>不惊了</name><uri>http://www.cnblogs.com/ftingchn/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ftingchn/archive/2007/12/06/985281.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ftingchn/archive/2007/12/06/985281.html"/></entry><entry><id>http://www.cnblogs.com/ftingchn/archive/2007/06/28/799140.html</id><title type="text">嘿嘿，中午给ewebeditor加了一个插入运行代码按钮</title><summary type="text">1.在数据库中添加一条按钮的相关配置 数据库的字段和其它的一样就行: B_Code:按钮的代码，随便取B_Title:鼠标滑过提示 B_Image:按钮的图标，放在ButtonImage\standard文件夹下 B_Event:insert('nextpage')//这个地方的nextpage和Editor.js中的case "nextpage"对应 B_Class:Btn，跟其它的一样就行 B...</summary><published>2007-06-28T08:46:00Z</published><updated>2007-06-28T08:46:00Z</updated><author><name>不惊了</name><uri>http://www.cnblogs.com/ftingchn/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ftingchn/archive/2007/06/28/799140.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ftingchn/archive/2007/06/28/799140.html"/></entry><entry><id>http://www.cnblogs.com/ftingchn/archive/2007/06/09/777298.html</id><title type="text">真正的简转繁</title><summary type="text">usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Collections;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls...</summary><published>2007-06-09T02:18:00Z</published><updated>2007-06-09T02:18:00Z</updated><author><name>不惊了</name><uri>http://www.cnblogs.com/ftingchn/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ftingchn/archive/2007/06/09/777298.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ftingchn/archive/2007/06/09/777298.html"/></entry><entry><id>http://www.cnblogs.com/ftingchn/archive/2007/05/06/736920.html</id><title type="text">DropDownList绑定数据源后,如何设置选中项</title><summary type="text">DropDownList在绑定数据源控件后,该如何设置选中项呢我按以下方法未能实现,我的代码如下:&amp;lt;asp:DropDownListID="DropDownList1"runat="server"AutoPostBack="True"DataSourceID="SqlDataSource1"DataTextField="subject"DataValueField="id"OnSelecte...</summary><published>2007-05-06T02:38:00Z</published><updated>2007-05-06T02:38:00Z</updated><author><name>不惊了</name><uri>http://www.cnblogs.com/ftingchn/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ftingchn/archive/2007/05/06/736920.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ftingchn/archive/2007/05/06/736920.html"/></entry><entry><id>http://www.cnblogs.com/ftingchn/archive/2007/05/05/736364.html</id><title type="text">五一小3ie随拍</title><summary type="text">景德镇的"出师表"人民大会堂</summary><published>2007-05-05T08:02:00Z</published><updated>2007-05-05T08:02:00Z</updated><author><name>不惊了</name><uri>http://www.cnblogs.com/ftingchn/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ftingchn/archive/2007/05/05/736364.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ftingchn/archive/2007/05/05/736364.html"/></entry><entry><id>http://www.cnblogs.com/ftingchn/archive/2007/01/24/628801.html</id><title type="text">"回发或回调参数无效"的错误,何解</title><summary type="text">初学.NET2.0,在做例子的时候,处理提交新评论的时候报"回发或回调参数无效",经过调式我发现是侧边栏的原因这个侧边栏就是什么最新文章,最新评论啊什么的,我全部放在自定义控件里的,然后在控件里将数据绑定到Repeater上,但在内容页提交评论时会报"回发或回调参数无效"的错误,何解在网上搜索过,但都说是下拉列表和AJAX的问题,但我现在的情况不在这两种之内寻找原因中...</summary><published>2007-01-24T03:05:00Z</published><updated>2007-01-24T03:05:00Z</updated><author><name>不惊了</name><uri>http://www.cnblogs.com/ftingchn/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ftingchn/archive/2007/01/24/628801.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ftingchn/archive/2007/01/24/628801.html"/></entry><entry><id>http://www.cnblogs.com/ftingchn/archive/2006/04/10/371212.html</id><title type="text">如何让FLASH不遮住层</title><summary type="text">今天做一网站，上面的FLASH老是遮住下拉菜单的层，无奈之下百度了一下，在有风的日子里找到了解决方法：DW中，插入Flash动画，然后在其属性面板中，点parameters，添加参数wmode，值为transparent；或者直接修改网页的代码，在定义SWF文件属性的代码中添加：&amp;lt;param name="wmode" value="transparent"&amp;gt;不过这种效果只有IE支持。制...</summary><published>2006-04-10T04:56:00Z</published><updated>2006-04-10T04:56:00Z</updated><author><name>不惊了</name><uri>http://www.cnblogs.com/ftingchn/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ftingchn/archive/2006/04/10/371212.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ftingchn/archive/2006/04/10/371212.html"/></entry></feed>
