Wujingquan | 搞搞震

Git cherry-pick

The difference between git cherry-pick and git merge For multi-branch codebases, it is a common requirement to move code from one branch to another. There are two situations at this time. In one case, you need all the code changes from another branch, then use git merge. In another case, you only need some code …

Git cherry-pick Read More »

Three.js

What is FOV? field of view, vision. This article is transferred from https://www.wujingquan.com/posts/731abb50.html This site is only for collection, and the copyright belongs to the original author.

Vue’s keep-alive include attribute does not take effect

1. Determine the version Because according to the official vue documentation, the “include” and “exclude” attributes were added in version 2.1.0 “vue”: “2.6.10” 2. Make sure that the value of the “name” attribute of the vue file is the same as the attribute added to “include” and “exclude” // page.vue 文件的script 模块export default { name: …

Vue’s keep-alive include attribute does not take effect Read More »

PowerShell

Install Official document address: https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows It is officially recommended to use the WinGet package manager to install PowerShell , but in actual operation, it is found that the version searched by winget search Microsoft.PowerShell is a few minor versions behind. For example, the latest version of PowerShell is already 7.2.6 , but the search results …

PowerShell Read More »

Node.js version manager

nvm fnm n ** Recommended for Windows fnm nvm-windows Summarize It is recommended to use fnm This article is reprinted from https://www.wujingquan.com/posts/5401353c.html This site is for inclusion only, and the copyright belongs to the original author.

Gaode map usage record

This article is reprinted from https://www.wujingquan.com/posts/73f82e13.html This site is for inclusion only, and the copyright belongs to the original author.

Docker Compose

This article is reprinted from https://www.wujingquan.com/posts/dc00a3a.html This site is for inclusion only, and the copyright belongs to the original author.

Docker with Gitea

hit log If you encounter a problem, look at the log first! ! ! Gitea’s log and Debug There are 4 ways for Gitea’s log output: https://docs.gitea.io/en-us/logging-configuration/#log-outputs Gitea Debug https://docs.gitea.io/en-us/logging-configuration/#debugging-problems Enable console output log Modify log level Data Migration, Backup, Recovery https://docs.gitea.io/en-us/backup-and-restore/#using-docker-restore other question one The main performance is that when INSTALL_LOCK = true , …

Docker with Gitea Read More »

Docker with MySQL

Running Mysql under Docker appears: mbind: Operation not permitted //docker logs –tail=”100″ mysql-server-5.2.6mbind: Operation not permittedmbind: Operation not permittedmbind: Operation not permittedmbind: Operation not permittedmbind: Operation not permittedmbind: Operation not permittedmbind: Operation not permittedmbind: Operation not permittedmbind: Operation not permitted reason This is Docker’s Seccomp security restrictions, and the official guidance and explanations are given: …

Docker with MySQL Read More »

DCloud and uni-app

This article is reprinted from https://www.wujingquan.com/posts/e9c2e0df.html This site is for inclusion only, and the copyright belongs to the original author.

Redis

This article is reprinted from https://www.wujingquan.com/posts/bae4ff13.html This site is for inclusion only, and the copyright belongs to the original author.

WeChat public account

Public account development and debugging Debugging with the x5 kernel Enter: http://debugtbs.qq.com in the WeChat chat interface and click to open the interface of x5 kernel debugging configuration; If there is an error prompting you to turn on the x5 kernel , enter: http://debugmm.qq.com/?forcex5=true and click on the WeChat chat interface to turn on the …

WeChat public account Read More »

Scroll to top options

This article is reprinted from https://www.wujingquan.com/posts/d6b62bc5.html This site is for inclusion only, and the copyright belongs to the original author.