<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_luca623</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/20565/rss</id><updated>2009-05-11T07:23:29Z</updated><author><name>思然</name><uri>http://www.cnblogs.com/luca623/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luca623/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/20565/rss"/><entry><id>http://www.cnblogs.com/luca623/archive/2009/05/11/1454160.html</id><title type="text">邮件带图片附件</title><summary type="text">var m = new MailMessage(); m.From = new MailAddress("xx"); m.To.Add(new MailAddress("xx")); m.Attachments.Add(new Attachment(@"E:\Downloads\2.jpg")); m.Attachments[0].ContentId = "MyPic"; m.Attachment...</summary><published>2009-05-11T06:41:00Z</published><updated>2009-05-11T06:41:00Z</updated><author><name>思然</name><uri>http://www.cnblogs.com/luca623/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luca623/archive/2009/05/11/1454160.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luca623/archive/2009/05/11/1454160.html"/></entry><entry><id>http://www.cnblogs.com/luca623/archive/2009/03/23/1419523.html</id><title type="text">XML查找节点</title><summary type="text">XmlDocument source = new XmlDocument();个人用的最多就是这个方法source.SelectSingleNode(&amp;ldquo;//IPAddres&amp;rdquo;);但需要注意的是如果XML有命名空间的话 是读取不到的&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;ProjectsConfig xmlns="htt...</summary><published>2009-03-23T03:07:00Z</published><updated>2009-03-23T03:07:00Z</updated><author><name>思然</name><uri>http://www.cnblogs.com/luca623/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luca623/archive/2009/03/23/1419523.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luca623/archive/2009/03/23/1419523.html"/></entry><entry><id>http://www.cnblogs.com/luca623/archive/2009/03/18/1415133.html</id><title type="text">动态生成rdlc 报表(原创)</title><summary type="text">因为公司需求 研究微软的Reportviewer 因为有许多特别要求所以动态调用 比较灵活我的需求是 根据数据不同的合并表头 （参考了随心所欲的博客文档 再次表示感谢)[代码][代码][代码]技巧 可以先在报表里自己设计好需要的格式 用XmlDocumentsourceDoc=newXmlDocument();stringpath=AppDomain.CurrentDomain.BaseDirec...</summary><published>2009-03-18T02:19:00Z</published><updated>2009-03-18T02:19:00Z</updated><author><name>思然</name><uri>http://www.cnblogs.com/luca623/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luca623/archive/2009/03/18/1415133.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luca623/archive/2009/03/18/1415133.html"/></entry><entry><id>http://www.cnblogs.com/luca623/archive/2008/11/19/1336723.html</id><title type="text">图片处理</title><summary type="text">Image img = Image.FromFile(@"D:\video\zz\Images\1.jpg"); Bitmap bit = new Bitmap(300,300); Graphics g = Graphics.FromImage(bit); g.DrawImage(img, 0, 0, 300, 300); bit.Save(@"D:\video\zz\Images\1ss.jpg...</summary><published>2008-11-19T07:31:00Z</published><updated>2008-11-19T07:31:00Z</updated><author><name>思然</name><uri>http://www.cnblogs.com/luca623/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luca623/archive/2008/11/19/1336723.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luca623/archive/2008/11/19/1336723.html"/></entry><entry><id>http://www.cnblogs.com/luca623/archive/2008/09/11/1289005.html</id><title type="text">数据绑定及其他</title><summary type="text">绑定数据时用html的图片控件不支持虚拟路径用ResolveUrl方法Eval绑定数据支持格式化数据&amp;lt;img id="img1" src="&amp;lt;%#ResolveUrl(Eval("Name","~/UpLoadImages/{0}")) %&amp;gt;" style="width:200px;height:200px" /&amp;gt;如果是Eval数据并且调用客户端方法,应为单引双引符号过多，...</summary><published>2008-09-11T04:09:00Z</published><updated>2008-09-11T04:09:00Z</updated><author><name>思然</name><uri>http://www.cnblogs.com/luca623/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luca623/archive/2008/09/11/1289005.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luca623/archive/2008/09/11/1289005.html"/></entry><entry><id>http://www.cnblogs.com/luca623/archive/2008/09/11/1288988.html</id><title type="text">图片上传及网络相册功能</title><summary type="text">支持图片批量上传修改删除用ajax技术[代码][代码]</summary><published>2008-09-11T03:51:00Z</published><updated>2008-09-11T03:51:00Z</updated><author><name>思然</name><uri>http://www.cnblogs.com/luca623/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luca623/archive/2008/09/11/1288988.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luca623/archive/2008/09/11/1288988.html"/></entry><entry><id>http://www.cnblogs.com/luca623/archive/2008/07/17/1245279.html</id><title type="text">SQL Server 2005 Express 使用心得</title><summary type="text">SQl Server 2005ExPress 分服务器端数据库和本地数据库，建立本地数据库只需在Visual 2005中添加DataBase webcofig 配置如下&amp;lt;connectionStrings&amp;gt; &amp;lt;add name="luca" connectionString="server=.\SQLExpress;AttachDbFilename=|DataDirectory|...</summary><published>2008-07-17T08:12:00Z</published><updated>2008-07-17T08:12:00Z</updated><author><name>思然</name><uri>http://www.cnblogs.com/luca623/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luca623/archive/2008/07/17/1245279.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luca623/archive/2008/07/17/1245279.html"/></entry><entry><id>http://www.cnblogs.com/luca623/archive/2008/07/15/1243151.html</id><title type="text">附加进程调试和存储过程调试</title><summary type="text">如果当你的项目过大时，选择普通的调试速度会很慢，我们就可以尝试附加到进程的调试 ，首先还是像平时一样选择好断点，然后直接运行浏览需要测试的页面如果，然后在vs2005里面选择工具附加到进程 操作系统 宿主进程 ASP.NET 进程名称 Windows Server 2003 IIS 6.0 w3wp.exe Windows XP IIS 5.1 aspnet_wp.exe Windows 2000...</summary><published>2008-07-15T02:00:00Z</published><updated>2008-07-15T02:00:00Z</updated><author><name>思然</name><uri>http://www.cnblogs.com/luca623/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luca623/archive/2008/07/15/1243151.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luca623/archive/2008/07/15/1243151.html"/></entry><entry><id>http://www.cnblogs.com/luca623/archive/2008/07/08/1237933.html</id><title type="text">(转)DIV CSS布局教程：应用ul、li实现表格形式</title><summary type="text">我们首先分析一下如何制作：li是固定的宽度与高度（单元格），设置li在ul中浮动，当ul不够宽的时候，li就会自动另起一行排列（一行有多少列通过计算即可得到ul的宽度，如一行四列，一列宽100px，那ul宽就是400px加上一定的边距）。这样就实现了类似于表格的效果，或者说我们用UL+LI模拟了表格的效果。我们开始HTML代码的编写：Example Source Code [www.52css.c...</summary><published>2008-07-08T01:34:00Z</published><updated>2008-07-08T01:34:00Z</updated><author><name>思然</name><uri>http://www.cnblogs.com/luca623/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luca623/archive/2008/07/08/1237933.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luca623/archive/2008/07/08/1237933.html"/></entry><entry><id>http://www.cnblogs.com/luca623/archive/2008/07/01/1233045.html</id><title type="text">用户控件的使用经验</title><summary type="text">用户控件的一些注意的地方 用户控件最好放在一个文件夹中便于管理而且如果在Web.Config中全局注册某用户控件的话，是不允许和使用的页面在同一目录下用户控件最好具有一定的扩展性和重载性所以一般我们需要为某用户控件赋于一些属性或者事件下面是一个简单的例子public partial class TabStrip : System.Web.UI.UserControl{ public event E...</summary><published>2008-07-01T03:54:00Z</published><updated>2008-07-01T03:54:00Z</updated><author><name>思然</name><uri>http://www.cnblogs.com/luca623/</uri></author><link rel="alternate" href="http://www.cnblogs.com/luca623/archive/2008/07/01/1233045.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/luca623/archive/2008/07/01/1233045.html"/></entry></feed>
