<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Seeker Gu</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/31412/rss</id><updated>2009-01-22T01:54:37Z</updated><author><name>seeker</name><uri>http://www.cnblogs.com/seeker/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seeker/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/31412/rss"/><entry><id>http://www.cnblogs.com/seeker/archive/2009/01/22/1379732.html</id><title type="text">Silverlight跨域,Silverlight在IIS中部署等问题解决之道</title><summary type="text">本文是自已在学习silverlight当中遇到的问题及解决方法，记录下来，便于存档。也希望为遇到相同问题的Coder们， 提供一个解决方案的参考。 一：Silverlight 跨域  Silverlight在设计的时候对网络安全方面做了很多考虑，具体可以看Silverlight SDK。跨域通信是通过在其他域的根部署使用正确跨域策略文件的 Web 服务，可以在该域中启用基于 Silverlight...</summary><published>2009-01-22T01:46:00Z</published><updated>2009-01-22T01:46:00Z</updated><author><name>seeker</name><uri>http://www.cnblogs.com/seeker/</uri></author><link rel="alternate" href="http://www.cnblogs.com/seeker/archive/2009/01/22/1379732.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seeker/archive/2009/01/22/1379732.html"/></entry><entry><id>http://www.cnblogs.com/seeker/archive/2008/12/31/1365978.html</id><title type="text">JSON与Silverlight进行数据通信</title><summary type="text">学习了TerryLee提供地&amp;#8220;一步一步学Silverlight 2系列&amp;#8221;后，自已也做了一个DEMO。在此也感谢TerryLee所提供地Silverlight教程。 但我的例子中，在每次页面重新加载时，都会出现&amp;#8220;Sys.InvalidOperationException: ImageError error #4001 in control 'Xaml1': AG_...</summary><published>2008-12-31T03:50:00Z</published><updated>2008-12-31T03:50:00Z</updated><author><name>seeker</name><uri>http://www.cnblogs.com/seeker/</uri></author><link rel="alternate" href="http://www.cnblogs.com/seeker/archive/2008/12/31/1365978.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seeker/archive/2008/12/31/1365978.html"/></entry><entry><id>http://www.cnblogs.com/seeker/archive/2008/12/15/1355059.html</id><title type="text">(转载)get与post的区别</title><summary type="text">来源：get与post的区别 1. get是从服务器上获取数据，post是向服务器传送数据。 　2. get是把参数数据队列加到提交表单的ACTION属性所指的URL中，值和表单内各个字段一一对应，在URL中可以看到。post是通过HTTP post机制，将表单内各个字段与其内容放置在HTML HEADER内一起传送到ACTION属性所指的URL地址。用户看不到这个过程。3. 对于get方式，服务...</summary><published>2008-12-15T00:46:00Z</published><updated>2008-12-15T00:46:00Z</updated><author><name>seeker</name><uri>http://www.cnblogs.com/seeker/</uri></author><link rel="alternate" href="http://www.cnblogs.com/seeker/archive/2008/12/15/1355059.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seeker/archive/2008/12/15/1355059.html"/></entry><entry><id>http://www.cnblogs.com/seeker/archive/2008/02/26/1081438.html</id><title type="text">MSN弹出式消息提示窗口的JS实现</title><summary type="text">MSN弹出式消息提示是一直想实现的效果，但苦于不知道如何计算DIV标签在页面上具体位移和搞不清DIV标签层定位原理，导致一直都没有实现MSN弹出式消息提示效果。 MSN弹出式消息提示效果图（A-01）：  前些日子，通过赵玉开发表一篇关于&amp;#8220;Js + Css的msn式的popup提示窗口的实现&amp;#8221; 文章(原文地址：赵玉开博客)后，给了我实现上的启发,并他实现的基础上拓展新功能：...</summary><published>2008-02-25T16:21:00Z</published><updated>2008-02-25T16:21:00Z</updated><author><name>seeker</name><uri>http://www.cnblogs.com/seeker/</uri></author><link rel="alternate" href="http://www.cnblogs.com/seeker/archive/2008/02/26/1081438.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seeker/archive/2008/02/26/1081438.html"/></entry><entry><id>http://www.cnblogs.com/seeker/archive/2008/02/12/1067357.html</id><title type="text">用编程方式给IIS增加MIME类型</title><summary type="text">前段时间，在完成FLV视频播放，遭遇一个&amp;#8220;在服务器上无法播放FLV视频&amp;#8221;问题。奇怪的是在我本机上试验是可以的，当放到服务器上就不行。（程序运行环境：windows 2003 +IIs 6.0）刚开始以为可能是FLV视频文件太大，导致IIS不能下载FLV视频，不能播放。于是修改了IIS附件下载限制，可是到最终在服务器上还是不能播放FLV视频。后来在网络上看到IIS是不支持播放...</summary><published>2008-02-12T08:55:00Z</published><updated>2008-02-12T08:55:00Z</updated><author><name>seeker</name><uri>http://www.cnblogs.com/seeker/</uri></author><link rel="alternate" href="http://www.cnblogs.com/seeker/archive/2008/02/12/1067357.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/seeker/archive/2008/02/12/1067357.html"/></entry></feed>
