2008年11月5日

牛人Blog

摘要: http://www.cnblogs.com/Terrylee/archive/2006/07/17/334911.html http://www.cnblogs.com/Terrylee/archive/2007/12/09/the-ultimate-jquery-plugin-list.html 240多个jQuery插件http://encosia.com/category/ajax/pag... 阅读全文

posted @ 2008-11-05 21:57 雪中苍蝇 阅读(251) 评论(0) 推荐(0)

Win32 API讲座

摘要: 第一课∶认识API 一、什么是API 首先,有必要向大家讲一讲,什么是API。所谓API本来是为C和C++程序员写的。API说来说去,就是一种函数,他们包含在一个附加名为DLL的动态连接库文件中。用标准的定义来讲,API就是Windows的32位应用程序编程接口,是一系列很复杂的函数,消息和结构,它使编程人员可以用不同类型的编程语言编制出的运行在Windows95和Windows NT操作系统上的... 阅读全文

posted @ 2008-11-05 21:54 雪中苍蝇 阅读(559) 评论(0) 推荐(0)

AJAX下下载文件

摘要: ScriptManager.RegisterStartupScript(this, this.GetType(), "RegisterStartupScript" , String.Format("window.navigate('DownloadFile.aspx?path={0}');", Server.UrlEncode(filePath)), true); 阅读全文

posted @ 2008-11-05 21:48 雪中苍蝇 阅读(506) 评论(1) 推荐(0)

导航