Scoring_ 2 (improve grade and score)
2. Improve the level: divide the game settings into static and dynamic groups. For settings that change with the game, make sure they are reset when you start a new game. The settings module defines the speed increase rate speedup_scale. New method initialize_dynamic_settings(), put the settings that will change with the progress of the game i ...
Posted by kiju111 on Sun, 20 Feb 2022 13:05:15 +0100
Basic usage and principle of SingleSpa micro front end
Let's talk about the disadvantages of singleSpa
Not flexible enough to dynamically load css filescss is not isolatedThere is no js sandbox mechanism (there is no global object, and the application switched every time is the same window)
The front-end micro touch can be used for a while qiankun micro front-end framework is very mature and i ...
Posted by the elegant on Sun, 20 Feb 2022 13:01:06 +0100
KVM, esxi virtual machine
1. Install and configure kvm virtual machine and create virtual machine.
1.1 when minimizing installation, change to graphical interface
You need to turn on these CPU options when using the virtual machine
Turn off the firewall, turn off selinux
systemctl disable firewalld
sed -i 's/SELINUX=enforcing$/SELINUX=disabled/g' /etc/selinux/co ...
Posted by jenni on Sun, 20 Feb 2022 12:57:22 +0100
Installation and use of Docker
catalogue
1, Docker introduction
2, Installation
1. Uninstall old version
2. Install system tools
3. Add Docker yum
4. Update source cache
5. Install Docker
3, Basic use
1. Preparatory work
2. Image download
4, Container
1. Create container
2. View current container
3. Delete container
4. Entry and exit
1, Docker introducti ...
Posted by friendlylad on Sun, 20 Feb 2022 12:41:34 +0100
What is the difference between make and new in Go
This paper mainly introduces the use and difference between new and make in Go language. New and make are two built-in functions in Go language, which are mainly used to create allocated type memory. When we define the generated variables, we may feel a little confused. In fact, their rules are very simple. Let's illustrate their differences an ...
Posted by DaveM on Sun, 20 Feb 2022 12:31:10 +0100
Element plus component library quick start tutorial
If you are Xiaobai, this set of information can help you become a big bull. If you have rich development experience, this set of information can help you break through the bottleneck 2022web full set of video tutorial front-end architecture H5 vue node applet Video + data + code + interview questions.
preface
Generally, when we develop sing ...
Posted by superhaggis on Sun, 20 Feb 2022 12:25:48 +0100
Full Permutation & permutation and combination to eliminate the difference of duplicate data
Full Permutation & permutation combination
Realize the nuance of excluding duplicates This article expounds the full arrangement method and arrangement combination. The permutation and combination here uses an example to expand * * (different combinations of target values)**
The first is full permutation, which is realized in two ways: 1 ...
Posted by newbtophp on Sun, 20 Feb 2022 12:24:07 +0100
hgame web week1 week2 wp ththaiai
web week1
Fujiwara Tofu Shop
See qiumingshan Net to try Referer directly
Hachi roku guessed
What raspberry cookie is a bit of a pit father
Cookies are cookies, but direct setting is wrong. There is no key value. If you see a set cookie in response, just use that key; The same is true for gasoline. Finally, payload is as follows:
Spider.. ...
Posted by tycragg on Sun, 20 Feb 2022 12:23:01 +0100
[front end Engineering] V: webpack5 quick start
webpack-dev-server
To realize the automatic compilation and display of files modified during development, you can use the live server plug-in with webpack's watch attribute of true and vscode, that is, observation mode
// webpack.config.js
module.exports = {
watch: true,
...
}
However, this has several disadvantages:
All source cod ...
Posted by freshrod on Sun, 20 Feb 2022 12:03:27 +0100
Map thread safe interview questions
Personal blog
Welcome to personal blog: https://www.crystalblog.xyz/
Alternate address: https://wang-qz.gitee.io/crystal-blog/
1. Differences between hashtable and HashMap
(1), HashMap implementation is out of sync and thread is unsafe Key values in HashMap are stored in Entry
Hashtable thread safety Use synchronized
jdk7 underlying data ...
Posted by Rex__ on Sun, 20 Feb 2022 12:00:30 +0100