Custom Monitoring (Aliyun & zabbix)

Custom Monitoring (Aliyun & Zabbix)At present, Aliyun has limited ports to 25, so it is impossible to set up a mail server on Aliyun to send alarm mail. If you need mail notification, you can take the following methods:1. Open an E-mail with Aliyun Enterprise2. Use Aliyun to monitor and alarm3. Third-party zabbix custom script monitoringI. ...

Added by nicephotog on Tue, 02 Jul 2019 21:45:33 +0300

Componentization using ARouter

ARouter is an open source project on github by Ali. The address is: ARouter This article does not focus on sharing the use of ARouter, but on sharing how ARouter is decomposed.For detailed use, you can see the documentation and ask questions in groups.On how to write a route for componentization, I recommend reading an article from my colleague ...

Added by angelkay73 on Thu, 27 Jun 2019 20:14:06 +0300

Integrating Wwise and its use in UE4

Preface Generally speaking, the sound module is relatively independent in the process of game development. So there will be some editors to assist sound designer in design, and these editors will provide some API s to facilitate integration into the engine. At present, most of the games I've been exposed to are Wwise and FMod. Since Wwise and ...

Added by Earnan on Sun, 23 Jun 2019 22:53:52 +0300

Xml parsing - Xml PullParser parsing example analysis

Xml parsing - Xml PullParser parsing example analysis XmlPullParser is an event-driven approach to parsing XML files. Because Android system has integrated this part, and the parsing part of XML file in Android framework is basically processed in this way, it is necessary for us to learn and understand the parsing process of XmlPull Parser a ...

Added by Fredix on Sat, 22 Jun 2019 00:50:17 +0300

Method of Hook APP without Root

Method of Hook APP without Root Core Foundation Framework for Hook Free from Root: VirtualApp of asLody asLody/VirtualApp: An open source implementation of MultiAccount.(Support 4.0 - 8.0). Interview with Roddy: The Way for Android Daniel to Grow up in Senior Two 0. Attempts at different Hook modes [On 8 May 2017:Using the form ...

Added by psychotomus on Fri, 21 Jun 2019 22:31:18 +0300

Android Goethe Map Filling

More and more maps are used in the project. Maps are used everywhere from the O2 O mall, travel, transportation, bicycle and so on. The following are several common function points used in the integration of Golden Map in many projects, as well as filling holes. Location function Using the latest Sdk Android_Map3D_SDK_V5.1.0_20170518.jar There ...

Added by Saethyr on Thu, 20 Jun 2019 00:01:11 +0300

Simple analysis of Butter Knife source

1. Introduction to Butter Knife Butter Knife is an open source dependency injection framework that primarily serves as a syntax sugar effect, such as Button button = (Button) findViewById(R.id.button);, which can be simplified to @BindView(R.id.button) Button button;. Here Obviously, you can see that this is done with annotations. As to whether ...

Added by kroll on Tue, 18 Jun 2019 20:42:25 +0300

Understanding of Callback Mechanism

This article is reproduced on the blog of Dashen xiaanming( http://blog.csdn.net/xiaanming/article/details/17483273): In the past, I did not understand what callback was. Every day I heard people say to add a callback method. I thought to myself, what is called callback method? Then I look for it on the internet, and I don't know much abo ...

Added by tsiedsma on Sun, 16 Jun 2019 21:21:18 +0300

Xamarin Android Binding Wechat SDK

Almost all APP s now integrate the functions of sharing with social platforms such as Weibo and Weixin. These social platforms officially provide SDK for developers to use. For Android and IOS platforms, only download the official SDK and integrate it according to the official instructions. But for Xamarin, there is no official SDK, at this ti ...

Added by prkarpi on Wed, 12 Jun 2019 02:40:14 +0300

iOS Baidu Map + Eagle Eye SDK Integrated Recording

Baidu Hawk Eye The official integration instructions of Eagle Eye + Map Baidu are very detailed, but there are still several pits that do not know the series. I'm using the Eagle Eye V3.0.3 version here. List a few pits I stepped into in the integration process. Eagle Eye Trajectory itself is only responsible for collecting and displaying th ...

Added by n8w on Tue, 04 Jun 2019 21:35:26 +0300