pgAdmin介绍
官网:https://www.pgadmin.org/
pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
pgAdmin may be used on Linux, Unix…
Unexpected semicolon at the end of color style value: #361D11; --警告 起因,在父组件定义desC:#361D11,在子组件中动态使用:style"{color: list.titleC}"导致错误生成 结论: desC:color: #361D11; ,将color也写进来…
idea 突然对正常可运行vue文件报红:Expecting newline or semicolon,虽然不影响运行,但是太影响心情了
解决办法:
file---setting apply之后等待idea重新index,过一会就没有红线了。