Android System (156) - - Technical Essentials of Android APP Adapting to Full Screen Mobile Phone

For a better reading experience, you can go to my personal website: Windy'Journal Catalog Catalog About Full Screen Larger screen height-width ratio Declare the max_aspect value in Android Manifest. XML Replace part of the stretched image resource file Suggestions for Optimizing Layout Files Virtual Navigation Bar Ad ...

Posted by fizzwizz on Thu, 09 May 2019 12:10:41 -0700

Function calculation php runtime - how to load and unload built-in extensions

In this article, we explain how to load and unload built-in extensions in php runtime based on the throwing and solving process of a specific problem. problem According to official documents php execution environment built-in Library As you can see, tablestore php sdk is built into the function computing environment, but the following code is w ...

Posted by ericburnard on Thu, 09 May 2019 11:56:38 -0700

Using Jaeger to Complete Link Tracking between Services

There is no road in the world, and when there are more people to walk, it becomes a road--Lu Xun The topic of this discussion is the need to step out of a "road" between services, so that bug s have a "road" to follow. Why use jaeger... this multi-language solution? Do you follow the opentracing specification? Is it ready-t ...

Posted by rwwd on Mon, 06 May 2019 11:00:39 -0700

Use Google VR to teach you how to create panoramic picture display

This article mainly refers to documents in Google VR. If you can read and understand English development documents fluently, you can go to Official website Check it out by yourself. 1. Introducing VR View VR view allows you to embed 360 degree VR media into websites on desktop and mobile, and native apps on Android and iOS. This ...

Posted by squimmy on Sat, 04 May 2019 17:10:38 -0700

how_to_build_chromium_project_for_linux

Preface It took two and a half days to compile a chrmomium project under linux. There are some additional operations that are not available on official documents. No matter which platform version of the chromium project is compiled, there is a strong feeling that their development machine is too slag:) test Official docume ...

Posted by fordiman on Fri, 03 May 2019 02:40:38 -0700

OAuth 2.0 Login of Spring Security 5.1

1.OAuth 2.0 Login The OAuth 2.0 login function provides applications with the ability to login to applications using existing accounts on OAuth 2.0 providers (such as GitHub) or OpenID Connect 1.0 providers (such as Google). OAuth 2.0 Login implements use cases: "Log in with Google" or "Log in with GitHub". ...

Posted by Gayathri on Tue, 30 Apr 2019 23:00:39 -0700

How to Track Users with Web Page Scripts

This article describes how to write JavaScript scripts to send user data back to the server. I made one Code repository , which includes all the examples below, allows you to run View Effects. 1. Synchronize AJAX A common practice for sending data back to the server is to place the collected user data in an unload event and send i ...

Posted by thomasanup on Sun, 28 Apr 2019 22:20:38 -0700

Chrome Dinosaur Game Source Exploration III - Enter the Arcade Mode

Preface Last article:《 Chrome Dinosaur Game Source Exploration II - Let the Ground Move 》 The movement of the ground is realized. In this article, the effect will be achieved: 1. When the browser is out of focus, the game will be paused and the focused game will continue. 2. Opening animation. 3. Enter arcade mode. The effect of arcade mode i ...

Posted by bad_gui on Sat, 27 Apr 2019 13:54:36 -0700

Chrome Dinosaur Game Source Exploration 6 - Recording Game Scores

Preface Last article:< Chrome Dinosaur Game Source Exploration 5 - Random Drawing Obstacles > The rendering of obstacle cactus and pterosaur is realized. This article will record and draw the current score and the highest score. In the game, the distance a small dinosaur moves is the score of the game. Every time the score reaches 100, th ...

Posted by Gregadeath on Sat, 27 Apr 2019 11:54:36 -0700

Flutter Phase 4 - Layout Controls

After writing the basic control for a few days, you will have a preliminary understanding of flutter, but you will still not remember it, but I believe the code should be very comfortable. At least I feel this way, there are few places where code is wasted, and I will continue to understand the layout. After learning this, you will feel like y ...

Posted by catnip_uk on Fri, 26 Apr 2019 18:00:40 -0700