Kinect for Windows SDK v2.0 Development Notes (7) Speech Recognition (1)

(Reprinted please indicate the source) Use SDK: Kinect for Windows SDK v2.0 public preview This time we discuss speech recognition. Before that, I wrote two parts in a section. This time, on the contrary, I divided them into two parts. Speech recognition is one of the reasons for using the official SDK. Otherwise, Ope ...

Posted by ntg on Mon, 31 Dec 2018 19:48:10 -0800

iOS Development runtime Principle and Practice: Message Forwarding (Message mechanism, method not implemented + API incompatible rush, simulate multiple inheritance)

This article Demo portal: RuntimeDemo ABSTRACT: Programming can not only understand the principle, but also know the application scenario in practice. This series tries to elaborate the relevant theory of runtime and introduce some real battlefield scenarios. This article is the message forwarding chapter of this series. In ...

Posted by pyr on Tue, 25 Dec 2018 00:24:06 -0800

Cloud Server ECS Manages ECS Using OpenAPI: Creating ECS Instances Using OpenAPI Elasticity

Creating ECS instances using OpenAPI elasticity In addition to creating ECS in the ECS console or on the sales page, you can use OpenAPI code to create and manage ECS flexibly. This page uses Python as an example to illustrate. When creating ECS, you need to pay attention to the following API s: Create an ECS instance Query instance list Sta ...

Posted by jvquach on Sat, 22 Dec 2018 04:51:05 -0800

Android Eclipse+ADT+SDK+NDK+OpenGL for Android Pure C/C++ Development in Ubuntu

Step 1: Build an Android development environment in Ubuntu (64bit) 1. Download eclipse-64bit juno eclipse (Download the javadev version here, because you don't need cdt in ubuntu, but you can also use the c/c++ version.) 2. Download the Chinese package of eclipse: Chinese package 3. Download jdk1.8-64bit JDK1.8 Configuration of environment ...

Posted by Fender963 on Wed, 19 Dec 2018 17:24:05 -0800

Go Development: Installing Go Environment and VS Code on Mac

1. download SDK reach https://golang.org Download the corresponding SDK (you need to turn over the wall) The Mac version is as follows: 1.1 Installation Version: go1.8.darwin-arm64.pkgOnce the download is complete, just double-click to open the installation.1.2 Compressed Edition: go1.8.darwin-arm64.tarAfter downloading, you need to decompress, ...

Posted by daredevil88 on Tue, 18 Dec 2018 04:45:04 -0800

Android NDK environment configuration: Android Studio 3.0.1 + CMAKE + OpenCV3.4.1

1. Preface Because the author encountered various pits when configuring the NDK environment, and had some insights in the process of climbing the pit, I wrote a blog to describe in detail the process of configuring NDK using CMAKE mode in Android Studio 3.0.1 (version >= 2.2), hoping to help you.   2. Preparations 2.1 De ...

Posted by czambran on Mon, 17 Dec 2018 17:33:04 -0800

FLAG_ACTIVITY_CLEAR_TOP of Activity Startup Mode

In the past, I didn't pay much attention to the start-up mode of activity. Recently, I encountered some troubles in the project. To understand the start-up mode again, besides the four commonly used start-up modes, there are some special start-up flag s, which are also very useful. FLAG_ACTIVITY_CLEAR_TOP Google Documents: If set, ...

Posted by quimbley on Mon, 17 Dec 2018 12:30:03 -0800

Android Studio - Phase 45 Gradle manifest Placeholders

    Recent learning of code specifications and writing methods, some experience, ready to write ~including multi-channel typing (previously written methods), factory mode, mvp, and recently packaged multi-channel multi-version display different pages of manifest Placeholders configuration method, you should also encounter on ...

Posted by beyzad on Mon, 17 Dec 2018 12:09:05 -0800

App store application upload rejected Guideline 4.3 - Design solution (code + metadata)

Recently, when a custom iOS was uploaded to App Store, Guideline 4.3 - Design was rejected. Many times, it was also the kneeling of Apple's auditing mechanism. Why can't you twist your arm, or find a good way to solve it? Guideline 4.3 - Design This app duplicates the content and functionality of other apps submitted by you ...

Posted by jonki on Sun, 16 Dec 2018 11:03:04 -0800

Install SDKMAN (The Software Development Kit Manager)

SDKMAN is a tool for managing parallel versions of multiple software development toolbox based on Unix system. It provides a simple command line interface (CLI) and API for installing, converting, removing and displaying installable lists. Its predecessor is the Groovy enVironment Manager, inspired by RVM and vbenv tools that are mainly used i ...

Posted by jkohns on Sat, 15 Dec 2018 17:21:03 -0800