
PyLint is the Python syntax checker for VsCode. PyLint is a static checker. When using third-party libraries, some members are created only when the code is running
"python.linting.pylintArgs": ["--generate-members"]
To avoid reporting errors

"python.linting.pylintArgs": ["--generate-members"]
To avoid reporting errors
EndNote X9 error
Error reporting problem solved
An error phenomenon
When using EndNote X9 for literature insertion, the following error is generated:
the output style specified in this doctument, my_style, is not available in your Styles folder. Please select another style or Cancel and make sure that the style is in the proper folder.
The tag part my_style the name of the style you use, depending on the person.
Problem solving
Change the style file suffix from ENS to ENS.
>
>
right-click EndNote icon> Click on Properties>; Shortcut>; Locate the starting location in the folder;
>
>
>
>
>
>
In the attached picture
to this, problem solving.
2020/4/22
Then, select the Eclipse menu Windows->; Preferences–> java-> Compiler–> Compiler Compliance Level Select 1.7, refresh the project, and recompile.
If the problem is not resolved, right-click on the project that reported the error and select Properties–>; Java Compiler–> Select 1.7 in Compiler Compliance Level to refresh the project and recompile.
Source of the original article: Click to open the article
A few days boot, suddenly found that their project yesterday can run, today because of the green note floating red and can not run, very embarrassing;



The solution is as follows:
1. Search for “Javadoc” in the setting of IDEA


2. Change the red warning in the Declaration has problem in Javadoc issues to yellow warning;


Basically, the problem with the green comment floating red is solved;
2019-06-24 14:09:15.039 INFO 17356 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration' of type [org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration$$EnhancerBySpringCGLIB$$6d407ba3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-06-24 14:09:15.592 WARN 17356 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.
ServletWebServerFactoryass references o>pache.catalina package>e,
It then looks at the JAR package that has been introduced and finds that there is no such package.
To solve this problem, add the following dependencies:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
tomcat-embedbed embed embed embed embedtomcat-embed embed embed embed embed embed embed I did not introduce the spring-boot-starter-webpendency, which resulted in the incorrect introduction of Tomcat related packages, rather than a dependency conflict or other issue.
3, to be continued…
If you run into problems with Maven errors in the future, you will remember them here.



ah
















First, the cause of the problem
Defines a variable outside a function, and then use the following variables inside a function in python, and change its value, the result error local variable ‘a’ referenced before the assignment, the code is as follows:
error reason: the python functions and global variables with the same, if you have to modify the value of the variable will become a local variable, the reference to the variable nature can appear not to define such a mistake.
Second, the solution
The problem is solved by declaring a as a global variable with the global keyword:
tee.F_EndDay <= dateadd(DAY,0,CONVERT (VARCHAR(100), GETDATE(), 23))1, will be < Number or & gt; The number is escaped
tee.F_EndDay <= dateadd(DAY,0,CONVERT (VARCHAR(100), GETDATE(), 23))2. Use lt; ! [CDATA[ ]]> Symbol description
<![CDATA[ tee.F_EndDay <= dateadd(DAY,0,CONVERT (VARCHAR(100), GETDATE(), 23)) ]]>Appendix escape comparison table
The
| & amp; lt; td> | & lt; No. td> | < td> tr> |
| & amp; gt; td> | & gt; td> | is greater than the number td> tr> |
| & amp; amp; td> | & amp; td> | and td> tr> |
| & amp; apos; td> | “ td> | single quotes td> tr> |
| & amp; quot; td> | “ td> | double quotation marks
|