Tag:Later meeting
-
Time:2020-11-21
In the process of integrating springboot with keycloak, for the interface that needs authorization, it will jump to keycloak to log in, and there is a redirect before it_ URI. After successful login, it will jump back to the client. However, there is no place to modify this address by default. We need to develop […]
-
Time:2020-9-5
Please indicate the source of Reprint: https://www.cnblogs.com/tangZH/p/11985745.html In some mobile phones, after setting linespacingextra for textview, the text in the last line will appear, and linespacingextra will also appear, which is not only available in some versions, but also related to the model. It can be solved in the following way: public class LastLineNoSpaceTextView extends […]
-
Time:2020-4-8
Online real-time conversion Needbabel-registerIn babelrc: { “presets”: [ “es2015” ] } Configuration of main.js in the project: The premise is to install the corresponding package require(‘babel-register’) require(‘./src/app’) The app.js written by myself to run is app.js. After configuration, the main.js will be automatically converted to Es5 and executed Manual conversion by configuration Needbabel-cli After installing […]
-
Time:2020-3-29
Api classification internal apiTranslated into internal API, understood as the API for internal use of SDK.This kind of interface was originally intended to be private. hide api See the method or class marked with @ hide in the source code, that is, hide.This kind of interface is intended to be public, but the current stage […]