<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Shake Wang's blog</title><subtitle type="text">有梦想，才有未来.</subtitle><id>http://feed.cnblogs.com/blog/u/79/rss</id><updated>2006-07-12T14:22:00Z</updated><author><name>Shake. Wang's blog</name><uri>http://www.cnblogs.com/Freedream/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Freedream/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/79/rss"/><entry><id>http://www.cnblogs.com/Freedream/archive/2006/07/12/449382.html</id><title type="text">解决sqlserver2005中文版与vs2005的WebApplicationProject的冲突问题</title><summary type="text">场景如下：安装sqlserver2005中文版，然后升级vs2005以支持WebApplicationProject项目模版（就是从微软的网站上下载的那两个安装包，以支持使用vs2005开发WebApplicationProject）。问题就出来了：打开vs2005，发现大部分菜单都已经自动变成中文的，这个还好，当你准备新建一个project时，发现除了刚安装的WebApplicationProj...</summary><published>2006-07-12T14:20:00Z</published><updated>2006-07-12T14:20:00Z</updated><author><name>Shake. Wang's blog</name><uri>http://www.cnblogs.com/Freedream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Freedream/archive/2006/07/12/449382.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Freedream/archive/2006/07/12/449382.html"/></entry><entry><id>http://www.cnblogs.com/Freedream/archive/2006/07/06/444629.html</id><title type="text">终极解决MagicAjax提交中文表单乱码的问题</title><summary type="text">上次，我遇到的 MagicAjax的中文问题， 当初为了演示，只是临时的使用了数字来绕过中文提交的问题，但不是最终的解决方法。今天终于忍不住这个乱码了，就打算解决它。先是到网上搜索一下，但都是说的另外一个问题。大部分人都是说把 magicajax post数据时的那个&amp;#8220;loading...&amp;#8221;修改成中文，出现乱码，这个好解决，这个汉字在 AjaxCallObject.js 文...</summary><published>2006-07-06T13:32:00Z</published><updated>2006-07-06T13:32:00Z</updated><author><name>Shake. Wang's blog</name><uri>http://www.cnblogs.com/Freedream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Freedream/archive/2006/07/06/444629.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Freedream/archive/2006/07/06/444629.html"/></entry><entry><id>http://www.cnblogs.com/Freedream/archive/2006/06/28/438204.html</id><title type="text">Google的使命</title><summary type="text">最新版本的Google Earth前些日子已经出来了，Google Earth (Release 4 - BETA) .与旧版相比，最新版本全面更新了卫星图片资料库，现在的图像清晰程度已经很令人惊讶了！并且支持通过创建kmz文件的方式构建三维建筑来在earth上立体展现，真是太酷了！按照Google网络日志公布的说法，"可使全球大约 1/3 的人口获得所居住街区的鸟瞰图"。而且在新版中，地标还可以...</summary><published>2006-06-28T15:43:00Z</published><updated>2006-06-28T15:43:00Z</updated><author><name>Shake. Wang's blog</name><uri>http://www.cnblogs.com/Freedream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Freedream/archive/2006/06/28/438204.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Freedream/archive/2006/06/28/438204.html"/></entry><entry><id>http://www.cnblogs.com/Freedream/archive/2006/06/27/438205.html</id><title type="text">MagicAjax的中文问题</title><summary type="text">昨天要把一个联动的下拉框改成使用ajax方式的，时间紧迫就直接使用了MagicAjax0.3最新版本（支持．ｎｅｔ２．０）的，结果死活都不行。这个应用很简单，就是有一个下拉框，然后跟一系列其它的控件，它们互相关联，根据选择的下拉框的值不同，其它控件也随之显示或隐藏。但是，在我变换选择项的时候，ajax也post数据到服务器端了，但是，始终选择的是第一项。后来，我作了一个测试，手动把１０个数字逐个的...</summary><published>2006-06-27T00:42:00Z</published><updated>2006-06-27T00:42:00Z</updated><author><name>Shake. Wang's blog</name><uri>http://www.cnblogs.com/Freedream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Freedream/archive/2006/06/27/438205.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Freedream/archive/2006/06/27/438205.html"/></entry><entry><id>http://www.cnblogs.com/Freedream/archive/2006/06/26/435786.html</id><title type="text">给web用户控件自定义后台事件</title><summary type="text">一直想写一系列关于web控件的文章，说说自己的一些体会。但一直很忙，就将这些文章分解开来，形成一个个的知识点随笔了:)我们在使用web用户控件时，经常遇到一种情况：控件需要与包含它的页面进行交互。交互的种类很多， 也分不同的层次。你可以使用viewstate,session乃至静态变量，都可以。但有些时候，当控件本身会触发回传，那么，就必须使用事件来进行处理了。说起事件，并不是说web用户控件内部...</summary><published>2006-06-25T22:06:00Z</published><updated>2006-06-25T22:06:00Z</updated><author><name>Shake. Wang's blog</name><uri>http://www.cnblogs.com/Freedream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Freedream/archive/2006/06/26/435786.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Freedream/archive/2006/06/26/435786.html"/></entry><entry><id>http://www.cnblogs.com/Freedream/archive/2006/06/23/435787.html</id><title type="text">[导入]再谈css--如何针对不同位置的元素使用不同的风格</title><summary type="text">最近经常被问到如何灵活使用css的问题。的确，这是一个好现象。很多人已经开始逐渐的习惯于全面使用css排版，尽量做到展现与内容的分离。但在此习惯的过程中一定会遇到各种棘手的问题。我的一个经验就是：多查css手册，多尝试，多琢磨专家们的网页，可以将一些页面另存一下，慢慢分析。好，说正题。经常有这样一种情况：我想在同一个页面的不同位置对超链接的风格进行定义，比如，在页面的导航部分，我不希望有下划线，而...</summary><published>2006-06-23T07:00:00Z</published><updated>2006-06-23T07:00:00Z</updated><author><name>Shake. Wang's blog</name><uri>http://www.cnblogs.com/Freedream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Freedream/archive/2006/06/23/435787.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Freedream/archive/2006/06/23/435787.html"/></entry><entry><id>http://www.cnblogs.com/Freedream/archive/2006/06/18/435788.html</id><title type="text">[导入]当css遇到xhtml--从display:inline到float:left</title><summary type="text">几天前，写了一个tab control ，风格如下：我使用了css来描述这个风格，html和css代码如下：  &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href="#" class="selected"&amp;gt;文件&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a href="#"&amp;gt;编辑&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;a...</summary><published>2006-06-18T15:20:00Z</published><updated>2006-06-18T15:20:00Z</updated><author><name>Shake. Wang's blog</name><uri>http://www.cnblogs.com/Freedream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Freedream/archive/2006/06/18/435788.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Freedream/archive/2006/06/18/435788.html"/></entry><entry><id>http://www.cnblogs.com/Freedream/archive/2006/05/08/435789.html</id><title type="text">[导入][转]台湾鸿海总裁郭台铭给员工的一封邮件，很有借鉴意义</title><summary type="text">各位同仁：　　　　我们可以自我检视一下自己的工作态度！　　　　如果：　　　　（1）你只是接电话，告诉客户不知道、没办法。　　　　（2）你只是开订单，不连络、不追踪，有问题不回报、不处理。　　　　（3）你只是打报表，不确定数字正确性。　　　　（4）你只是接电话，从未希望客户有满意的感觉、从未希望客户多订一些货。　　　　（5）你只是认为自己是助理，从未想过自己一言一行代表业务、主管、老板、公司。　　　...</summary><published>2006-05-08T11:12:00Z</published><updated>2006-05-08T11:12:00Z</updated><author><name>Shake. Wang's blog</name><uri>http://www.cnblogs.com/Freedream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Freedream/archive/2006/05/08/435789.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Freedream/archive/2006/05/08/435789.html"/></entry><entry><id>http://www.cnblogs.com/Freedream/archive/2006/02/13/435790.html</id><title type="text">[导入]Unable to get the project ile from the web server错误的解决方法 </title><summary type="text">现象：在开发机器上建立好的asp.net web 应用，拷贝到测试机器后，打开web工程时出现 “Unable to get the project ile from the web server”错误提示。解决方法：删除 c:\documents and settings\user name\VSWebCache 目录下的工程缓存。(以上解决方法摘自google搜索，经验证通过)文章来源:htt...</summary><published>2006-02-13T07:21:00Z</published><updated>2006-02-13T07:21:00Z</updated><author><name>Shake. Wang's blog</name><uri>http://www.cnblogs.com/Freedream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Freedream/archive/2006/02/13/435790.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Freedream/archive/2006/02/13/435790.html"/></entry><entry><id>http://www.cnblogs.com/Freedream/archive/2005/11/07/435791.html</id><title type="text">[导入]ASP.NET 2.0 的内部变化</title><summary type="text">前段时间已经看过这篇《ASP.NET 2.0 的内部变化》，时间原因，当时没有注意仔细看，今天再认真读了一遍，觉得特别不错，英文原版很多人给打了9分 :)......在 ASP.NET 2.0 中，页面级别的缓存机制已经扩展到了支持数据库依赖项。利用数据库缓存依赖项，缓存页可绑定到 SQL Server 数据库的一个特定表。当该表更改时，缓存自动过期。另外，开发人员现在可以使用缓存后替换来用刷新内...</summary><published>2005-11-07T14:30:00Z</published><updated>2005-11-07T14:30:00Z</updated><author><name>Shake. Wang's blog</name><uri>http://www.cnblogs.com/Freedream/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Freedream/archive/2005/11/07/435791.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Freedream/archive/2005/11/07/435791.html"/></entry></feed>
