在淘宝的api中,大体分为两种类型:一种是需要sessionKey的,一种是不需要sessionKey的。不需要sessionKey的api,用法比较简单,只需要将自己的所需api以及相关的参数写在请求地址中,top平台的采用的是rest请求方式,相比于soap方式,其更加的简洁快速。在测试环境下,需要将请求发送到http://gw.api.tbsandbox.com/router/rest,后面跟上你所需要查询的参数值,以下就是一个简单的不需要ssessionKey的api请求参数: http://gw.api.tbsandbox.com/router/rest?app_key=12013615&cid=1512&fields=iid,title,nick,pic_url,price,click_url&format=xml&method=taobao.taobaoke.items.get&pid=mm_5410_0_0&sign=58DBB13C68A271079F1BB44C8885C66C×tamp=2009-11-09 14:49:33&v=1.0 在以上的阅读全文>
发表于 @ 2010年01月24日 07:29:00 | 评论( loading... ) | 举报| 收藏
1)无法找到环境SDEHOME变量.可能中文路径导致 2)Bad login user,阅读全文>
发表于 @ 2010年01月10日 11:06:00 | 评论( loading... ) | 举报| 收藏
一、 Error: Server Host cannot be null Article ID: 36758 Software: ArcGIS Server 9.3, 9.3.1 Platforms: N/A Error Message When opening the Services Directory application or accessing a Web service, the following error message is returned: "Server Host cannot be null." This issue applies to ArcGIS Server for the Microsoft .NET Framework. Cause This is a known issue caused by running the AddInstance utility with an existing username, but an incorrect password. Entering an inv阅读全文>
发表于 @ 2010年01月10日 11:06:00 | 评论( loading... ) | 举报| 收藏
using System; using System.Collections.Generic; using System.Data; using System.Reflection; namespace Syit.AHSZY.Mobile.DataServices { /// /// 数据服务基类对象 /// public class DataServiceBase { #region DB 处理 static USTC.OracleDbc db; /// /// DB /// private static USTC.OracleDbc Db { get { if (db == null) 阅读全文>
发表于 @ 2010年01月10日 11:06:00 | 评论( loading... ) | 举报| 收藏
string serverName = "localhost"; string instance = "arcgis/services"; // Using the ADF Common API data source implementation of the ArcGIS Server Web Service API string serviceNameAndType = "MapFusedCache/MapServer"; ESRI.ArcGIS.ADF.ArcGISServer.MapServerProxy agsSoapMapServerProxy = new ESRI.ArcGIS.ADF.ArcGISServer.MapServerProxy("http://" + serverName + "/" + instance + "/" + serviceNameAndType); ESRI.ArcGIS.ADF.ArcGISServer.MapServerInfo agsSoapMapServerInfo = agsSoapMapServerProxy.GetS阅读全文>
发表于 @ 2010年01月10日 11:06:00 | 评论( loading... ) | 举报| 收藏
1)无法找到环境SDEHOME变量.可能中文路径导致 2)Bad login user,阅读全文>
发表于 @ 2010年01月05日 16:25:00 | 评论( loading... ) | 举报| 收藏
1)无法找到环境SDEHOME变量.可能中文路径导致 2)Bad login user,阅读全文>
发表于 @ 2010年01月05日 12:09:00 | 评论( loading... ) | 举报| 收藏
using System; using System.Collections.Generic; using System.Data; using System.Reflection; namespace Syit.AHSZY.Mobile.DataServices { /// /// 数据服务基类对象 /// public class DataServiceBase { #region DB 处理 static USTC.OracleDbc db; /// /// DB /// private static USTC.OracleDbc Db { get { if (db == null) 阅读全文>
发表于 @ 2010年01月05日 10:03:00 | 评论( loading... ) | 举报| 收藏
一、 Error: Server Host cannot be null Article ID: 36758 Software: ArcGIS Server 9.3, 9.3.1 Platforms: N/A Error Message When opening the Services Directory application or accessing a Web service, the following error message is returned: "Server Host cannot be null." This issue applies to ArcGIS Server for the Microsoft .NET Framework. Cause This is a known issue caused by running the AddInstance utility with an existing username, but an incorrect password. Entering an inv阅读全文>
发表于 @ 2010年01月05日 09:53:00 | 评论( loading... ) | 举报| 收藏
一、 Error: Server Host cannot be null Article ID: 36758 Software: ArcGIS Server 9.3, 9.3.1 Platforms: N/A Error Message When opening the Services Directory application or accessing a Web service, the following error message is returned: "Server Host cannot be null." This issue applies to ArcGIS Server for the Microsoft .NET Framework. Cause This is a known issue caused by running the AddInstance utility with an existing username, but an incorrect password. Entering an inv阅读全文>
发表于 @ 2010年01月05日 09:53:00 | 评论( loading... ) | 举报| 收藏