随笔 - 28  文章 - 14 评论 - 8 trackbacks - 3
<2007年12月>
2526272829301
2345678
9101112131415
16171819202122
23242526272829
303112345

昵称:wdx2008
园龄:4年9个月
粉丝:0
关注:0

搜索

 
 

常用链接

随笔分类

随笔档案

最新评论

阅读排行榜

评论排行榜

推荐排行榜

12 2007 档案
给不同文件夹设置主题并指定其编码
摘要: <locationpath="lilacadmin"><system.web><globalizationrequestEncoding="GB2312"responseEncoding="GB2312"/><pagestheme="admin"></pages></system.web></location>给不...阅读全文
posted @ 2007-12-26 05:42 wdx2008 阅读(60) | 评论 (0) 编辑
在线支付类封装
摘要: 支付宝发送AlipayClass.MyAlipaypay=newAlipayClass.MyAlipay();Hashtableht=newHashtable();ht.Add("seller_email","wdx2011@163.com");ht.Add("billid","96578556656688");ht.Add("goodname","AilpayClass");ht.Add("pr...阅读全文
posted @ 2007-12-26 05:01 wdx2008 阅读(213) | 评论 (1) 编辑
SET XACT_ABORT各种用法及显示结果
摘要: 使用MSSQL事务回滚总结1.默认为SETXACT_ABORTOFF 即遇到错误时回滚(真是晕,这不叫回滚,遇到错误当然不能执行了)所以干脆说默认回滚不起作用。2.SETXACT_ABORTOFF 。。。 COMMITTRAN 这时才是所谓真正的事务,遇到任何错误事务回滚3.SETXACT_ABORTOFF 。。。 这时遇到错误时事务回滚,错误前的操作正常 另@@IDENTITY 系统产销==...阅读全文
posted @ 2007-12-19 00:25 wdx2008 阅读(957) | 评论 (5) 编辑
ASP.NET邮件外发
摘要: stringmyemail=TextBox1.Text;stringeuser=TextBox2.Text;stringpass=TextBox3.Text;stringemailTo=TextBox4.Text;stringtitle=TextBox5.Text;stringsemail=RadioButtonList1.SelectedValue.ToString();stringsmtp=T...阅读全文
posted @ 2007-12-13 23:27 wdx2008 阅读(157) | 评论 (0) 编辑