[Android] Initialize every page with JsBridge and WebView

Now there's a requirement: initialize the toolbar in the android interface based on the json passed from the page. So use JsBridge Implementation'com.github.lzyzsd: jsbridge: 1.0.4'//js and android interaction framework Import the JsBridge project, add a webview to the layout, and then come to th ...

Posted by JMair on Sat, 05 Oct 2019 01:54:45 +0200

python making wallpaper replacement program

I. Brief Introduction of Functions 1. Use reptile technology to climb up pictures from the network 2. Converting Pictures to. bmp Extension Type Pictures 3. Set Pictures to Desktop Wallpaper 4. Packaging into exe 5. Modify registry to create right-click shortcuts 6. Make the uninstall program, de ...

Posted by m3rajk on Fri, 04 Oct 2019 01:31:02 +0200

An Example of Enterprise Building Doker Private Service

Enterprises Build Doker Private Service Article directory Enterprises Build Doker Private Service 1 Create Private Service 1.1 Pull out the mirror 1.2 Create Containers 1.3 validation 1.4 results 1.5 Configuration of Private Warehouses 1.6 Hand-upload Mirrors to Private Clothes 1.7 test 1 ...

Posted by stitchmedia on Thu, 03 Oct 2019 13:32:35 +0200

Java WebSocketClient Does Local Data Receiving and Processing Service Program

Client is the basic class WebSocketClientTest is the main method entry. maven address, other packages may need to be screenshots, etc. <dependency> <groupId>org.java-websocket</groupId> <artifactId>Java-WebSocket</artifactId> <version>1.3.0</version> &l ...

Posted by MikeyNoedel on Thu, 03 Oct 2019 13:22:07 +0200

C_Work Summary

Passing Values Between Winform Forms 1. By constructor The implementation code is as follows: Form Form1 LoginData ld = null; public LoginData Ld { get { return ld; } set { ld = value; ...

Posted by Mark W on Thu, 03 Oct 2019 00:12:20 +0200

Ajax&Json Notes

Content today 1. AJAX: 2. JSON AJAX: 1. Concept: ASynchronous JavaScript And XML Asynchronous JavaScript and XML 1. Asynchronization and Synchronization: Based on Communication between Client and Server * The client must wait for the response from the server. The client can't do anything else w ...

Posted by MrJW on Wed, 02 Oct 2019 16:16:19 +0200

Data transmission structure Protobuf learning data accumulation

First, the reason: android project to use the bottom of the given protobuf interface, but how to parse or how to use do not understand, so consult a wave. 2. Relevant information found: 1. Definition: Protocol Buffers (also known as protobuf) is an extensible structured data sequence mechanism inde ...

Posted by mchip on Wed, 02 Oct 2019 09:05:58 +0200

Preliminary Exploration of Responsive Spring demo Based on WebFlux

1. What is responsive programming? Why do we now think this is the trend of micro service? Let's dig a hole and give a simple formula. Responsive programming = data stream + change transfer + declarative   2. Following nonsense, don't talk much about code directly The Implementing Thought and In ...

Posted by lunarul on Wed, 02 Oct 2019 08:02:16 +0200

C# Parsing JSON Arrays

Links to the original text: https://www.cnblogs.com/chenyanbin/p/11200415.html C# Parsing JSON Arrays One way Step 1: Before using, download: Newtonsoft.Json.dll No, please come to me. Link: https://pan.baidu.com/s/1JBkee4qhtW7XOyYFi ...

Posted by tmann on Tue, 01 Oct 2019 17:05:00 +0200

koa-body, nodejs koa middleware file upload, build file service

Preface koa as the solution of node service, koa-body As the middleware of koa, it is friendly to upload files and POST JSON, set the size of json and upload files. koa-static provides service static file access demand Upload picture interface, save the file directory "Year/Month/SDK_20190904153509.png" according to the current date, ...

Posted by Cronje on Tue, 01 Oct 2019 03:41:21 +0200