The solution is to delete the logs and reload the configuration file
./nginx -s reopen
The perfect solution
in pare>select * from
1. An error
ERROR 1241 (21000): Operand should contain 1 column(s)
2. The reason for the error
This statement occurs mostly because the result set of a SELECT is wrapped in (). ()code> s>t
select
pit_key
,employee_code
,department_id
,value_date
from pit_employee_department ped
where ped.employee_code = 'GSCQ3349'
and ped.value_date < date_format(date_sub(curdate(), interval day(curdate()) - 1 day),'%Y%m%d')
and ped.pit_key not in
( select
pit_key
,value_date
from pit_employee_department ped_1
inner join
(
select
max(value_date) as max_date
from pit_employee_department ped
where ped.value_date <= date_format(date_sub( date_sub(curdate(), interval day(curdate()) - 1 day),interval 1 month),'%Y%m%d')
and employee_code = 'GSSH0039'
)ped_2
on ped_1.value_date < ped_2.max_date
and ped_1.employee_code = 'GSSH0039'
);
pit_key not in (...) pit_keyd v>_date pit_key not in (...) , field inconsistency causes error.
3. Solutions
Make changes for different reasons.
with open(json_file) as anno_file:
anno = json.load(anno_file)
, an error:
json. The decoder. JSONDecodeError: Extra data: line 1 column 57054 char (57053)

Reason 2.
according to the prompt, the reason should be the json file of each line there is a limit to the number character (not more than 57053), but my line too much content
>
>
>
>
>
>
>
with open(file_write, "w+") as f:
for infor in dict_w[index]:
dict_w1 = {infor: dict_w[index][infor]}
json.dump(dict_w1, f)
f.write("\n")
4. Further problems
run again at the beginning of reading and an error while reading code:
json. The decoder. JSONDecodeError: Extra data: line 2 column 1 (135) char

on. Load does not support decoding multiple JSON objects: Json. Loads code>, and json. The load code>) does not decode multiple json object.
https://stackoverflow.com/questions/21058935/python-json-loads-shows-valueerror-extra-data
to fill: What are the JSON objects?
6. The solution of the problem further
way 1: put the object in a list to write again, and then load.
but in my practice, such a line of words too much, there will be 1 mentioned to
problem 2: read line by line, and add a list

: When reading JSON file data, because the specified JSON file contains more than one JSON format data, so the error.

yum -y install centos-release-scl
yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++ devtoolset-9-binutils
scl enable devtoolset-9 bash
echo "source /opt/rh/devtoolset-9/enable" >> /etc/profile
gcc -v
Can.
Press “L” to pop up the following prompt box and remove the check to the right of DRC Error Markets in the figure.
Today, I upgraded Android Studio and found that the code can run, but there is an error in the release package. The error is as follows
Lint found fatal errors while assembling a release target.
To proceed, either fix the issues identified by lint, or modify your build script as follows:
...
android {
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
}
The error provides us with the above two kinds of repair way of version
a: repair
Lint to check out the problem 2: in the build of the module. The gradle add the following code, so you can ignore these problems, the normal packaging
android {
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
}
The second method is convenient, but it’s not recommended to ignore the problem, according to the website
In addition to testing the Android application to make sure it meets its functional requirements, you must also make sure that the code has no structural problems. Disorganized code affects the reliability and efficiency of an Android application and makes it harder to maintain the code.
Lint check problems is to prevent the above problems, so the way we use the following method to solve this problem
in the error above only hint Lint has a problem But didn’t tell me about any problem. Can use the android studio to see these errors
in the menu bar
can complete inspection can also specify folder check, click OK to wait for a while can see the test result, and then the error of the test results to solve can normal packing up

Reference links
https://developer.android.google.cn/studio/write/lint?hl=zh-CN
Go to the file aws-appsync/lib/detasync.js and search for global in 375 and change it to window
which is what you’re using in this file, global.setTimeout and change it to window.setTimeout
ERROR 2003 (HY000): Can’t connect to MySQL server on ‘localhost’ (10061)
:

,

2,

2,

3, if not found in [2] The Mysql service need to manually install Mysql service, install command to mysqld – install, due to The Mysql service has been installed in this machine, so there are The following prompt service already exists!

An error
selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable
The solution
Selenium – common issues an error: (a) element interaction ElementNotInteractableException – small insect’s big dream – blog garden
https://www.cnblogs.com/xiaochongc/p/12450134.html

"python.linting.pylintArgs": ["--generate-members"]
To avoid reporting errors