半监督学习介绍
Zhu X, Goldberg A B. Introduction to semi-supervised learning[J]. Synthesis lectures on artificial intelligence and machine learning, 2009, 3(1): 1-130. 链接半监督
无监督学习:主要目的是从独立同分布采样中得到的n个独立样本中找到in…
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,过一会就没有红线了。