大约有 5,000 项符合查询结果(耗时:0.0126秒) [XML]

https://www.tsingfun.com/it/tech/1411.html 

新浪是如何分析处理32亿条实时日志的? - 更多技术 - 清泛网 - 专注C/C++及内核技术

...户日志的消息队列。 (2)Logstash:做日志解析,统一成JSON输出给Elasticsearch。 (3)Elasticsearch:实时日志分析服务的核心技术,一个schemaless,实时的数据存储服务,通过index组织数据,兼具强大的搜索统计功能。 (4)Kibana...
https://www.fun123.cn/referenc... 

图表组件 · App Inventor 2 中文网

...自 Web客户端 的用于数据系列 x 条目的列。例如,如果以 JSON 格式检索 Web客户端 内容,并且存在带有“Time”标签的数组,则可以指定“Time”列值以使用该数组。 Web客户端Y列 从 Web客户端 组件源导入数据时使用的值。该值表...
https://www.tsingfun.com/it/tech/1083.html 

基于PECL OAuth打造微博应用 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...SECRET' ); $oauth->upload( 'http://api.t.sohu.com/statuses/upload.json', array('pic' => $image), array('status' => oauth_urlencode($text)) ); $result = json_decode($oauth->getLastResponse(), true); var_dump($result); ?> 说明:搜狐要求文本要先编码,然后...
https://www.tsingfun.com/it/bigdata_ai/2238.html 

推荐引擎easyrec半天学习分享 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

...ascript'></script> c.编写一段调用代码: $(function(){ $.getJSON( "/easyrec-web/api/1.0/json/otherusersalsoviewed?apikey=32b0c25e6bc63bf1627dc7e877f81b3d&tenantid=EASYREC_DEMO&itemid=43", function(transport) { var json = eval(transport); var items = json.recommendeditems.i...
https://www.tsingfun.com/it/cpp/2209.html 

jsoncpp 不能处理__int64(long long)类型数据 - C/C++ - 清泛网 - 专注C/C++及内核技术

jsoncpp 不能处理__int64(long long)类型数据jsoncpp,是一个c++的解析生成json的开源工具。如果你的c++程序需要解析或生成json,它会使这个过程变得很简单!但是,今天在用jsoncpp进...jsoncpp,是一个c++的解析生成json的开源工具。如...
https://www.fun123.cn/reference/pro/ai_face.html 

App Inventor 2 人脸识别App开发 - 第三方API接入的通用方法 · App Inventor 2 中文网

...档,确定我们需要准备的数据 第三方API的调用 JSON结果的解析 aia源码 « 返回首页 App效果图,可以识别人脸,推断出性别及年龄: App原理介绍 通过调用第三方人脸识别api,按照指定格式上传图片及必要的参数,...
https://www.fun123.cn/reference/pro/weather.html 

App Inventor 2 天气预报App开发 - 第三方API接入的通用方法 · App Inventor 2 中文网

... 请求示例:北京7天预报 第三方API的调用 JSON结果的解析 请求成功返回JSON示例 JSON解析参考代码 aia源码 « 返回首页 App效果图,展示未来7日的天气预报,包括日期、天气图示温度: App原...
https://www.tsingfun.com/it/cpp/1419.html 

ZeroMQ的学习研究(PHP代码实例) - C/C++ - 清泛网 - 专注C/C++及内核技术

...任何你觉得好用的数据格式。Xml、Protocol Buffers、Thrift、json 等等。 e) 虽然可以使用 ZMQ 实现 HTTP 协议,但是,这绝不是他所擅长的。 ZMQ 的 Publish-subscribe 模式 我们可以想象一下天气预报的订阅模式,由一个节点提供信息源,...
https://www.tsingfun.com/it/bi... 

Linux环境离线安装docker&docker-compose - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

... mkdir -p /data/app/dockerWork sudo vim /etc/docker/daemon.json # 在文件中添加一下内容: { "data-root": "/data/app/dockerWork", "insecure-registries": ["ss.suwell.com"], "registry-mirrors": ["https://geuj9lut.mirror.aliyuncs.com"] } 备注:...
https://www.fun123.cn/reference/other/xml.html 

使用 XML Web 服务 · App Inventor 2 中文网

...n how to do this. Note: The Weather API can also return information on in JSON rather than XML, which App Inventor can manipulate using the Web.JsonTextDecode block, leading to an example similar to the one described here, but done using JSON. Here are the blocks that perform this GET when a butto...