ie421.NET

面对技术,你别无选择,.NET世界是如此精彩,而我们要做的就是:Thinking More

博客园 首页 新随笔 联系 订阅 管理
上一页 1 2 3 4 5 6 7 ··· 9 下一页

2008年8月21日 #

摘要: 原文:http://www.cnblogs.com/symjie520/archive/2008/07/21/1155997.html 今天使用了jquery提供的对json的操作的函数,感觉超级爽哦!下面就把代码贴出 js 1 function getjson() 2 { 3$("[i... 阅读全文
posted @ 2008-08-21 14:29 ie421 阅读(523) 评论(0) 推荐(0) 编辑

摘要: 原文:http://blog.csdn.net/Raptor/archive/2005/03/18/322889.aspx SVN、Local方式、个人源码管理 今天在QQ群里,有人在打听Delphi的VSS插件,于是被我B4了一番。正好我最近试用了SVN,感觉很不错,于是在群里强力推荐... 阅读全文
posted @ 2008-08-21 10:29 ie421 阅读(315) 评论(0) 推荐(0) 编辑

2008年8月20日 #

摘要: 原文:http://www.cnblogs.com/hunts/archive/2006/11/15/561710.html 本篇介绍JSON的基础知识。在没有接触AJAX之前我还不知道什么是JSON,在读Jeffrey Zhao的《深入Atlas系列》时才看到这个词,所以有必要了解一下JSON。... 阅读全文
posted @ 2008-08-20 22:15 ie421 阅读(301) 评论(0) 推荐(0) 编辑

摘要: 原文:http://www.json.org/json-zh.html 介绍 JSON Arabic Bulgarian Chinese Czech Dutch English French German Greek H... 阅读全文
posted @ 2008-08-20 17:17 ie421 阅读(474) 评论(0) 推荐(0) 编辑

摘要: 类、方法作为参数传递的写法整理。(通过反射实现) 需要被调用的类及方法: public class Class1 { public Class1() { // // TODO: 在此处添加构造函数逻辑 // } public int Test1(String s... 阅读全文
posted @ 2008-08-20 09:19 ie421 阅读(900) 评论(0) 推荐(0) 编辑

2008年8月19日 #

摘要: 1.json :Newtonsoft.Json http://files.cnblogs.com/ie421/Json20.zip 2.js:jQuery 3.服务器端:ashx public void ProcessRequest(HttpContext context) { context.... 阅读全文
posted @ 2008-08-19 17:57 ie421 阅读(3038) 评论(2) 推荐(0) 编辑

摘要: 源代码 Json.NET - Quick Starts & API Documentation Serializing and deserializing JSON The quickest method of converting between JSON text and a .... 阅读全文
posted @ 2008-08-19 16:57 ie421 阅读(1062) 评论(0) 推荐(0) 编辑

摘要: JavaScriptTemplates JavaScript Templates { JavaScript Templates (JST) home | API | syntax | modifiers | download | community } For web applica... 阅读全文
posted @ 2008-08-19 15:09 ie421 阅读(500) 评论(0) 推荐(0) 编辑

摘要: 作者 tinchen 於 AJAX, JavaScript - 2007-04-08 隨 著 web 2.0 的風潮,在 ajax 技術的廣泛應用下,javascript 在開發上被使用的機會也更多了,我們常利用 javascript 來處理 client 端 UI 的互動處理,實務上免不... 阅读全文
posted @ 2008-08-19 15:07 ie421 阅读(503) 评论(0) 推荐(0) 编辑

摘要: 原文: http://www.cnblogs.com/losingrose/articles/1247399.html 众所周知,webservice的性能要比常规httprequest处理速度要慢的多,而且传输数据量也要大很多。 项目开始的时候,我们为了节省时间,采用了微软的atlas+... 阅读全文
posted @ 2008-08-19 14:53 ie421 阅读(977) 评论(0) 推荐(0) 编辑

2008年8月18日 #

摘要: Earlier this year I blogged abouta new language extensibilityfeature of C# and VB called "Extension Methods". Extension methods allow developers to ... 阅读全文
posted @ 2008-08-18 13:55 ie421 阅读(280) 评论(0) 推荐(0) 编辑

摘要: 原文:http://encosia.com/2008/03/27/using-jquery-to-consume-aspnet-json-web-services/ In response to many of the articles here, I receive feedback askin... 阅读全文
posted @ 2008-08-18 13:38 ie421 阅读(684) 评论(0) 推荐(0) 编辑

摘要: ****** 生成js分页脚 ****** **** 没剑( 2008 - 03 - 05 ) **** 修改日期: 2008 - 3 - 12 添加两个参数:displaynum,displaylastNum可以自由定制显示的页码数量 参数:pagesize: 10 // 每页显示的... 阅读全文
posted @ 2008-08-18 13:25 ie421 阅读(266) 评论(0) 推荐(0) 编辑

摘要: (环境:vs2008+jquery1.2.3) 发现.net自带的ajax.net使用webservice输出的是json,其中关键的就是在请求时:Content-Type:application/json;utf-8 所以我们只要在POST时加上一个Content-Type:application... 阅读全文
posted @ 2008-08-18 13:20 ie421 阅读(456) 评论(0) 推荐(0) 编辑

摘要: 这里要说明几点: 1、WebService地址必须是全称; 2、数据返回(dataType)为xml,如果要返回Json,代码需要调整; 3、参数写法看实例; 页面部分代码: 无标题页 标题 内容 asmx代码: [WebMet... 阅读全文
posted @ 2008-08-18 09:13 ie421 阅读(663) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 9 下一页