<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Google</title><subtitle type="text">长江后浪推前浪.前浪死在海滩上.</subtitle><id>http://feed.cnblogs.com/blog/u/26679/rss</id><updated>2008-04-08T05:57:34Z</updated><author><name>半盒饭</name><uri>http://www.cnblogs.com/aayy692696/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aayy692696/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/26679/rss"/><entry><id>http://www.cnblogs.com/aayy692696/archive/2008/04/08/1142265.html</id><title type="text">JQuery中使用AJAX</title><summary type="text">通用方式：$.ajax(prop) 通过一个ajax请求，回去远程数据，prop是一个hash表，它可以传递的key/value有以下几种。(String)type：数据传递方式(get或post)。((String)url：数据请求页面的url((String)data：传递数据的参数字符串，只适合post方式((String)dataType：期待数据返回的数据格式(例如 "xml", "ht...</summary><published>2008-04-08T05:58:00Z</published><updated>2008-04-08T05:58:00Z</updated><author><name>半盒饭</name><uri>http://www.cnblogs.com/aayy692696/</uri></author><link rel="alternate" href="http://www.cnblogs.com/aayy692696/archive/2008/04/08/1142265.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aayy692696/archive/2008/04/08/1142265.html"/></entry><entry><id>http://www.cnblogs.com/aayy692696/archive/2008/04/03/1136363.html</id><title type="text">JavaScript实用技巧集锦</title><summary type="text">1. oncontextmenu="window.event.returnValue=false" 将彻底屏蔽鼠标右键&amp;lt;table border oncontextmenu=return(false)&amp;gt;&amp;lt;td&amp;gt;no&amp;lt;/table&amp;gt; 可用于Table 2. &amp;lt;body onselectstart="return false"&amp;gt; 取消选取、防止复制3. ...</summary><published>2008-04-03T07:38:00Z</published><updated>2008-04-03T07:38:00Z</updated><author><name>半盒饭</name><uri>http://www.cnblogs.com/aayy692696/</uri></author><link rel="alternate" href="http://www.cnblogs.com/aayy692696/archive/2008/04/03/1136363.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aayy692696/archive/2008/04/03/1136363.html"/></entry><entry><id>http://www.cnblogs.com/aayy692696/archive/2008/03/05/1091501.html</id><title type="text">240多个jQuery插件</title><summary type="text">jQuery 是继 prototype 之后又一个优秀的 Javascript 框架。其宗旨是—写更少的代码,做更多的事情。它是轻量级的 js 库(压缩后只有21k) ，这是其它的 js 库所不及的，它兼容 CSS3，还兼容各种浏览器（IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+）。 jQuery 是一个快速的，简洁的 javaScript 库，使用户能更方便...</summary><published>2008-03-05T03:28:00Z</published><updated>2008-03-05T03:28:00Z</updated><author><name>半盒饭</name><uri>http://www.cnblogs.com/aayy692696/</uri></author><link rel="alternate" href="http://www.cnblogs.com/aayy692696/archive/2008/03/05/1091501.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aayy692696/archive/2008/03/05/1091501.html"/></entry><entry><id>http://www.cnblogs.com/aayy692696/archive/2008/03/05/1091316.html</id><title type="text">ECHO2, GWT, DOJO, PROTOTYPE, JQUERY(AJAX框架的选择)</title><summary type="text">看了几篇中英文的AJAX库/框架比较文章，为方便选择使用，特归纳如下：首先，要在两个类别中选择，一个是编译类，一个是非编译类别。Echo2/GWT是将JAVA代码编译成JAVASCRIPT，乍看很方便，不用掌握JS也能做出炫目界面。但这只适于不会或者不想了解JS的情况，对于还是想完全控制和定制界面的项目就不适合。另外，有一种观点认为JAVA-&amp;gt;JS转换是一种低级语言向高级语言转换，本身没有意...</summary><published>2008-03-05T02:22:00Z</published><updated>2008-03-05T02:22:00Z</updated><author><name>半盒饭</name><uri>http://www.cnblogs.com/aayy692696/</uri></author><link rel="alternate" href="http://www.cnblogs.com/aayy692696/archive/2008/03/05/1091316.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aayy692696/archive/2008/03/05/1091316.html"/></entry><entry><id>http://www.cnblogs.com/aayy692696/archive/2008/01/17/1042991.html</id><title type="text">（sql2005)数据库相关问题总结（数据库[一]）</title><summary type="text">昨天晚上用了一个晚上对公司的数据库1033(旧的库)升级到1037(最新的库)..升级中碰到如下问题:一、首先把本地程序最样的脚本文件倒入最新的数据库 导出数据脚本时 （为所选的数据库中的所有对象编写脚本）为了脚本的完整性 导入数据库脚本时 （只要在查询窗口里执行即可） 注意：新数据库为空。二、脚本执行成功后，就是对原有在运行的数据库的数据的导入。 因原有库的表的字段和新的库的字段有所区别（基本上...</summary><published>2008-01-17T06:56:00Z</published><updated>2008-01-17T06:56:00Z</updated><author><name>半盒饭</name><uri>http://www.cnblogs.com/aayy692696/</uri></author><link rel="alternate" href="http://www.cnblogs.com/aayy692696/archive/2008/01/17/1042991.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/aayy692696/archive/2008/01/17/1042991.html"/></entry></feed>
