How to apply the intranet address of OSS

1. How to apply the intranet address of OSS in each network environmentOnly ECS in the same region can link OSS to the intranet, and cross-account ECS and OSS can also connect to the intranet.ECS is divided into classic network ECS and VPC network ECS,**classic network ECS calls OSS classic network intranet address to link OSS**:bucketname.intr ...

Posted by zyrolasting on Wed, 29 May 2019 11:10:03 -0700

Implementation of JS SDK Based on Vue Wechat Public Number

Get ready First of all, we should see clearly the authorization of Wechat Web pages. Official documents Every step, then my demo is a small project based on vue, backstage is the Slim framework of php. Since the official documents are so complete that I can hardly read them at the time of development, I will try to say as little as possible in ...

Posted by Gabriel_Haukness on Wed, 29 May 2019 04:28:29 -0700

Java client (2)

Preface Because I have been engaged in Java research and development, especially love Java, ES Official provides two ways to access Java API as follows, of course, I chose Java API, so I also started the path of API trampling (because this SDK document seems to be headache, but when I step by step understand in depth, it is also very simple): ...

Posted by Kiwii on Mon, 27 May 2019 12:58:26 -0700

Android Wechat Login, Sharing, Payment

Reproduction requires well-known sources: http://blog.csdn.net/lowprofile_coding/article/details/78004224 Previously, I wrote the first edition of Weimai Login Sharing Payment: http://blog.csdn.net/lowprofile_coding/article/details/48086381 Preface Most app s have the need to access third-party sdk s. For example, third party login requires acc ...

Posted by witold on Fri, 24 May 2019 17:09:06 -0700

WeChat jssdk Local Test

abstract Because the project needs to use WeChat voice-related interface function, we need to introduce WeChat's jssdk, but the test of this thing is not so simple as running locally, it needs to be done with the help of WeChat web development tools. This article records the process that I completed the test today. The focus of this article ...

Posted by mikeissa on Wed, 22 May 2019 09:48:19 -0700

jni implementation in Android Studio (2)

When using a third-party jni library or not intending to open source, method one does not apply.This implements a method of separating jni dynamic libraries from application engineering. Once you open Android Studio, the menu Tools -> Android -> SDK Manager, select Install ndk in the image below, skip this step if it is already install ...

Posted by phppssh on Tue, 21 May 2019 10:22:16 -0700

Graphics of the Development of Dahua Camera java

Graphics of the Development of Dahua Camera java Following the last project of Hai Kang, this month began the two development of Dahua webcam. 1. First of all, the emo downloaded from the official website, which is only written in C, let me understand how to read a java development, this aspect is a little worse than ...

Posted by Hypnos on Sun, 19 May 2019 06:21:56 -0700

Source Code Analysis of Android HandlerThread

Handler Thread Introduction: We know that Thread threads are disposable consumer goods. When Thread threads complete a time-consuming task, the threads are automatically destroyed. If I had another one at this time A time-consuming task needs to be performed, and we have to recreate the thread to perform the time-consuming task. However, there ...

Posted by alpine on Sat, 18 May 2019 10:40:13 -0700

Full solution of RecyclerView

introduce RecyclerView is similar to ListView in principle: it maintains only a small number of Views and can display a large number of data sets. RecyclerView simplifies data presentation and processing in two ways: Use Layout Manager to determine how each item ...

Posted by skurai on Sat, 18 May 2019 06:45:28 -0700

Detailed Use of Android Advanced AIDL

The original text was first published in Wechat Public Number: jzman-blog, welcome to pay attention to communication! AIDL (Android Interface Definition Language) can be used to define the programming interface of IPC between client and server. In Android, there is no shared memory (user space) between processes. Communication between differe ...

Posted by mikesta707 on Sat, 18 May 2019 03:57:54 -0700