Configure and Connect 配置和连接 Note: This section assumes you are familiar with the Android Activity Lifecycle. 注意:该节假设你已经熟悉了安卓的活动周期. Overview 概览 You will need certain API calls regardless of your use case. These are related to configuring, connecting t…
Java API Motion Tracking Tutorial运动追踪教程 This page describes how the Java API handles motion tracking. 该页面描述了如何使用Java API处理运动追踪. Lifecycle 生命周期 The normal motion tracking system lifecycle consists of three states: TangoPoseData.POSE_INITIALIZING, Tang…
1 什么是Apache Beam Apache Beam是一个开源的统一的大数据编程模型,它本身并不提供执行引擎,而是支持各种平台如GCP Dataflow.Spark.Flink等.通过Apache Beam来定义批处理或流处理,就可以放在各种执行引擎上运行了. 目前支持的SDK语言也很丰富,有Java.Python.Go等. 1.1 一些基础概念 PCollection:可理解为数据包,数据处理就是在对各种PCollection进行转换和处理. PTransform:代表数据处理,用来定义数…
# 设置Java SDK 环境变量 $softwares = Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* #$jdk = $softwares | Where-Object DisplayName -Match 'Java SE Development Kit' #$RegPath = 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr…
https://www.cnblogs.com/yangfengwu/p/11324411.html 说个事情,现在SDK的版本已经出到3.0了,但是我还是使用2.0 如果只是为了学习研究   选择3.0吧! 如果要做产品或者项目   选择2.0或者更低版本 大家应该都明白为什么要这样.如果你不明白,那说明你还是小白. 前面几节都是连接Wi-Fi发出的无线,然后实现通信.后面的章节咱都是让模块连接路由器,然后实现通信 大家首先要明确,WIFI模块和手机同时连接路由器通信,实际上以前的所有网络通信…
Java API:https://developers.google.com/tango/apis/java/reference/ 1. java_augmented_reality_example 增强现实例子 增强现实实例截图 2. java_basic_examples 基本的例子 3. java_examples_utils 工具类 4. java_floor_plan_reconstruction_example 建图 二维建图实例截图 5. java_green_screen_exa…
Spring配置数据源 转载:https://www.cnblogs.com/yangchongxing/p/10027495.html ============================================================== 目录 1.使用JNDI数据源2.使用嵌入式数据源3.使用C3P0数据源 =============================================================== 1.使用JNDI数据源 Spring…
1.下载jdk8并安装 2.下载tomcat windows环境下的免安装版zip包 3.设置两个环境变量 4.在tomcat的bin路径下双击startup.bat 启动tomcat服务器 5.使用  service.bat install 命令将tomcat注册为windows下的一个服务,并设置服务的启动方式为:自动,这样每次开启电脑,tomcat服务就是自动启动 参考   https://blog.csdn.net/ytx2014214081/article/details/769453…
Getting Started with the Tango Java API In this tutorial, we'll go through setting up your build environment and compiling and running your first "Hello Tango" project using the Java API, which will run sample code and display the pose data from…
配置JDK环境 本文转自:http://www.cnblogs.com/fnng/archive/2013/01/30/2883815.html,有修改 下载 登录oracle的网站去下载JDK1.8 http://www.oracle.com/technetwork/cn/java/javase/downloads/jdk8-downloads-2133151-zhs.html 好吧!在下载之前我们要先选中"Accept License Agreement"然后,才允许我们下载. 等…