<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_wdx2008</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/26678/rss</id><updated>2008-03-07T14:20:58Z</updated><author><name>wdx2008</name><uri>http://www.cnblogs.com/wdx2008/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wdx2008/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/26678/rss"/><entry><id>http://www.cnblogs.com/wdx2008/archive/2008/03/07/1095882.html</id><title type="text">sql语句字符串处理大全</title><summary type="text">select语句中只能使用sql函数对字段进行操作（链接sql server）， select 字段1 from 表1 where 字段1.IndexOf("云")=1; 这条语句不对的原因是indexof（）函数不是sql函数，改成sql对应的函数就可以了。 left（）是sql函数。 select 字段1 from 表1 where charindex（'云',字段1）=1; 字符串函数对二进...</summary><published>2008-03-07T14:21:00Z</published><updated>2008-03-07T14:21:00Z</updated><author><name>wdx2008</name><uri>http://www.cnblogs.com/wdx2008/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wdx2008/archive/2008/03/07/1095882.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wdx2008/archive/2008/03/07/1095882.html"/></entry><entry><id>http://www.cnblogs.com/wdx2008/archive/2008/02/26/1081453.html</id><title type="text">收集的ASP.NET中常用正则表达式</title><summary type="text">"^\d+$"　　//非负整数（正整数 + 0） "^[0-9]*[1-9][0-9]*$"　　//正整数 "^((-\d+)|(0+))$"　　//非正整数（负整数 + 0） "^-[0-9]*[1-9][0-9]*$"　　//负整数 "^-?\d+$"　　　　//整数 "^\d+(\.\d+)?$"　　//非负浮点数（正浮点数 + 0） "^(([0-9]+\.[0-9]*[1-9][0-9]...</summary><published>2008-02-25T17:24:00Z</published><updated>2008-02-25T17:24:00Z</updated><author><name>wdx2008</name><uri>http://www.cnblogs.com/wdx2008/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wdx2008/archive/2008/02/26/1081453.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wdx2008/archive/2008/02/26/1081453.html"/></entry><entry><id>http://www.cnblogs.com/wdx2008/archive/2008/02/10/1066761.html</id><title type="text">web.config详解</title><summary type="text">一、认识Web.config文件Web.config 文件是一个XML文本文件，它用来储存 ASP.NET Web 应用程序的配置信息（如最常用的设置ASP.NET Web 应用程序的身份验证方式），它可以出现在应用程序的每一个目录中。当你通过.NET新建一个Web应用程序后，默认情况下会在根目录自动创建一个默认的Web.config文件，包括默认的配置设置，所有的子目录都继承它的配置设置。如果你...</summary><published>2008-02-10T15:10:00Z</published><updated>2008-02-10T15:10:00Z</updated><author><name>wdx2008</name><uri>http://www.cnblogs.com/wdx2008/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wdx2008/archive/2008/02/10/1066761.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wdx2008/archive/2008/02/10/1066761.html"/></entry><entry><id>http://www.cnblogs.com/wdx2008/archive/2008/02/03/1063139.html</id><title type="text">教你合理设计数据表，将优化进行到底</title><summary type="text">字符varchar 可变字符 和存储的字符字节相等 列：abc123占用6个字节（表现为占用磁盘大小，下同）nvarchar 可变字符 是实际存储字节的两倍 例：abc123占用12个字节 该字符使用Unicode编码支持多国语言char固定字符 实际表现例：指定列的长度为10 将abc123填充进去后面将出现4个空格。整数 bigint占用8个字节 从-2^63  (-9223372036854...</summary><published>2008-02-02T18:19:00Z</published><updated>2008-02-02T18:19:00Z</updated><author><name>wdx2008</name><uri>http://www.cnblogs.com/wdx2008/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wdx2008/archive/2008/02/03/1063139.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wdx2008/archive/2008/02/03/1063139.html"/></entry><entry><id>http://www.cnblogs.com/wdx2008/archive/2008/01/23/1050134.html</id><title type="text">为你的mail server增加SPF记录</title><summary type="text">为你的mail server增加SPF记录chifeng的大作;p)----------------------什么是SPF就是Sender Policy Framework。SPF可以防止别人伪造你来发邮件，是一个反伪造性邮件的解决方案。当你定义了你的domain name的SPF记录之后，接收邮件方会根据你的SPF记录来确定连接过来的IP地址是否被包含在SPF记录里面，如果在，则认为是一封正确...</summary><published>2008-01-23T07:01:00Z</published><updated>2008-01-23T07:01:00Z</updated><author><name>wdx2008</name><uri>http://www.cnblogs.com/wdx2008/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wdx2008/archive/2008/01/23/1050134.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wdx2008/archive/2008/01/23/1050134.html"/></entry><entry><id>http://www.cnblogs.com/wdx2008/archive/2008/01/13/1037513.html</id><title type="text">马云在《赢在中国》对创业者的经典点评</title><summary type="text">1　这个世界不是因为你能做什么，而是你该做什么。　　2　创意是企业运营中一个很重要的一环，但它只是一环，不是所有，所以要把每项工作落实到实处。　　3　建立自我、追求忘我。　　4　做一份工作，做一份喜欢的工作就是很好的创业。　　5　不是你的公司在哪里，有时候你的心在哪里，你的眼光在哪里更为重要。　　6　不想当将军的士兵不是好士兵，但是一个当不好士兵的将军一定不是好将军。　　7　一个创业者最重要的，也...</summary><published>2008-01-13T15:54:00Z</published><updated>2008-01-13T15:54:00Z</updated><author><name>wdx2008</name><uri>http://www.cnblogs.com/wdx2008/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wdx2008/archive/2008/01/13/1037513.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wdx2008/archive/2008/01/13/1037513.html"/></entry><entry><id>http://www.cnblogs.com/wdx2008/archive/2007/12/26/1014906.html</id><title type="text">给不同文件夹设置主题并指定其编码</title><summary type="text">&amp;lt;locationpath="lilacadmin"&amp;gt;&amp;lt;system.web&amp;gt;&amp;lt;globalizationrequestEncoding="GB2312"responseEncoding="GB2312"/&amp;gt;&amp;lt;pagestheme="admin"&amp;gt;&amp;lt;/pages&amp;gt;&amp;lt;/system.web&amp;gt;&amp;lt;/location&amp;gt;给不...</summary><published>2007-12-25T21:42:00Z</published><updated>2007-12-25T21:42:00Z</updated><author><name>wdx2008</name><uri>http://www.cnblogs.com/wdx2008/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wdx2008/archive/2007/12/26/1014906.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wdx2008/archive/2007/12/26/1014906.html"/></entry><entry><id>http://www.cnblogs.com/wdx2008/archive/2007/12/26/1014900.html</id><title type="text">在线支付类封装</title><summary type="text">支付宝发送AlipayClass.MyAlipaypay=newAlipayClass.MyAlipay();Hashtableht=newHashtable();ht.Add("seller_email","wdx2011@163.com");ht.Add("billid","96578556656688");ht.Add("goodname","AilpayClass");ht.Add("pr...</summary><published>2007-12-25T21:01:00Z</published><updated>2007-12-25T21:01:00Z</updated><author><name>wdx2008</name><uri>http://www.cnblogs.com/wdx2008/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wdx2008/archive/2007/12/26/1014900.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wdx2008/archive/2007/12/26/1014900.html"/></entry><entry><id>http://www.cnblogs.com/wdx2008/archive/2007/12/19/1005196.html</id><title type="text">SET XACT_ABORT各种用法及显示结果</title><summary type="text">使用MSSQL事务回滚总结1.默认为SETXACT_ABORTOFF 即遇到错误时回滚（真是晕，这不叫回滚，遇到错误当然不能执行了）所以干脆说默认回滚不起作用。2.SETXACT_ABORTOFF  。。。 COMMITTRAN 这时才是所谓真正的事务，遇到任何错误事务回滚3.SETXACT_ABORTOFF  。。。 这时遇到错误时事务回滚，错误前的操作正常 另@@IDENTITY 系统产销==...</summary><published>2007-12-18T16:25:00Z</published><updated>2007-12-18T16:25:00Z</updated><author><name>wdx2008</name><uri>http://www.cnblogs.com/wdx2008/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wdx2008/archive/2007/12/19/1005196.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wdx2008/archive/2007/12/19/1005196.html"/></entry><entry><id>http://www.cnblogs.com/wdx2008/archive/2007/12/13/994275.html</id><title type="text">ASP.NET邮件外发</title><summary type="text">stringmyemail=TextBox1.Text;stringeuser=TextBox2.Text;stringpass=TextBox3.Text;stringemailTo=TextBox4.Text;stringtitle=TextBox5.Text;stringsemail=RadioButtonList1.SelectedValue.ToString();stringsmtp=T...</summary><published>2007-12-13T15:27:00Z</published><updated>2007-12-13T15:27:00Z</updated><author><name>wdx2008</name><uri>http://www.cnblogs.com/wdx2008/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wdx2008/archive/2007/12/13/994275.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wdx2008/archive/2007/12/13/994275.html"/></entry></feed>
