<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Du大调--Du Major</title><subtitle type="text">together with orchid</subtitle><id>http://feed.cnblogs.com/blog/u/30613/rss</id><updated>2009-05-12T06:16:57Z</updated><author><name>Du大调</name><uri>http://www.cnblogs.com/ITzen/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ITzen/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/30613/rss"/><entry><id>http://www.cnblogs.com/ITzen/archive/2009/05/01/1447335.html</id><title type="text">margin在IE6下的问题。</title><summary type="text">在IE6下，margin-left不知道为什么一直是双倍的，比如：div中定义如下样式 margin:1px;在FF，IE7，8中看到都是正常的，就是距上下左右各是1px,但是在IE6下，距左侧却是2px，百思不得其解，网上搜下,需要再加个样式:display:inline;谁能告诉我这是为什么?</summary><published>2009-04-30T19:07:00Z</published><updated>2009-04-30T19:07:00Z</updated><author><name>Du大调</name><uri>http://www.cnblogs.com/ITzen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ITzen/archive/2009/05/01/1447335.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ITzen/archive/2009/05/01/1447335.html"/><content type="text">在IE6下，margin-left不知道为什么一直是双倍的，比如：div中定义如下样式 margin:1px;在FF，IE7，8中看到都是正常的，就是距上下左右各是1px,但是在IE6下，距左侧却是2px，百思不得其解，网上搜下,需要再加个样式:display:inline;谁能告诉我这是为什么?</content></entry><entry><id>http://www.cnblogs.com/ITzen/archive/2009/04/08/1431626.html</id><title type="text">4月4号参加北京俱乐部活动的收获</title><summary type="text">1、select 语句 都要显式加上排序2、临时表@tb比#tb快。因为@tb是建在内存里，#tb在物理数据库内。</summary><published>2009-04-08T05:36:00Z</published><updated>2009-04-08T05:36:00Z</updated><author><name>Du大调</name><uri>http://www.cnblogs.com/ITzen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ITzen/archive/2009/04/08/1431626.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ITzen/archive/2009/04/08/1431626.html"/><content type="text">1、select 语句 都要显式加上排序2、临时表@tb比#tb快。因为@tb是建在内存里，#tb在物理数据库内。</content></entry><entry><id>http://www.cnblogs.com/ITzen/archive/2009/04/02/1427765.html</id><title type="text">转化率极高的十个网站</title><summary type="text">怎样提高转化率？有以下方面可以考虑： 提炼独特卖点 网站设计专业性 强有力的文案写作 提供详细信息回答所有可能的问题 增加网站对用户的信任度 网站易用性 购物车流程优化 促销配套综合使用 引导用户采取行动 提供零风险购买看优秀网站怎么做的最容易理解。根据尼尔森1月份发布的一项报告，一些电子商务网站有很高的转化率，值得大家研究。 proflowers.com 30.6% 花、礼物 metrostyl...</summary><published>2009-04-02T01:44:00Z</published><updated>2009-04-02T01:44:00Z</updated><author><name>Du大调</name><uri>http://www.cnblogs.com/ITzen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ITzen/archive/2009/04/02/1427765.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ITzen/archive/2009/04/02/1427765.html"/><content type="text">怎样提高转化率？有以下方面可以考虑： 提炼独特卖点 网站设计专业性 强有力的文案写作 提供详细信息回答所有可能的问题 增加网站对用户的信任度 网站易用性 购物车流程优化 促销配套综合使用 引导用户采取行动 提供零风险购买看优秀网站怎么做的最容易理解。根据尼尔森1月份发布的一项报告，一些电子商务网站有很高的转化率，值得大家研究。 proflowers.com 30.6% 花、礼物 metrostyl...</content></entry><entry><id>http://www.cnblogs.com/ITzen/archive/2009/01/06/1370647.html</id><title type="text">使用aspnet_regsql.exe 创建ASPState数据库,用来保存session会话</title><summary type="text">因为公司有多台服务器,所以session要保存在sql server上,因此要在数据库中建立存放session的数据库ASPState,在C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727下找到了生成ASPState的sql:InstallSqlState.sql马上打开,放到查询分析器里执行,怪了,在这里出问题了,报出了如下错误:-------------...</summary><published>2009-01-06T12:59:00Z</published><updated>2009-01-06T12:59:00Z</updated><author><name>Du大调</name><uri>http://www.cnblogs.com/ITzen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ITzen/archive/2009/01/06/1370647.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ITzen/archive/2009/01/06/1370647.html"/><content type="text">因为公司有多台服务器,所以session要保存在sql server上,因此要在数据库中建立存放session的数据库ASPState,在C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727下找到了生成ASPState的sql:InstallSqlState.sql马上打开,放到查询分析器里执行,怪了,在这里出问题了,报出了如下错误:-------------...</content></entry><entry><id>http://www.cnblogs.com/ITzen/archive/2009/01/06/1370522.html</id><title type="text">(转)获取网购订单的12个技巧</title><summary type="text">1.尽早告知顾客订单全部的花费。2.解释为什么需要顾客个人信息的原因。3.简化所需顾客提供信息的数量。4.不要过分突出促销商品。5.交叉引用推荐商品。6.确保商品图片足够清晰以便能充分展示商品特性。7.给每页都加上搜索框。8.把“搜索全部”设定为搜索的默认选项。9.避免使用术语或编造的名称。10.给顾客提供调整购物车内商品的功能。11.让用户按下回车即可完成表单的提交。12...</summary><published>2009-01-06T09:14:00Z</published><updated>2009-01-06T09:14:00Z</updated><author><name>Du大调</name><uri>http://www.cnblogs.com/ITzen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ITzen/archive/2009/01/06/1370522.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ITzen/archive/2009/01/06/1370522.html"/><content type="text">1.尽早告知顾客订单全部的花费。2.解释为什么需要顾客个人信息的原因。3.简化所需顾客提供信息的数量。4.不要过分突出促销商品。5.交叉引用推荐商品。6.确保商品图片足够清晰以便能充分展示商品特性。7.给每页都加上搜索框。8.把“搜索全部”设定为搜索的默认选项。9.避免使用术语或编造的名称。10.给顾客提供调整购物车内商品的功能。11.让用户按下回车即可完成表单的提交。12...</content></entry><entry><id>http://www.cnblogs.com/ITzen/archive/2009/01/04/1368372.html</id><title type="text">利用委托异步发送邮件</title><summary type="text">故事是这样发生的:越来越多的用户在网站购买了东西,每成功订下一个定单,就要向用户的邮箱发送一封EMAIL。当邮件正在发送时,占用的资源会非常多，用户也需要等待，用户越多,这样用户页面上的等待时间就会变得很长，为了解决这个问题，决定把发送ＥＭＡＩＬ和短信的都改成异步执行的。异步发送邮件，有两种做法；一种是大家在网上一搜就能找到一堆的发送方法，这种方法都是在发送email的时候再进行异步操作，如这篇文...</summary><published>2009-01-04T10:19:00Z</published><updated>2009-01-04T10:19:00Z</updated><author><name>Du大调</name><uri>http://www.cnblogs.com/ITzen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ITzen/archive/2009/01/04/1368372.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ITzen/archive/2009/01/04/1368372.html"/><content type="text">故事是这样发生的:越来越多的用户在网站购买了东西,每成功订下一个定单,就要向用户的邮箱发送一封EMAIL。当邮件正在发送时,占用的资源会非常多，用户也需要等待，用户越多,这样用户页面上的等待时间就会变得很长，为了解决这个问题，决定把发送ＥＭＡＩＬ和短信的都改成异步执行的。异步发送邮件，有两种做法；一种是大家在网上一搜就能找到一堆的发送方法，这种方法都是在发送email的时候再进行异步操作，如这篇文...</content></entry><entry><id>http://www.cnblogs.com/ITzen/archive/2008/12/10/1351556.html</id><title type="text">每日词汇 </title><summary type="text">to be honest,老实说.Actually实际上If it were up to me,要是我说.我认为</summary><published>2008-12-10T01:12:00Z</published><updated>2008-12-10T01:12:00Z</updated><author><name>Du大调</name><uri>http://www.cnblogs.com/ITzen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ITzen/archive/2008/12/10/1351556.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ITzen/archive/2008/12/10/1351556.html"/><content type="text">to be honest,老实说.Actually实际上If it were up to me,要是我说.我认为</content></entry><entry><id>http://www.cnblogs.com/ITzen/archive/2008/12/09/1351053.html</id><title type="text">每日英语 词汇</title><summary type="text">make it big :成名,成功video-sharing:视频分享in collaboration:与...合作symphony:交响曲billed as:被宣传为showcasing:展现(优点)audition piece:试听曲composition:大型乐曲score:乐谱,得分,背景音乐internet composition:网络交响曲whittle the field down...</summary><published>2008-12-09T06:03:00Z</published><updated>2008-12-09T06:03:00Z</updated><author><name>Du大调</name><uri>http://www.cnblogs.com/ITzen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ITzen/archive/2008/12/09/1351053.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ITzen/archive/2008/12/09/1351053.html"/><content type="text">make it big :成名,成功video-sharing:视频分享in collaboration:与...合作symphony:交响曲billed as:被宣传为showcasing:展现(优点)audition piece:试听曲composition:大型乐曲score:乐谱,得分,背景音乐internet composition:网络交响曲whittle the field down...</content></entry><entry><id>http://www.cnblogs.com/ITzen/archive/2008/11/28/1343304.html</id><title type="text">不是可以识别的 内置函数名称</title><summary type="text">sql server 中执行自定义函数的时候回出现这个问题。解决方案:在自定义函数前加上所有者，如：dbo.</summary><published>2008-11-28T09:17:00Z</published><updated>2008-11-28T09:17:00Z</updated><author><name>Du大调</name><uri>http://www.cnblogs.com/ITzen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ITzen/archive/2008/11/28/1343304.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ITzen/archive/2008/11/28/1343304.html"/><content type="text">sql server 中执行自定义函数的时候回出现这个问题。解决方案:在自定义函数前加上所有者，如：dbo.</content></entry><entry><id>http://www.cnblogs.com/ITzen/archive/2008/07/09/1238895.html</id><title type="text">电子商务网站用户体验--根据用户的习惯进行推荐</title><summary type="text"/><published>2008-07-09T06:49:00Z</published><updated>2008-07-09T06:49:00Z</updated><author><name>Du大调</name><uri>http://www.cnblogs.com/ITzen/</uri></author><link rel="alternate" href="http://www.cnblogs.com/ITzen/archive/2008/07/09/1238895.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/ITzen/archive/2008/07/09/1238895.html"/><content type="text"/></entry></feed>
