<?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/14689/rss</id><updated>2008-04-01T04:44:30Z</updated><author><name>莫相会</name><uri>http://www.cnblogs.com/maxianghui/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxianghui/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/14689/rss"/><entry><id>http://www.cnblogs.com/maxianghui/archive/2008/04/01/1132595.html</id><title type="text">ASP.NET数据绑定表达式语法 </title><summary type="text">数据绑定语法数据绑定表达式包含在 &amp;lt;%# 和 %&amp;gt; 分隔符之内，并使用 Eval 和 Bind 函数。Eval 函数用于定义单向（只读）绑定。Bind 函数用于定义双向（可更新）绑定。除了通过在数据绑定表达式中调用 Eval 和 Bind 方法执行数据绑定外，还可以调用 &amp;lt;%# 和 %&amp;gt; 分隔符之内的任何公共范围代码，以在页面处理过程中执行该代码并返回一个值。 调用控件或 ...</summary><published>2008-04-01T04:45:00Z</published><updated>2008-04-01T04:45:00Z</updated><author><name>莫相会</name><uri>http://www.cnblogs.com/maxianghui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxianghui/archive/2008/04/01/1132595.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxianghui/archive/2008/04/01/1132595.html"/></entry><entry><id>http://www.cnblogs.com/maxianghui/archive/2008/03/05/1091618.html</id><title type="text">微软Office Live WorkSpace正式向全球用户开放</title><summary type="text">去年十月份的时候，微软曾推出了文档共享服务Office Live Workspace，并进入内测阶段，而从今天开始微软宣布该服务正式向全球用户开放。 访问地址：http://workspace.office.live.com/ 想使用该服服务的话，用户需先要有一个Live ID，并需进行相应的关联操作。在微软Live Workspace中，不像Google Docs，用户并不能在线编辑文档，而是可...</summary><published>2008-03-05T04:42:00Z</published><updated>2008-03-05T04:42:00Z</updated><author><name>莫相会</name><uri>http://www.cnblogs.com/maxianghui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxianghui/archive/2008/03/05/1091618.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxianghui/archive/2008/03/05/1091618.html"/></entry><entry><id>http://www.cnblogs.com/maxianghui/archive/2008/02/29/1086067.html</id><title type="text">Google Talk的小徽章Chatback</title><summary type="text">Google Talk 是一款我较为欣赏的即时通讯软件，简洁而高效。最近，官方发布了一款名为Chatback的Badge，从而允许你的访客直接通过网页上的Widget和你的客户端版GT进行即时通讯。</summary><published>2008-02-29T05:07:00Z</published><updated>2008-02-29T05:07:00Z</updated><author><name>莫相会</name><uri>http://www.cnblogs.com/maxianghui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxianghui/archive/2008/02/29/1086067.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxianghui/archive/2008/02/29/1086067.html"/></entry><entry><id>http://www.cnblogs.com/maxianghui/archive/2007/10/12/922470.html</id><title type="text">使用UpdatePanel时脚本错误sys 未定义的解决办法</title><summary type="text">在WebConfig中加入以下配置节： &amp;lt;compilation debug="true"&amp;gt;&amp;lt;assemblies&amp;gt;&amp;lt;add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/&amp;gt;&amp;lt;/assemblie...</summary><published>2007-10-12T08:46:00Z</published><updated>2007-10-12T08:46:00Z</updated><author><name>莫相会</name><uri>http://www.cnblogs.com/maxianghui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxianghui/archive/2007/10/12/922470.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxianghui/archive/2007/10/12/922470.html"/></entry><entry><id>http://www.cnblogs.com/maxianghui/archive/2007/10/12/922320.html</id><title type="text">用户定义函数建议</title><summary type="text">用户定义函数建议本节包含有关使用用户定义函数的建议和提示，包括有关标量和表值函数的信息、更改架构对函数的可能影响以及用以简化复杂函数的嵌套函数的使用。标量函数的用途当需要在代码中的多个位置进行相同的数学计算时，标量函数十分有用。例如，如果应用程序中遍布基于百分率、本金和年份的利息计算，则可以将它编码为可调用的函数，如下所示。create function calc_interest ( @prin...</summary><published>2007-10-12T07:19:00Z</published><updated>2007-10-12T07:19:00Z</updated><author><name>莫相会</name><uri>http://www.cnblogs.com/maxianghui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxianghui/archive/2007/10/12/922320.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxianghui/archive/2007/10/12/922320.html"/></entry><entry><id>http://www.cnblogs.com/maxianghui/archive/2007/10/12/922317.html</id><title type="text">SQL SERVER临时表的使用</title><summary type="text">SQL SERVER临时表的使用--删除临时表#Tmpcreate table #Tmp --创建临时表#Tmp( ID int IDENTITY (1,1) not null, --创建列ID,并且每次新增一条记录就会加1 WokNo varchar(50),  primary key (ID) --定义ID为临时表#Tmp的主键 );Select * from #Tmp --查询临时表的数据t...</summary><published>2007-10-12T07:18:00Z</published><updated>2007-10-12T07:18:00Z</updated><author><name>莫相会</name><uri>http://www.cnblogs.com/maxianghui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxianghui/archive/2007/10/12/922317.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxianghui/archive/2007/10/12/922317.html"/></entry><entry><id>http://www.cnblogs.com/maxianghui/archive/2007/07/20/825268.html</id><title type="text">Active Report for .net"在VS中正常显示在IIS中无法显示"的问题之解决办法</title><summary type="text">HTTP Handler的设定 在控制面板，双击「管理工具」，打开「IIS」对话框。 选择需要配置HTTPHandler的「web站点」，右击选择属性。 选择「默认web站点属性」对话框中的「主目录」标签，点击「配置」。  在「应用程序配置」对话框中的「应用程序映射」标签内，选择「.aspx 」项，点击「编辑」。 选择并拷贝「可执行文件」框内的文本，点击「取消」关闭对话框。 在「应用程序配置」对话...</summary><published>2007-07-20T03:49:00Z</published><updated>2007-07-20T03:49:00Z</updated><author><name>莫相会</name><uri>http://www.cnblogs.com/maxianghui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxianghui/archive/2007/07/20/825268.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxianghui/archive/2007/07/20/825268.html"/></entry><entry><id>http://www.cnblogs.com/maxianghui/archive/2007/05/18/751522.html</id><title type="text">二级联动</title><summary type="text">原文：实现无刷新DropdownList联动效果 asp.net给我们带了了事件模型的编程机制，这使得我们将所有的任务都放在服务器上执行哪怕是一个小小变动，其实这到不是什么问题，可是有一点我们无法忍受，如果我们改变某一个输入框中的内容页面要刷新，改变dropdownlist的选择项需要更新另一个dropdownlist需要刷新，真是郁闷。　　下面我将描述一种原始的方法，之所以说它原是是因为这种方法...</summary><published>2007-05-18T07:01:00Z</published><updated>2007-05-18T07:01:00Z</updated><author><name>莫相会</name><uri>http://www.cnblogs.com/maxianghui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxianghui/archive/2007/05/18/751522.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxianghui/archive/2007/05/18/751522.html"/></entry><entry><id>http://www.cnblogs.com/maxianghui/archive/2007/05/18/751273.html</id><title type="text">SQL匹配</title><summary type="text">通配符的一些用法：(关键字：like%[]-)　　select*fromtablenamewherecolumn1like'[A-M]%'　　这样可以选择出column字段中首字母在A-M之间的记录　　select*fromtablenamewherecolumn1like'[ABC]%'　　这样可以选择出column字段中首字母是A或者B或者C的记录　　select*fromtablenamew...</summary><published>2007-05-18T03:26:00Z</published><updated>2007-05-18T03:26:00Z</updated><author><name>莫相会</name><uri>http://www.cnblogs.com/maxianghui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxianghui/archive/2007/05/18/751273.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxianghui/archive/2007/05/18/751273.html"/></entry><entry><id>http://www.cnblogs.com/maxianghui/archive/2007/05/15/747538.html</id><title type="text">Visual Studio 快捷键收藏</title><summary type="text">1．F12：转到定义；Shift+F12：转到引用2．F5：启动；Ctrl+F5：开始执行（不调试）；Shift+F5：停止调试3．F7：查看代码；Shift+F7：查看视图设计器4．Ctrl+Alt+L：解决方案资源管理器5．Ctrl+Alt+J：对象浏览器6．F4：显示属性窗口7．Ctrl+Alt+X：工具箱8．Ctrl+Alt+C类视图9．Alt+Enter：查看属性10． F10：逐过程调...</summary><published>2007-05-15T10:21:00Z</published><updated>2007-05-15T10:21:00Z</updated><author><name>莫相会</name><uri>http://www.cnblogs.com/maxianghui/</uri></author><link rel="alternate" href="http://www.cnblogs.com/maxianghui/archive/2007/05/15/747538.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/maxianghui/archive/2007/05/15/747538.html"/></entry></feed>
