CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - google json

搜索资源列表

  1. SafetyNetMobile

    0下载:
  2. 通过Web页面获取基站位置Web端源码 首先要清楚一点的是,每一个基站都能够通过请求http://www.google.com/loc/json获取到一个经纬度。如果用户能够在短时间内获取到较多的基站信息,比如4个或5个,可以通过这几个基站的经纬度计算出比较准确的用户位置。 举个例子,比如我在WM上取到4个基站信息: 50554,9513,460,1 50325,9513,460,1 50584,9513,460,1 50041,951
  3. 所属分类:Network Security

    • 发布日期:2017-03-28
    • 文件大小:134157
    • 提供者:尚伊珣
  1. google-gson-1.4-release

    0下载:
  2. json快速创建,通过后台快速返回json对象,可以封装list,set,map,等集合类-gson
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:442169
    • 提供者:文强
  1. googleapi

    0下载:
  2. Google ajax api,Java程序中访问Google搜索结果,以JSON字符串形式返回-Google ajax api, Java programs to access Google search results to return JSON string
  3. 所属分类:Ajax

    • 发布日期:2017-03-28
    • 文件大小:720
    • 提供者:wang wenjing
  1. googleCodeStyle

    0下载:
  2. google编码规范,包含C++,java, python, json等语言-google code style and examples
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1593440
    • 提供者:sing
  1. google-maps-api-json

    0下载:
  2. google maps api的应用,数据采用惊悚保存,是一个小型的管理软件,可以查看本公司的所有的地区分布的分公司-google maps api applications, data Save with horror, is a small management software, you can view all of the geographical distribution of the company' s branch
  3. 所属分类:JavaScript

    • 发布日期:2017-03-24
    • 文件大小:969605
    • 提供者:薛宝
  1. allove.org_json_translate_google_api

    0下载:
  2. json google translate api
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:35398
    • 提供者:liuguiyou
  1. fullcalendar-1.4.2

    0下载:
  2. FullCalendar是很出名的jQuery日历插件,它支持拖拽等功能,整合了Google Calendar,而且可以通过JSON来绑定事件,设计师可以轻松地自定义日历样式,工程师则利用它提供的接口来处理用户触发事件。 -FullCalendar is a very famous jQuery calendar plugin, it supports drag and other functions, the integration of the Google Calendar, but
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:129625
    • 提供者:李海军
  1. google-gson-2.2-release

    0下载:
  2. google的json解析类,个人感觉还不错,下面就是下载看看了-Google' s json parsing class, personal feeling pretty good, here is the download to take a look at the
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:530051
    • 提供者:张亚运
  1. JsonDemo

    1下载:
  2. Android 获取Google Weather API 并通过Xml和JSON解析数据-Android to Get Google Weather API and data through the Xml and JSON parsing
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:18613
    • 提供者:zhongheng
  1. SourceCode

    0下载:
  2. I found this on codeprojects.com. Hope this could be of any help. A Google Map Location Query to Map. Find an address to google map using a web form and json.
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:26479
    • 提供者:Blue
  1. LitJson

    0下载:
  2. 从google开源项目LitJson上取出的LitJson源码。为纯cs文件。将其解压,放到你的项目中即可使用LitJson库了。例如:unity不支持json的处理,把解压的文件放到Unity3d的assets中的plugins目录下,即可在项目中using LitJson了。 -The source of LitJson removed from google open source project LitJson. Pure cs file. Extract, you can use
  3. 所属分类:CSharp

  1. ajaxtm

    0下载:
  2. google的gson,很好用的架包,里面包含json与对象之间的简单转换-failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-11-20
    • 文件大小:1140642
    • 提供者:王贤
  1. SourceCode

    0下载:
  2. I found this on codeprojects.com. Hope this could be of any help. A Google Map Location Query to Map. Find an address to google map using a web form and json.
  3. 所属分类:Game Program

    • 发布日期:2017-04-02
    • 文件大小:26710
    • 提供者:萍缘
  1. jackson-src-1.8.6

    0下载:
  2. 所有json对象处理实现中最快的一个版本,google music player用的就是这个实现。-All json object processing to achieve the fastest one version, google music player is used in this implementation.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-28
    • 文件大小:11553038
    • 提供者:bill
  1. AndroidWebView

    0下载:
  2. game for java game for java game for java -import java.io.IOException import java.util.ArrayList import java.util.logging.Level import java.util.logging.Logger import android.accounts.AccountManager import android.app.Activity im
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1469242
    • 提供者:chen yu
  1. servlettest

    0下载:
  2. Java看的HTTP网络编程,网络通信编程实例,适用于Android网络编程。在测试代码中服务端我使用三种方式:S2SH、只用Struts2、Servlet。客户端就一种,只不过换个请求的URL。服务端和客户端交互使用了两种方式:XML、JSON,目前开放平台返回的数据都是支持这两种数据格式的。所以我也实现了这两种数据格式。其实还有一种格式,就是google的protocal buffer,这种形式在国内用的人比较少,我也没弄,感兴趣的同学看我提供的文档,自己研究吧。注意把里面的IP换成自己电脑
  3. 所属分类:android

    • 发布日期:2017-04-05
    • 文件大小:150067
    • 提供者:rpudn92
  1. Gson 解析教程

    0下载:
  2. Google/gson工具包入门教程, Gson的实例化方式, Gson的实例化方式, List Map转Json字符串, Json字符串转JavaBean, ...(Google/gson tool package tutorial)
  3. 所属分类:搜索引擎

    • 发布日期:2017-12-17
    • 文件大小:149504
    • 提供者:sisco
  1. google_oauth2

    0下载:
  2. 一套完整的 google drive 认证系统,可以根据以下命令编译运行: 将申请的Client ID和Client secrets加入到client_secrets.json cd . (当前源码根路径) mkdir bin dir /b/s src\*.java > src.list javac -sourcepath src -d bin -classpath "lib/*;" @src.list copy client_secrets.json bin\ jav
  3. 所属分类:Java编程

    • 发布日期:2017-12-24
    • 文件大小:5373952
    • 提供者:tesla-ggg
  1. obtaintoken

    0下载:
  2. scr ipt to obtain Google drive access token or refresh it. Requieres Chilhat ActiveX Libary, and Goole Drive Api Json with client ID (see google console help) Use: Cscr ipt.exe //B obtaintoken.vbs
  3. 所属分类:ActiveX/DCOM/ATL

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:FdwCh
  1. json

    0下载:
  2. 该补丁可丰富你的json文件,在google中按照网上教程安装即可使用。
  3. 所属分类:补丁

« 12 »
搜珍网 www.dssz.com