会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
老王哈哈哈
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
11
下一页
2020年4月3日
移动硬盘插入电脑报错:Failed to mount '/dev/sda1': 输入/输出错误
摘要: 在终端输入 sudo ntfsfix /dev/sda1修复即可
阅读全文
posted @ 2020-04-03 16:21 老王哈哈哈
阅读(2038)
评论(0)
推荐(0)
2020年4月2日
从源码安装OpenCV,使用python3生成opencv-python(cv2)的接口
摘要: https://blog.csdn.net/qq_36275734/article/details/81158966
阅读全文
posted @ 2020-04-02 08:10 老王哈哈哈
阅读(332)
评论(0)
推荐(0)
ubuntu安装opencv3.4.2
摘要: https://blog.csdn.net/baidu_34971492/article/details/81665538
阅读全文
posted @ 2020-04-02 06:42 老王哈哈哈
阅读(294)
评论(0)
推荐(0)
2020年3月31日
conda安装指定版本tensorflow
摘要: conda install --channel https://conda.anaconda.org/anaconda tensorflow-gpu=1.13.1
阅读全文
posted @ 2020-03-31 05:21 老王哈哈哈
阅读(7180)
评论(0)
推荐(0)
2020年3月30日
postman用flask做接口
摘要: 用postman做接口的时候首先在文件方面 1.myrun.py import jsonfrom flask import Blueprintfrom flask import requestfrom flask import jsonifyfrom nlg_yongzhuo import text
阅读全文
posted @ 2020-03-30 17:11 老王哈哈哈
阅读(1177)
评论(0)
推荐(0)
2020年3月29日
ubuntu安装显卡驱动
摘要: sudo ubuntu-drivers autoinstall
阅读全文
posted @ 2020-03-29 23:08 老王哈哈哈
阅读(291)
评论(0)
推荐(0)
2020年3月18日
dpkg:警告:无法找到软件包 XXXX 问题解决
摘要: 通过:sudo apt-get --reinstall install `dpkg --get-selections | grep '[[:space:]]install' | cut -f1` 来重新安装全部软件,会全部刷新info目录
阅读全文
posted @ 2020-03-18 16:54 老王哈哈哈
阅读(4012)
评论(1)
推荐(0)
nohup不能及时打印python print日志
摘要: 1、程序后台运行 nohup python test.py > tt.log>&1 & 2、不能及时输出日志 nohup.out中显示不出来python程序中print的东西,这是因为python的输出有缓冲,导致nohup.out并不能够马上看到输出。 python 有个-u参数,使得python
阅读全文
posted @ 2020-03-18 09:26 老王哈哈哈
阅读(3649)
评论(0)
推荐(3)
jupyter notebook 后台运行
摘要: 入门级: jupyter notebook --allow-root > jupyter.log 2>&1 & 进阶版: nohup jupyter notebook --allow-root > jupyter.log 2>&1 & 解释: 1. 用&让命令后台运行, 并把标准输出写入jupyte
阅读全文
posted @ 2020-03-18 08:18 老王哈哈哈
阅读(9238)
评论(0)
推荐(0)
2020年3月17日
查看Python文件的运行端口号
摘要: ps -eo pid,cmd | grep test_1.0.py
阅读全文
posted @ 2020-03-17 16:39 老王哈哈哈
阅读(1524)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
11
下一页
公告