- 博客(4)
- 收藏
- 关注
原创 Ubuntu16.04 安装 CVAT
Ubuntu16.04 安装 CVAT 及使用 安装 CVAT 官方tutorial链接 安装 Docker sudo apt-get update sudo apt-get --no-install-recommends install -y \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent \ software-properties-common curl -fsSL https://download.docke
2020-09-09 18:51:28
1043
1
原创 解决vncviewer连ubuntu灰屏的问题
解决vncviewer连ubuntu灰屏的问题 默认已在ubuntu中成功安装vncserver apt-get install vnc4server 查看问题 通过启动vncserver后的log文件确认问题 打开查看该文件后发现首当其冲是权限问题:说xstartup的权限不够 解决方案 因此 chmod +x ~/.vnc/xstartup 提高权限, 再更新一些必要软件sudo apt-get install gnome-panel gnome-settings-daemon metacity n
2020-09-08 23:47:12
6771
3
原创 python连续判断语句的真实表达
python连续判断语句的真实表达 今天在朋友的问题中升华了自我对python的认识,值得纪念一下。想看结论直接拉到底。 先来看一个例子 1 in [1, 2, 3] is True False (1 in [1, 2, 3]) is True True 1 in ([1, 2, 3] is True) Traceback (most recent call last): File "<...
2019-12-08 00:14:00
2317
1
原创 Ubuntu解决apt-get卡顿的问题
解决apt-get卡顿的问题 首先确认apt-get的软件源是国内的源 vim /etc/apt/sources.list 在sources.list文件中应该是如下情况: #deb cdrom:[Ubuntu 16.04.6 LTS _Xenial Xerus_ - Release amd64 (20190227)]/ xenial main restricted # See http://...
2019-12-05 17:35:34
832
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅