<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_思想决定人生，态度改变一切</title><subtitle type="text">成功者找方法,失败者找借口!做事先做人；安分做人，本分做事!</subtitle><id>http://feed.cnblogs.com/blog/u/17546/rss</id><updated>2009-06-22T14:52:22Z</updated><author><name>投石问路</name><uri>http://www.cnblogs.com/daniel206/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/daniel206/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/17546/rss"/><entry><id>http://www.cnblogs.com/daniel206/archive/2009/06/22/1508724.html</id><title type="text">ASP做贝宝(paypal)支付接口(推荐)[转]</title><summary type="text">事实上,paypal可以说分两个 :国际www.paypal.com 中国www.paypal.com/cn 国际的这个只支付 美元 收付 ! 而中国的这个支持 人民币 收付 !这个先清楚了 ! 流程思路:事实上贝宝帐号上直接就可以得到一个支付接口的:如下:&lt;form target="paypal" action="https://www.paypal.com/cgi-bin/webscr"...</summary><published>2009-06-22T14:52:00Z</published><updated>2009-06-22T14:52:00Z</updated><author><name>投石问路</name><uri>http://www.cnblogs.com/daniel206/</uri></author><link rel="alternate" href="http://www.cnblogs.com/daniel206/archive/2009/06/22/1508724.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/daniel206/archive/2009/06/22/1508724.html"/><content type="text">事实上,paypal可以说分两个 :国际www.paypal.com 中国www.paypal.com/cn 国际的这个只支付 美元 收付 ! 而中国的这个支持 人民币 收付 !这个先清楚了 ! 流程思路:事实上贝宝帐号上直接就可以得到一个支付接口的:如下:&lt;form target="paypal" action="https://www.paypal.com/cgi-bin/webscr"...</content></entry><entry><id>http://www.cnblogs.com/daniel206/archive/2009/06/22/1508719.html</id><title type="text">asp paypal接口处理</title><summary type="text">必要条件：1。买家和卖家必须是paypal（贝宝）的注册用户。2。从银行卡提取资金到贝宝帐户上，也叫充值。此后网上付费不再跟银行卡有关。 实现网上购物卖家从贝宝网上获取按钮。主要参数：add：一次只能购买单种商品upload:可以购买多种商品购物车&lt;input type="hidden" name="cmd" value="_cart"&gt;卖家的帐户&lt;input type="hid...</summary><published>2009-06-22T14:46:00Z</published><updated>2009-06-22T14:46:00Z</updated><author><name>投石问路</name><uri>http://www.cnblogs.com/daniel206/</uri></author><link rel="alternate" href="http://www.cnblogs.com/daniel206/archive/2009/06/22/1508719.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/daniel206/archive/2009/06/22/1508719.html"/><content type="text">必要条件：1。买家和卖家必须是paypal（贝宝）的注册用户。2。从银行卡提取资金到贝宝帐户上，也叫充值。此后网上付费不再跟银行卡有关。 实现网上购物卖家从贝宝网上获取按钮。主要参数：add：一次只能购买单种商品upload:可以购买多种商品购物车&lt;input type="hidden" name="cmd" value="_cart"&gt;卖家的帐户&lt;input type="hid...</content></entry><entry><id>http://www.cnblogs.com/daniel206/archive/2009/06/22/1508717.html</id><title type="text">Asp.Net 学习资源列表</title><summary type="text">名称：快速入门地址：http://chs.gotdotnet.com/quickstart/描述：本站点是微软.NET技术的快速入门网站，我们不必再安装.NET Framework中的快速入门示例程序，直接在网上查看此示例即看。名称：微软官方.NET指导站点地址：http://www.gotdotnet.com/描述：上面的站点是本站的一个子站点，本站点提供微软.NET官方信息，并且有大量的用户源...</summary><published>2009-06-22T14:39:00Z</published><updated>2009-06-22T14:39:00Z</updated><author><name>投石问路</name><uri>http://www.cnblogs.com/daniel206/</uri></author><link rel="alternate" href="http://www.cnblogs.com/daniel206/archive/2009/06/22/1508717.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/daniel206/archive/2009/06/22/1508717.html"/><content type="text">名称：快速入门地址：http://chs.gotdotnet.com/quickstart/描述：本站点是微软.NET技术的快速入门网站，我们不必再安装.NET Framework中的快速入门示例程序，直接在网上查看此示例即看。名称：微软官方.NET指导站点地址：http://www.gotdotnet.com/描述：上面的站点是本站的一个子站点，本站点提供微软.NET官方信息，并且有大量的用户源...</content></entry><entry><id>http://www.cnblogs.com/daniel206/archive/2009/06/22/1508716.html</id><title type="text">推荐几个.NET开源图表组件</title><summary type="text">推荐几个.NET开源图表组件，希望大家发行有其它的可以添加一下，说明：因为没有记录在哪里下载，所以大部分只能让大家亲自搜索一下： １、NPlot：http://netcontrols.org/nplot/：我觉得是.NET开源轻量级中最好的:) ２、graphviz(quickgraph)：这个大家可以搜索一下，功能很强大(看介绍和图片)，就是没有调试通过，呵呵。 ３、ZedGraph：原题&amp;#8...</summary><published>2009-06-22T14:38:00Z</published><updated>2009-06-22T14:38:00Z</updated><author><name>投石问路</name><uri>http://www.cnblogs.com/daniel206/</uri></author><link rel="alternate" href="http://www.cnblogs.com/daniel206/archive/2009/06/22/1508716.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/daniel206/archive/2009/06/22/1508716.html"/><content type="text">推荐几个.NET开源图表组件，希望大家发行有其它的可以添加一下，说明：因为没有记录在哪里下载，所以大部分只能让大家亲自搜索一下： １、NPlot：http://netcontrols.org/nplot/：我觉得是.NET开源轻量级中最好的:) ２、graphviz(quickgraph)：这个大家可以搜索一下，功能很强大(看介绍和图片)，就是没有调试通过，呵呵。 ３、ZedGraph：原题&amp;#8...</content></entry><entry><id>http://www.cnblogs.com/daniel206/archive/2009/06/05/1496650.html</id><title type="text">机器克隆会导致DTC进程堵死 </title><summary type="text">如果你的机器改过名字，或者使用克隆，或者使用任何虚机来作测试（我们往往安装一台虚机然后拷贝多份，改名使用），都会碰到包含事务的调用长时间挂起问题。解法也如下所示。 通过更详细的分析发现： 1.应用服务器和本关数据库之间的DTC联系有问题，使用DTCTester软件在应用服务器上测试，发现分布式交易会锁死当前的进程。2.分析Dump文件发现，出现锁死线程的调用栈和已知两种故障的调用栈一致。a.机器改...</summary><published>2009-06-05T01:15:00Z</published><updated>2009-06-05T01:15:00Z</updated><author><name>投石问路</name><uri>http://www.cnblogs.com/daniel206/</uri></author><link rel="alternate" href="http://www.cnblogs.com/daniel206/archive/2009/06/05/1496650.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/daniel206/archive/2009/06/05/1496650.html"/><content type="text">如果你的机器改过名字，或者使用克隆，或者使用任何虚机来作测试（我们往往安装一台虚机然后拷贝多份，改名使用），都会碰到包含事务的调用长时间挂起问题。解法也如下所示。 通过更详细的分析发现： 1.应用服务器和本关数据库之间的DTC联系有问题，使用DTCTester软件在应用服务器上测试，发现分布式交易会锁死当前的进程。2.分析Dump文件发现，出现锁死线程的调用栈和已知两种故障的调用栈一致。a.机器改...</content></entry><entry><id>http://www.cnblogs.com/daniel206/archive/2009/04/17/1437722.html</id><title type="text">[SQLServer2005]ADO.NET2.0中的查询通知</title><summary type="text">概述 任何有实际价值的关系数据库应用程序都离不开一大堆的查询表。如果您是开发图形用户界面的专家，那么您知道这些查询表将用于加工下拉列表框中的列表。我将查询表分成两种：只读表和可改写只读表。二者的区别在于什么会导致表的改变。我认为如果需要召开员工会议或者用户会议才可以修改表的内容，那么表就是只读的。一个好的例子就是公司的产品类别表。表的内容将不会改变直到公司研发并向市场投放了新产品，或者公司进行...</summary><published>2009-04-17T01:31:00Z</published><updated>2009-04-17T01:31:00Z</updated><author><name>投石问路</name><uri>http://www.cnblogs.com/daniel206/</uri></author><link rel="alternate" href="http://www.cnblogs.com/daniel206/archive/2009/04/17/1437722.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/daniel206/archive/2009/04/17/1437722.html"/><content type="text">概述 任何有实际价值的关系数据库应用程序都离不开一大堆的查询表。如果您是开发图形用户界面的专家，那么您知道这些查询表将用于加工下拉列表框中的列表。我将查询表分成两种：只读表和可改写只读表。二者的区别在于什么会导致表的改变。我认为如果需要召开员工会议或者用户会议才可以修改表的内容，那么表就是只读的。一个好的例子就是公司的产品类别表。表的内容将不会改变直到公司研发并向市场投放了新产品，或者公司进行...</content></entry><entry><id>http://www.cnblogs.com/daniel206/archive/2009/02/11/1388176.html</id><title type="text">SQL数据缓存依赖 [SqlServer | Cache | SqlCacheDependency ] -- [转]</title><summary type="text">前言本文主要是对《ASP.NET 2.0开发指南》——&lt;数据缓存&gt;章节内容的提取并略有补充。参考资料1.《ASP.NET 2.0开发指南》2..NET 2.0 SqlDependency快速上手指南 支持数据库SQL SERVER 7.0/2000/2005版本正文一、SQL SERVER 7.0/2000和SQL SERVER 2005的简介及比较1.1SQL SERVER 7.0/...</summary><published>2009-02-11T05:49:00Z</published><updated>2009-02-11T05:49:00Z</updated><author><name>投石问路</name><uri>http://www.cnblogs.com/daniel206/</uri></author><link rel="alternate" href="http://www.cnblogs.com/daniel206/archive/2009/02/11/1388176.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/daniel206/archive/2009/02/11/1388176.html"/><content type="text">前言本文主要是对《ASP.NET 2.0开发指南》——&lt;数据缓存&gt;章节内容的提取并略有补充。参考资料1.《ASP.NET 2.0开发指南》2..NET 2.0 SqlDependency快速上手指南 支持数据库SQL SERVER 7.0/2000/2005版本正文一、SQL SERVER 7.0/2000和SQL SERVER 2005的简介及比较1.1SQL SERVER 7.0/...</content></entry><entry><id>http://www.cnblogs.com/daniel206/archive/2008/06/24/1229129.html</id><title type="text">讲解SQL 2000的Collection排序规则 （3）[转]</title><summary type="text">到此为止，我们可以得到结果了，比如我们想得到汉字“国”的笔划： declare @a nchar(1) set @a='国' select top 1 id from tab_hzbh where cnword&gt;=@a collate Chinese_PRC_Stroke_CS_AS_KS_WS order by id id ----------...</summary><published>2008-06-24T10:21:00Z</published><updated>2008-06-24T10:21:00Z</updated><author><name>投石问路</name><uri>http://www.cnblogs.com/daniel206/</uri></author><link rel="alternate" href="http://www.cnblogs.com/daniel206/archive/2008/06/24/1229129.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/daniel206/archive/2008/06/24/1229129.html"/><content type="text">到此为止，我们可以得到结果了，比如我们想得到汉字“国”的笔划： declare @a nchar(1) set @a='国' select top 1 id from tab_hzbh where cnword&gt;=@a collate Chinese_PRC_Stroke_CS_AS_KS_WS order by id id ----------...</content></entry><entry><id>http://www.cnblogs.com/daniel206/archive/2008/06/24/1229126.html</id><title type="text">讲解SQL 2000的Collection排序规则 （2）[转]</title><summary type="text">三.排序规则的应用：SQL Server提供了大量的WINDOWS和SQLSERVER专用的排序规则，但它的应用往往被开发人员所忽略。其实它在实践中大有用处。例1:让表NAME列的内容按拼音排序： create table #t(id int,name varchar(20)) insert #t select 1,'中' union all select 2,'国' unio...</summary><published>2008-06-24T10:18:00Z</published><updated>2008-06-24T10:18:00Z</updated><author><name>投石问路</name><uri>http://www.cnblogs.com/daniel206/</uri></author><link rel="alternate" href="http://www.cnblogs.com/daniel206/archive/2008/06/24/1229126.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/daniel206/archive/2008/06/24/1229126.html"/><content type="text">三.排序规则的应用：SQL Server提供了大量的WINDOWS和SQLSERVER专用的排序规则，但它的应用往往被开发人员所忽略。其实它在实践中大有用处。例1:让表NAME列的内容按拼音排序： create table #t(id int,name varchar(20)) insert #t select 1,'中' union all select 2,'国' unio...</content></entry><entry><id>http://www.cnblogs.com/daniel206/archive/2008/06/24/1229124.html</id><title type="text">讲解SQL 2000的Collection排序规则 （1）[转]</title><summary type="text">SQL Server的排序规则很多人使用的并不是很多，对于初学者来讲会感觉特别陌生，但其中有一个错误很多人都是经常碰到的: SQL Server数据库，在跨库多表连接查询时，若两数据库默认字符集不同，系统就会返回这样的错误：“无法解决 equal to 操作的排序规则冲突。”一、错误分析：这个错误是因为排序规则不一致造成的，测试如下： create table #t1(...</summary><published>2008-06-24T10:17:00Z</published><updated>2008-06-24T10:17:00Z</updated><author><name>投石问路</name><uri>http://www.cnblogs.com/daniel206/</uri></author><link rel="alternate" href="http://www.cnblogs.com/daniel206/archive/2008/06/24/1229124.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/daniel206/archive/2008/06/24/1229124.html"/><content type="text">SQL Server的排序规则很多人使用的并不是很多，对于初学者来讲会感觉特别陌生，但其中有一个错误很多人都是经常碰到的: SQL Server数据库，在跨库多表连接查询时，若两数据库默认字符集不同，系统就会返回这样的错误：“无法解决 equal to 操作的排序规则冲突。”一、错误分析：这个错误是因为排序规则不一致造成的，测试如下： create table #t1(...</content></entry></feed>
