Incompatible with lower version. Add the following version or lower version
npm install –save-dev [email protected] less ( Add less (lower version)
Incompatible with lower version. Add the following version or lower version
npm install –save-dev [email protected] less ( Add less (lower version)
The SSH connection of xshell frequently prompts socket error event: 32 error: 10053
1. Cancel the check at the tunnel
2 modify/etc/SSH/sshd_ Configuration file under config
Change the value of clientaliveinterval to 60
Then restart the ssh server
At present, there is no frequent SSH disconnection problem, which should be effective
When encountering the error: strain ‘,’241’,’343 ‘in program
An error is a compilation error in C/C + +.
The error refers to the source program has illegal characters, illegal characters need to be removed. Generally, the coder uses Chinese input method or directly copies and pastes the code from other places. Chinese space, Chinese quotation marks and various Chinese punctuation marks appear in the code.
Solution:
open the error file in Notepad and save it in ANSI format. You can see that some unrecognized characters become garbled.
1. Delete the space in the wrong line and the space before and after it, and try again
2. Change the color that is obviously different from other punctuation marks( Most compilers have color recognition)
3. If the code is relatively short, it is recommended to re type it all
When executing sudo apt get upgrade in Ubuntu, the following error is reported:
Setting up bluez (4.101-0ubuntu13.1) ...
reload: Job is not running: dbus
invoke-rc.d: initscript dbus, action "force-reload" failed.
start: Job failed to start
invoke-rc.d: initscript bluetooth, action "start" failed.
dpkg: error processing package bluez (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of bluez-alsa:i386:
bluez-alsa:i386 depends on bluez; however:
Package bluez is not configured yet.
dpkg: error processing package bluez-alsa:i386 (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
bluez
bluez-alsa:i386
E: Sub-process /usr/bin/dpkg returned an error code (1)
You can solve this problem by executing the following command:
$ sudo mv /var/lib/dpkg/info/ /var/lib/dpkg/info_old/
$ sudo mkdir /var/lib/dpkg/info/
$ sudo apt-get update
...
$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
7 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up bluez (4.101-0ubuntu13.1) ...
Setting up blueman (1.23-git201403102151-1ubuntu1) ...
Setting up bluetooth (4.101-0ubuntu13.1) ...
Setting up bluez-alsa:amd64 (4.101-0ubuntu13.1) ...
Setting up bluez-alsa:i386 (4.101-0ubuntu13.1) ...
Setting up bluez-gstreamer (4.101-0ubuntu13.1) ...
Setting up bluez-utils (4.101-0ubuntu13.1) ...
$ sudo mv /var/lib/dpkg/info/* /var/lib/dpkg/info_old/
$ sudo rm -rf /var/lib/dpkg/info
$ sudo mv /var/lib/dpkg/info_old/ /var/lib/dpkg/info/
After entering the above command, there is no problem in executing sudo apt get update and sudo apt get upgrade.
You can clean it in Maven
webpack.config.js
...
module: {
rules: [
{
test: /\.css$/,
use: ['style-loader', 'css-loader'],
},
],
},
...
Pay attention to the order of 'style loader ','css loader' and keep it consistent with the document.
Error log:
java.lang.RuntimeException: azkaban.jobExecutor.utils.process.ProcessFailureException
at azkaban.jobExecutor.ProcessJob.run(ProcessJob.java:304)
at azkaban.execapp.JobRunner.runJob(JobRunner.java:784)
at azkaban.execapp.JobRunner.doRun(JobRunner.java:600)
at azkaban.execapp.JobRunner.run(JobRunner.java:561)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: azkaban.jobExecutor.utils.process.ProcessFailureException
at azkaban.jobExecutor.utils.process.AzkabanProcess.run(AzkabanProcess.java:130)
at azkaban.jobExecutor.ProcessJob.run(ProcessJob.java:296)
... 8 more
27-06-2021 16:47:23 CST ods_nshop2hive ERROR - azkaban.jobExecutor.utils.process.ProcessFailureException cause: azkaban.jobExecutor.utils.process.ProcessFailureException
27-06-2021 16:47:22 CST ods_nshop2hive INFO - at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
27-06-2021 16:47:23 CST ods_nshop2hive INFO - Finishing job ods_nshop2hive at 1624783643048 with status FAILED
The cause of the error is: the content of the job script is not in UNIX format
solution: use nopad + +, change the format to UNIX, and then upload the zip package

Essential problem: certificate trust configuration file is damaged
discovery operation: /usr/bin/security dump trust settings - d
operation result:
SecTrustSettingsCopyCertificates: The Trust Settings Record was corrupted.
Delete /library/security/trust settings/Admin. Plist , which is the configuration file. Go back to the keychain and click trust configuration again
Cause
Clashx can’t even get on it
After
error: x509: failed to load system roots and no roots provided; Sectrustsettingscopycertificates error: - 25262 error checking: sectrustsettingscopycertificates seems to be a function, which has been mentioned in many issues of GitHub, most of which are go and sublime text, such as /usr/bin/security dump-trust-settings -d??However, when updating the clear space, I found that the impression notes took up another 12g, and the handsoff log wrote another 2 g, which solved the problem of “locking up the water in the world” after deleting Xcode, and made the computer live again
SHIYO
Using the above method, we should show the main function in rnx2rtkp. C, otherwise it will conflict with the external main function
In addition, the compiler must
Modify rtklib. H and add
?Define envelope
#define ENAGAL
#define ENACMP
#define ENAQZS
#define ENAIRN
Otherwise
When the convrnx function finishes executing, exits the dynamic library and returns to the main function, the “run time check failure # – 2 – stack around the variable ‘opt #” pop up in debug mode Is abnormal. The exception does not pop up in release mode. On the network about this exception, the main body thinks that it is caused by memory out of bounds, and the author has not found out opt yet_ The reasons of variable out of bounds will be further studied in the future. “Project – & gt; Configuration properties – & gt; c/c+ ±& gt; Code generation – & gt; The basic runtime check can be changed to the default value.
From Shang Zhenghui Science Blog
http://wap.sciencenet.cn/blog-3386358-1138019.html?mobile=1
On the Mac computer, compile the code of golang. After the code is successfully compiled, execute it. An error is reported
exec format error
After a long time of investigation, I finally found the problem: my computer’s configuration of golang is as follows:
GOOS="linux"
After compiling, I run it on MacOS, so I report an error.
When you know where the problem is, it’s very easy to solve it. When compiling, the execution is as follows:
GOOS=darwin GOARCH=amd64 go build -o http -v ./main.go
About installing SQL server 0 in Windows 10 20h2 × 84bb0001 is one of the solutions
Background solutions
Background
A brand new computer, upgrade to 20h2, and want to install a SQL Server 2005, the result is an error “try to execute unauthorized operation, error code 0 × 84BB0001”
resolvent
Those problems on the Internet, such as uninstalling and completely re installing, are different from those I encountered, but the way to report errors is the same. Let’s draw a conclusion directly
Edge fuckin ‘! No updates!!!!! After updating edge, it will be ready. Please refer to the details https://docs.microsoft.com/en-us/answers/questions/148323/windows-10-version-20h2-install-error-code-0x84bb0.html
Install Java environment in CentOS, add soft link times: ln: failed to create symbolic link ‘/ usr/bin/Java’: file exists
[root@iZbp12f9404um3f6avsm29Z /]# ln -s /usr/local/java/jdk1.8.0_291/bin/java /usr/bin/java
ln: failed to create symbolic link ‘/usr/bin/java’: File exists
Failed to create symbolic link, file exists.
-s The meaning of the command is to add symbolic links to play the role of a link
resolvent
[root@iZbp12f9404um3f6avsm29Z /]# ln -sf /usr/local/java/jdk1.8.0_291/bin/java /usr/bin/java
[root@iZbp12f9404um3f6avsm29Z /]# java -version
java version "1.8.0_291"
Java(TM) SE Runtime Environment (build 1.8.0_291-b10)
Java HotSpot(TM) 64-Bit Server VM (build 25.291-b10, mixed mode)
Modify the – s command to – SF command- The f command means to enforce, which means to create if it does not exist and to override if it does exist
So far, the creation of soft connection is completed