由于项目的地图数据放在不同的服务器上面,因此进行POI搜索和路径导航的时候需要进行跨域检索,容器环境用的是Tomcat 7.0.53.配置跨域请求的步骤为:
1. 下载Proxy.cgi,或者到Openlayers的安装目录中,安装盘符\OpenLayers-2.13.1\examples中查找,或者直接拷贝本文下面的代码到proxy.cgi文件中。并修改allowedHosts,添加需要访问的...
分类:
其他好文 时间:
2014-09-27 12:06:29
阅读次数:
300
客户端代码:
Java代码
package com.yarin.android.Examples_08_04;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.InputStreamReader;
import java.io.OutputStreamW...
分类:
移动开发 时间:
2014-09-26 20:48:28
阅读次数:
220
Sometimes it is obvious what the attributes of an object should be, but other times you have to make decisions. For examples, imagine you are designin...
分类:
其他好文 时间:
2014-09-25 17:09:17
阅读次数:
290
MOVE-CORRESPONDING用于将一个结构中的数据赋予另一个结构中的对应字段,只能存一行数据。
所以使用时应该是如下形式:
TABLES: spfli.
DATA: yp_wa LIKE spfli,
yp_tab LIKE TABLE OF spfli.
TYPES: BEGIN OF sp,
sel TYPE c.
INCLUD...
分类:
其他好文 时间:
2014-09-25 10:26:58
阅读次数:
5344
v3 API Examples Using Curl1,Default scope 获取tokenGet an token with default scope (may be unscoped):Tips CLI如下:curl -i \ -H "Content-Type: application/...
分类:
Windows程序 时间:
2014-09-24 10:45:26
阅读次数:
1358
【转自】http://blog.csdn.net/lhx20/article/details/3039909Table control用于在screen上以表格的形式显示数据,在table control中,可以使用table elements,keywords,,templates,radio b...
分类:
其他好文 时间:
2014-09-23 13:56:04
阅读次数:
281
本文大多内容来自KindEditor官网,自己加工理解后做的一个备份。编辑器使用方法1. 下载编辑器下载 KindEditor 最新版本,下载之后打开 examples/index.html 就可以看到演示。下载页面:http://www.kindsoft.net/down.php2.部署编辑器解压...
分类:
Web程序 时间:
2014-09-23 13:29:04
阅读次数:
161
官网没有给出CREATE、SEARCH、WRITE等XML-RPC接口的Java 调用示例,在此补充一下。
There is no examples on the official site for the XML-RPC operation interfaces for Java, so I posted my code here.
import org.apache.xmlrpc.Xml...
分类:
编程语言 时间:
2014-09-23 00:07:33
阅读次数:
443
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873...
http://www.ncl.ucar.edu/Document/Manuals/Getting_Started/Examples/gsun01n.shtmlOutput from example 1Frame 1Frame 2Frame 3Frame 4Frame 5(Click on any f...
分类:
其他好文 时间:
2014-09-16 23:28:31
阅读次数:
331