Memory area in JVM virtual machine

The running of a program in Java can not be separated from jvm's strict division of memory regions, each region is responsible for its own duties, in order to ensure the correct operation of the program. A flowchart of a program from file to run The memory area in JVM can be divided into five categories. Program counters, virtual machin ...

Posted by astaroth on Sat, 11 Sep 2021 09:04:06 -0700

Applet ----------- call Gaode map weather api to get weather

1, Use the Gaud weather interface: The URL link is: https://lbs.amap.com/api/webservice/guide/api/weatherinfo (1) Register and get Key When you use, you need to register for Key, because it is Ali's company, you can use Alipay scan code registration. After registration, click apply key on the page shown in the figure: Click "create new ...

Posted by madcrazy1 on Thu, 09 Sep 2021 21:07:40 -0700

[vernacular design pattern, uncover secrets

problem Suppose you are developing a logistics management application. The original version could only handle truck transportation, so most of the code was in a class called truck. After a while, this app became extremely popular. You can receive more than ten requests from shipping companies every day, hoping that the application can su ...

Posted by Xyphon on Mon, 06 Sep 2021 19:16:29 -0700

WeChat Applet

WeChat Applet 1. Introduction of WeChat applet WeChat Program, short for Mini Program, is a kind of Mini Program that can make without download and installation. Applying the dream of "reachable", users can sweep or search under it to open the corresponding 1.1 Overview 1. WeChat has a large number of products, and is very sti ...

Posted by wake2010 on Thu, 02 Sep 2021 09:19:17 -0700