logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

亲测有效针对于python3.8版本安装tensorflow

亲测有效针对于python3.8版本安装tensorflowpip --default-timeout=100 install tensorflow -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com这是用了豆瓣镜像,下的是tensorflow2.X。

#自然语言处理#深度学习#tensorflow +1
报错“Exception: Jupyter command `jupyter-notebook` not found“

Exception: Jupyter command jupyter-notebook not found如果你安装过jupyter-notebook 请重新安装pip3 install --upgrade --force-reinstall --no-cache-dir jupyter然后再输入jupyter notebook跳出这个页面地址就OKhttp://localhost:8888如果你

#python#机器学习#深度学习
解决MAC连上wifi或热点却不能上网问题

找到连接的wifi点击详细信息,选择TCP/IP 中的配置IPV4 选择关闭。#新换的mac昨天还能连上wifi,今天就不好使了。

文章图片
#github
解决Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class

写angular项目出现的坑ERROR in src/app/flying-heroes/flying-heroes.component.ts:9:14 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to an NgModule class.Is it missing

#typescript#angular#node.js
解决node-sass报错 :Failed at the node-sass postinstall script

Failed at the node-sassXXX postinstall script. npm ERR! node-sassXXX postinstall产生原因node-sass 与 node 版本不匹配导致找到自己的node版本查看node与node-sass对应图修改package.json 并找到对应的版本下载下载成功 启动成功...

#sass#npm#前端
若依关闭验证码功能和实例演示功能

若依登录关闭验证码功能。

文章图片
#java
Ruoyi列表点击按钮弹窗传值

若依列表点击按钮弹窗传值

文章图片
#javascript#java
解决node-sass报错 :Failed at the node-sass postinstall script

Failed at the node-sassXXX postinstall script. npm ERR! node-sassXXX postinstall产生原因node-sass 与 node 版本不匹配导致找到自己的node版本查看node与node-sass对应图修改package.json 并找到对应的版本下载下载成功 启动成功...

#sass#npm#前端
到底了