上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页

2020年2月12日

IOU

摘要: https://www.zybuluo.com/Team/note/1175689 阅读全文

posted @ 2020-02-12 17:00 cdekelon 阅读(83) 评论(0) 推荐(0) 编辑

2020年2月10日

coco , voc

摘要: https://blog.ddlee.cn/posts/7845fb62/ 阅读全文

posted @ 2020-02-10 17:56 cdekelon 阅读(67) 评论(0) 推荐(0) 编辑

2020年1月10日

os.walk

摘要: 列出所有文件的完整路径。 import os import glob imagenet_dir = "/dataset/" for root,dirs,files in os.walk(imagenet_dir): for f in files: print(os.path.join(root,f) 阅读全文

posted @ 2020-01-10 17:56 cdekelon 阅读(163) 评论(0) 推荐(0) 编辑

2019年12月19日

设置防火墙

摘要: http://blog.itpub.net/29371470/viewspace-2156416/ [root@localhost ~]# iptables -I INPUT -p tcp --dport 5901 -j ACCEPT [root@localhost ~]# iptables -I 阅读全文

posted @ 2019-12-19 14:15 cdekelon 阅读(97) 评论(0) 推荐(0) 编辑

2019年10月31日

学习印度英语

摘要: https://tw.voicetube.com/videos/50946 search "印度发音電影" 阅读全文

posted @ 2019-10-31 10:55 cdekelon 阅读(152) 评论(0) 推荐(0) 编辑

2019年10月21日

关chrome右下角通知

摘要: chrome://settings/content/notifications https://blog.csdn.net/liubenq/article/details/80002059 阅读全文

posted @ 2019-10-21 16:11 cdekelon 阅读(241) 评论(0) 推荐(0) 编辑

2019年10月16日

找出jpg 和 json, 并copy到 一个新的文件夹

摘要: $ cat filter.py import os import sys from os import walk from os import listdir import glob from shutil import copy2 mypath = './' dst = './test' #jpgs = glob.glob(os.path.join(mypath, '*.jpg')) ... 阅读全文

posted @ 2019-10-16 11:07 cdekelon 阅读(143) 评论(0) 推荐(0) 编辑

2019年8月7日

in a nutshell

摘要: 概括来说 阅读全文

posted @ 2019-08-07 10:54 cdekelon 阅读(162) 评论(0) 推荐(0) 编辑

2019年8月6日

c++ example programs with explanation

摘要: c++ example programs with explanation 阅读全文

posted @ 2019-08-06 18:12 cdekelon 阅读(105) 评论(0) 推荐(0) 编辑

2019年8月5日

可视化 https://ethereon.github.io/netscope/#/editor

摘要: https://blog.csdn.net/mzpmzk/article/details/89362616 网络可视化 https://ethereon.github.io/netscope/#/editor 阅读全文

posted @ 2019-08-05 17:57 cdekelon 阅读(680) 评论(0) 推荐(0) 编辑

上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 20 下一页

导航