philzhou

导航

2010年8月11日 #

Consuming WCF / ASMX / REST service using JQuery

摘要: In this article I will explain how to consume a WCF / ASMX service using jQuery. The scope of the article is limited to creating & consuming different kind of services using jQuery. I have segrega... 阅读全文

posted @ 2010-08-11 22:12 philzhou 阅读(808) 评论(0) 推荐(0) 编辑

转载 Oracle常用函数

摘要: 1. ASCII返回与指定的字符对应的十进制数;SQL> select ascii(A) A,ascii(a) a,ascii(0) zero,ascii( ) space from dual;A A ZERO SPACE--------- --------- --------- ---------65 97 48 322. CHR给出整数,返回对应的字符;SQL> select ch... 阅读全文

posted @ 2010-08-11 16:42 philzhou 阅读(246) 评论(0) 推荐(0) 编辑

转载 WCF VS ASPNET WEB SERVICE

摘要: IntroductionIn this post I will explain the Difference between ASP.NET web service and programming WCF services like ASP.NET web services. It also discusses how we use the both technologies for develo... 阅读全文

posted @ 2010-08-11 16:07 philzhou 阅读(821) 评论(3) 推荐(0) 编辑