2020年12月30日

nomachine

摘要: https://www.ncnynl.com/archives/201910/3399.html https://www.nomachine.com/download/ $ sudo dpkg -i nomachine_7.0.211_1_arm64.deb 阅读全文

posted @ 2020-12-30 19:20 cdekelon 阅读(187) 评论(0) 推荐(0) 编辑

copy files into docker

摘要: $ docker psCONTAINERID IMAGE COMMAND CREATED STATUS PORTS NAMESf7f0ccfe7cec test:3-1.0 "/bin/bash" 3 hours ago Up 3 hours image_client $ docker cp /tm 阅读全文

posted @ 2020-12-30 18:38 cdekelon 阅读(69) 评论(0) 推荐(0) 编辑

connect display in a docker

摘要: https://blog.yadutaf.fr/2017/09/10/running-a-graphical-app-in-a-docker-container-on-a-remote-server/ docker run --rm -it --net host \ --device /dev/sn 阅读全文

posted @ 2020-12-30 15:11 cdekelon 阅读(48) 评论(0) 推荐(0) 编辑

Python | 读取和保存图片的几种方式

摘要: Image from PIL import Image img = Image.open('img.jpg') print(type(img)) # <class 'PIL.JpegImagePlugin.JpegImageFile'> print(img) # <PIL.JpegImagePlug 阅读全文

posted @ 2020-12-30 13:54 cdekelon 阅读(236) 评论(0) 推荐(0) 编辑

导航