http://www.iloveyou10000.com

新blogs地址 http://itares.cnblogs.com

博客园 首页 新随笔 联系 订阅 管理
  127 Posts :: 14 Stories :: 75 Comments :: 1 Trackbacks

09 2007 档案

摘要: 最近常有网友问我关于Remoting事件的问题,我也正好有些时间,于是决定写两篇关于Remoting事件的入门随笔,希望对新手有所帮助..谢谢随笔一:客户端触发服务器端事件通讯类:usingSystem;usingSystem.Collections;usingSystem.Runtime.Remoting;usingSystem.Runtime.Remoting.Channels;usingSy...阅读全文
posted @ 2007-09-14 17:22 fanrsh 阅读(458) | 评论 (0) 编辑

摘要: HTML代码:<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>...阅读全文
posted @ 2007-09-10 10:30 fanrsh 阅读(1159) | 评论 (5) 编辑

摘要: jQuery的开篇声明里有一段非常重要的话:jQuery是为了改变javascript的编码方式而设计的.从这段话可以看出jQuery本身并不是UI组件库或其他的一般AJAX类库.jQuery改变javascript编码方式!那么它是如何实现它的声明的呢?这里,用以下的一段简短的使用流程:1)查找(创建)jQuery对象:$(”selector”);2)调用jQuery对象...阅读全文
posted @ 2007-09-04 23:40 fanrsh 阅读(1117) | 评论 (5) 编辑