Ant blockchain lesson 20: trustworthiness certification judicial chain from entry to implementation

1. summary The technology builders of Hangzhou Internet court and judicial blockchain platform are ant financial services blockchain. Then, with the help of ant's technical ability and service ability, how to quickly connect with the superior's legal chain, so as to facilitate the subsequent opening ...

Posted by stiano on Sat, 01 Feb 2020 05:19:13 -0800

Android 9.0 source APP startup process

The relevant source path used in this article: Android 9.0 app startup source code 1. Introduction to startup 1.1. Startup process: Click the desktop App icon, and the Launcher process uses Binder IPC to initiate the startActivity request to the system server process; After receiving the request, t ...

Posted by fnbcprog on Sat, 01 Feb 2020 03:50:50 -0800

Encapsulate a tool to delete useless resource files at will

Encapsulate a tool to delete useless resource files at will Train of thought: Export a txt file with lint log through lint command Filter out all useless resource files by reading the "[UnusedResources]" field in it Files can be deleted directly - drawable-mdpi - drawable-hdpi - drawable-xhdpi ...

Posted by RedDragon on Fri, 31 Jan 2020 09:35:06 -0800

Simple calculator designed by Android

1. Design tasks and requirements (1) design a calculator based on Android system to realize the arithmetic of addition, subtraction, multiplication and division, and the operation of clearing and canceling. The interface design should be as simple and beautiful as possible, with good interaction, and ...

Posted by warrenk on Wed, 22 Jan 2020 10:01:15 -0800

A quick way to confuse beginners with Android

A fast way to confuse small whites for Android Why confuse Start confusing step one Several commands related to rules that keep relevant elements out of confusion are highlighted first: Fast confusion? What if the relying non-mainstream open source library authors don't mention anything about confu ...

Posted by KevMull on Fri, 17 Jan 2020 19:01:00 -0800

MPC5748G Note PWM pwm_pal

Article Directory Preface Introduction to eMIOS New Project PE Configuration Complete Code WeChat Public Number Preface Building MPC5748G Development EnvironmentMPC5748G S32_SDK_PA_RTM_3.0.0 GPIO Debugging Emulation SettingsMPC5748G SDK timer timing_palMPC5748G UART uart_palMPC5748G Note CAN can ...

Posted by BSlepkov on Thu, 16 Jan 2020 17:17:57 -0800

Integration of vue project with ID reader (hi-fi) in front end

Recently, when working on background management projects, I encountered a problem that I used the high-resolution meter to read the identity card information (Nada high-resolution meter) and then integrated it on the page. At that time, I was confused about how to integrate the hardware interaction i ...

Posted by jaybird84404 on Tue, 14 Jan 2020 23:41:56 -0800

Using JD cloud Serverless service to quickly build IoT application in 5G Era

On October 31, at the 2019 China International Information and Communication Exhibition, the Ministry of industry and information technology announced that 5G business was officially launched. 5G business age is coming! The commercial application of 5G makes the data transmission speed, response speed, connection data, data transmission volu ...

Posted by ramez_sever on Tue, 14 Jan 2020 19:11:58 -0800

How to read card information with NFC mobile phone

Here are the steps: 1. Get management permission: this development package has been integrated, which can be done with only one code call. This is quite convenient. PermissionUtil.grantNeedPermission(this); 2. Open NFC and listen to NFC events. If you don't understand this paragraph, you c ...

Posted by edcaru on Tue, 14 Jan 2020 18:21:13 -0800

How to send SMS programmatically on iPhone?

Is anyone aware of the possibility and how to send SMS programmatically via iPhone via the official SDK / Cocoa Touch? #1 building Use this: - (void)showSMSPicker { Class messageClass = (NSClassFromString(@"MFMessageComposeViewController")); if (messageClass != nil) { // Check whether the current device is con ...

Posted by mehdi110 on Mon, 13 Jan 2020 02:21:09 -0800