<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_~~鱼跃~~</title><subtitle type="text">I Want to fly!</subtitle><id>http://feed.cnblogs.com/blog/u/8531/rss</id><updated>2010-01-27T17:20:44Z</updated><author><name>flyfish</name><uri>http://www.cnblogs.com/flyfish/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyfish/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/8531/rss"/><entry><id>http://www.cnblogs.com/flyfish/archive/2010/01/28/1658001.html</id><title type="text">Microsoft SQL Server 2005 -- 错误 29503。SQL Server 服务无法启动</title><summary type="text">Copy the setup files of the release version of SQL Server 2005 to a folder in a local drive.Note You must copy all the setup files that include the Servers folder and the Tools folder to a local drive...</summary><published>2010-01-27T17:21:00Z</published><updated>2010-01-27T17:21:00Z</updated><author><name>flyfish</name><uri>http://www.cnblogs.com/flyfish/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyfish/archive/2010/01/28/1658001.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyfish/archive/2010/01/28/1658001.html"/></entry><entry><id>http://www.cnblogs.com/flyfish/archive/2009/10/13/1582507.html</id><title type="text">模拟鼠标移动和左键单击</title><summary type="text">private void button1_Click(object sender, EventArgs e){ SetCursorPos(350, 600);//模拟鼠标移动 mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0);//模拟鼠标左键down mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0);//模拟鼠标左键u...</summary><published>2009-10-13T06:51:00Z</published><updated>2009-10-13T06:51:00Z</updated><author><name>flyfish</name><uri>http://www.cnblogs.com/flyfish/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyfish/archive/2009/10/13/1582507.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyfish/archive/2009/10/13/1582507.html"/></entry><entry><id>http://www.cnblogs.com/flyfish/archive/2009/10/13/1582492.html</id><title type="text">.C# 获取另一程序控件，改变值，触发事件</title><summary type="text">[DllImport("User32.dll", EntryPoint = "FindWindow")]private static extern IntPtr FindWindow(string lpClassName,string lpWindowName);[DllImport("user32.dll", EntryPoint = "FindWindowEx")]private static...</summary><published>2009-10-13T06:29:00Z</published><updated>2009-10-13T06:29:00Z</updated><author><name>flyfish</name><uri>http://www.cnblogs.com/flyfish/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyfish/archive/2009/10/13/1582492.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyfish/archive/2009/10/13/1582492.html"/></entry><entry><id>http://www.cnblogs.com/flyfish/archive/2009/07/22/1528265.html</id><title type="text">在ASP程序中调用Web Service</title><summary type="text">微软投入了大量资金来推销其.NET的各种优点，其中.NET最大的优点之一就是微软始创的XML Web Services。XML Web Services可以将你的程序和以前定制的DLL和COM/DCOM组建分离（避免陷入DLL陷阱），然后将这些功能设计成为XML Web Services，让其他应用程序也可以访问和调用这些功能（比如：网站、分布式程序）（关于怎样在.NET中建立和使用XML Web...</summary><published>2009-07-21T16:58:00Z</published><updated>2009-07-21T16:58:00Z</updated><author><name>flyfish</name><uri>http://www.cnblogs.com/flyfish/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyfish/archive/2009/07/22/1528265.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyfish/archive/2009/07/22/1528265.html"/></entry><entry><id>http://www.cnblogs.com/flyfish/archive/2009/07/14/1523607.html</id><title type="text">ASPNET2.0中读写Cookie的方法！</title><summary type="text">Cookie (HttpCookie的实例)提供了一种在 Web 应用程序中存储用户特定信息的方法。例如，当用户访问您的站点时，您可以使用 Cookie 存储用户首选项或其他信息。当该用户再次访问您的网站时，应用程序便可以检索以前存储的信息。创建Cookie方法 (1)Response.Cookies["userName"].Value = &amp;#8220;admin";Response.Cooki...</summary><published>2009-07-14T11:06:00Z</published><updated>2009-07-14T11:06:00Z</updated><author><name>flyfish</name><uri>http://www.cnblogs.com/flyfish/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyfish/archive/2009/07/14/1523607.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyfish/archive/2009/07/14/1523607.html"/></entry><entry><id>http://www.cnblogs.com/flyfish/archive/2009/07/14/1523204.html</id><title type="text">转  跨域读取Cookie和session之HttpWebRequest另类方法（网站API开发）</title><summary type="text">在网上找了很多跨域读取Cookie的方法，但都是A域主动设置B域的Cookie，而没有B域去获取A域Cookie的方法。若要转载，请注名出处 http://blog.csdn.net/try530/archive/2009/01/06/3721525.aspx所谓A域主动设置B域的Cookie1：在B.com上新建一文件：SetCookie.aspxprotected void Page_Load...</summary><published>2009-07-14T05:45:00Z</published><updated>2009-07-14T05:45:00Z</updated><author><name>flyfish</name><uri>http://www.cnblogs.com/flyfish/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyfish/archive/2009/07/14/1523204.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyfish/archive/2009/07/14/1523204.html"/></entry><entry><id>http://www.cnblogs.com/flyfish/archive/2009/06/26/1511885.html</id><title type="text">ASP.NET WAP开发</title><summary type="text">我选择用ASP.NET开发,ASP.NET开发WAP站点,实在简单,就是一个移动控件的运用,根本不用懂WML语法.唯一不同的,就是一个ASPX文件可以支持多个FORM,不同FORM之间可以切换,最后ASP.NET根据访问的设备,输出不同的内容,如果用IE访问就输出HTML,手机访问,输出WML,不过在开发过程中也遇到了很多问题,一些问题总结如下:1.模拟器选择: WINWAP, M3Gate, U...</summary><published>2009-06-26T10:22:00Z</published><updated>2009-06-26T10:22:00Z</updated><author><name>flyfish</name><uri>http://www.cnblogs.com/flyfish/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyfish/archive/2009/06/26/1511885.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyfish/archive/2009/06/26/1511885.html"/></entry><entry><id>http://www.cnblogs.com/flyfish/archive/2009/06/26/1511884.html</id><title type="text">用ASP.NET创建移动Web窗体[转]</title><summary type="text">1. 概述 在 Microsoft .NET 中我们不仅可以用 ASP.NET 来创建一个基于 .NET 支持语言的台式机支持的动态页面 , 还可以用利用其中的 Microsoft .NET Mobile Internet Toolkit(MIT) 创建服务器端的 Web 应用程序 .MIT 是一种功能强大的工具 . 在运行时 ,MIT 能将开发者使用的语言 ( 如 C#,VB.NET) 转换成 ...</summary><published>2009-06-26T10:21:00Z</published><updated>2009-06-26T10:21:00Z</updated><author><name>flyfish</name><uri>http://www.cnblogs.com/flyfish/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyfish/archive/2009/06/26/1511884.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyfish/archive/2009/06/26/1511884.html"/></entry><entry><id>http://www.cnblogs.com/flyfish/archive/2009/06/26/1511881.html</id><title type="text">ASP.NET 2.0移动开发入门之使用模拟器</title><summary type="text">开始介绍如何编程之前，先介绍如何使用模拟器浏览ASP.NET移动WEB页面。由于不同的移动设备针对ASP.NET移动程序的支持程度是有较大差距的，因此显示的效果也有所不同。我在此将使用两种不同的模拟器对移动页面进行显示，在实际的开发过程中也要注意ASP.NET移动WEB页面在不同的设备中的显示效果。　　现在我们就上节讲述的实例直接在Visual Stduio 2005中进行编译，它将会自动使用IE...</summary><published>2009-06-26T10:20:00Z</published><updated>2009-06-26T10:20:00Z</updated><author><name>flyfish</name><uri>http://www.cnblogs.com/flyfish/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyfish/archive/2009/06/26/1511881.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyfish/archive/2009/06/26/1511881.html"/></entry><entry><id>http://www.cnblogs.com/flyfish/archive/2009/06/26/1511878.html</id><title type="text">[WAP]dotNet在WAP应用开发中实现按指定页数翻页的解决方案</title><summary type="text">PanQi Ultrapower Software 简介：采用dotNet开发WAP应用，通常会遇到翻页的问题，在dotNet的List控件中虽然提供ItemCount和ItemsPerPage属性来实现翻页，但这种自带的翻页只能实现&amp;#8220;上一页&amp;#8221;、&amp;#8220;下一页&amp;#8221;的翻页效果，无法按指定页数来选择性翻页，因此，很有必要开发自己的翻页机制，来完善它的不足之处，本...</summary><published>2009-06-26T10:19:00Z</published><updated>2009-06-26T10:19:00Z</updated><author><name>flyfish</name><uri>http://www.cnblogs.com/flyfish/</uri></author><link rel="alternate" href="http://www.cnblogs.com/flyfish/archive/2009/06/26/1511878.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/flyfish/archive/2009/06/26/1511878.html"/></entry></feed>
