posted @ 2022-06-27 11:34
06 2022 档案
posted @ 2022-06-23 17:22
posted @ 2022-06-20 09:38
posted @ 2022-06-17 16:14
posted @ 2022-06-16 17:12
posted @ 2022-06-09 11:00
随笔 - 396, 文章 - 0, 评论 - 95, 阅读 -
107万
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
导航
搜索随笔分类随笔档案
最新评论
|
06 2022 档案
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
posted @ 2022-06-27 11:34
摘要:打开csproj文件 添加 <PropertyGroup> <ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles> </PropertyGroup> 搜索 复制
阅读全文
posted @ 2022-06-23 17:22
摘要:1.有监督学习:已标注出标识的训练数据2.无监督学习:分类学习3.回归:对某个值进行预测4.多重回归:使用多个特征条件预测5.一元回归:只需回归一个值 搜索 复制
阅读全文
posted @ 2022-06-20 09:38
摘要:1.安装 Composer https://getcomposer.org/Composer-Setup.exe 2.创建tp项目 composer update topthink/framework 3.安装插件(https://www.kancloud.cn/manual/think-templ
阅读全文
posted @ 2022-06-17 16:14
摘要:添加: "php.validate.executablePath": "D:\\PHP\\phpStudy_64\\phpstudy_pro\\Extensions\\php\\php7.3.4nts\\php.exe", "php.executablePath": "D:\\PHP\\phpStu
阅读全文
posted @ 2022-06-16 17:12
摘要:1.拉取镜像 elasticsearch docker pull elasticsearch:7.7.1 2.运行镜像(single-node 单节点启动) 网上建议设置是512M内存 可以根据虚拟机大小调整 我的虚拟机只有2G 所以我这里设置成128M 如果小伙伴出现容器自动退出一般就是内存设置太
阅读全文
posted @ 2022-06-09 11:00
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Powered by:
|