logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

openresty 在linux环境下重启

重启./sbin/nginx -s reload不要进到nginx目录里面去执行,不然会报-bash: nginx: command not found这个问题,因为没配环境变量系统找不到,要在你openresty下的nginx这个层级去执行同理 stop 也是一样。...

#java
报错“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#前端
到底了