Tag:Control panel
-
In Tencent iot-explorer-h5-panel development environment, it takes a long time to refresh the page during debugging, and it takes up to 4 minutes to load the SDK file
tencentThe IOT Explorer H5 panel development environment is configured in the following way to develop the H5 device control panel using Tencent’s continuous program: https://cloud.tencent.com/document/product/1081/67441 When debugging the device H5 control panel with wechat developer tool, the following phenomena occur: During page debugging, after refreshing, the interface cannot be displayed for a long time. […]
-
Kubernetes uses kubedm to create clusters
For image download, domain name resolution and time synchronization, please clickAlibaba open source mirror station Practice environment CentOS-7-x86_64-DVD-1810 Docker 19.03.9 Kubernetes version: v1.20.5 Before starting 1 set of Linux operation or more, compatible operationdeb,rpm Ensure that each machine has 2G memory or more Ensure that when the node machine of the control panel, its CPU […]
-
[IOS] monitor volume changes, monitor volume buttons and hide system volume UI
Monitor volume changes There seems to be no formal way to monitor and override system volume button behavior. What we can use is an event monitor for system volume changes. Just follow the following code to add listening. func someInit() { NotificationCenter.default.addObserver(self, selector: #selector(onVolumnChanged), name: Notification.Name(rawValue: “AVSystemController_SystemVolumeDidChangeNotification”), object: nil) } func onVolumnChanged(noti: Notification) { // […]
-
Completely delete node in windows10
Delete node completely in Windows 10 When using NPM to install dependencies, errors are always reported when installing node sass. It is difficult to use several methods, so we simply delete the node completely and reinstall it Using cnpm x NPM and node degradation x Node sass degraded x Use your own source and Taobao […]
-
Git remote reported authentication failed for problem
MD — “Virtue”Today, when you finish writing the code submission, give me a report,I could submit my before, but now this project cannot be submitted. After I looked at my problem, I finally found the problem. It turned out that my computer credentials had changed. The following is my solution for reference only. If there […]
-
How can win10 download and use the control panel upgrade?
Control panel plus (control panel plus): a system setup optimization software, which can easily adjust the hidden settings of windows. The use method is very simple. Check it in the control panel plus window ☑ Means enabled, not selected □On behalf of disabled, hover over the text – you can get help. Let’s take a […]
-
The control panel cannot uninstall the program prompt: please wait for the current program to finish uninstalling or changing?
Many people uninstall the software through the “programs and functions” in the control panel. Sometimes a pop-up window prompts “please wait for the current program to complete the uninstall or change”, which makes people feel overwhelmed. The end seen on the Internet is dllhost The method of exe process sometimes works, sometimes it doesn’t work, […]
-
Resolve windows PowerShell garbled code
Garbled code often occurs when using windows PowerShell. It’s very useful to find a method on the Internet. Record it. Go to control panel > > clock and region > > region > > Management > > change system locale > > check beta: use Unicode UTF-8 to provide global language support
-
Windows_ Hyper-V_ CentOS installation
preparation: 1. Turn on hyper-v 2.CentOS-7-x86_ 64-dvd-2003.iso file Step 1: turn on hyper-v Home Edition 1. Copy the following contents into Notepad: pushd “%~dp0″ dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt for /f %%i in (‘findstr /i . hyper-v.txt 2^>nul’) do dism /online /norestart /add-package:”%SystemRoot%\servicing\Packages\%%i” del hyper-v.txt Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL 2. Modify the […]
-
Fatal: authentication failed in Git
Problem Description: In some cases, such an error will be reported when Git is operated remotelyFatal: authentication failed for ‘http: // corresponding git warehouse project address’; Analyze the problem: Error reporting means that the voucher is invalid; solve the problem: 1. Find the credential manager under the control panel, as shown below:2. Click in, select […]