上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页

2021年8月12日

untar several tar.gz files

摘要: import osimport glob folder = './wav' for i in glob.glob(folder + "/" + "*.tar.gz"): #print(i) os.system("sudo tar xvf %s -C untar" %(i)) 阅读全文

posted @ 2021-08-12 23:21 cdekelon 阅读(27) 评论(0) 推荐(0) 编辑

2021年8月6日

telnet server port-name

摘要: https://www.cnblogs.com/peida/archive/2013/03/13/2956992.html $ telnet 192.168.10.224 50051 https://unix.stackexchange.com/questions/500385/telnet-ret 阅读全文

posted @ 2021-08-06 23:07 cdekelon 阅读(21) 评论(0) 推荐(0) 编辑

2021年7月29日

dev c++ 字符间隔大 build with c++11

摘要: https://blog.csdn.net/baidu_41799338/article/details/104865912 Go to Tools->Compiler Option->Programs and add -std=c++11 阅读全文

posted @ 2021-07-29 14:45 cdekelon 阅读(125) 评论(0) 推荐(0) 编辑

2021年7月23日

What does -> mean in Python function definitions?

摘要: https://stackoverflow.com/questions/14379753/what-does-mean-in-python-function-definitions https://www.python.org/dev/peps/pep-3107/ Wow, I missed qui 阅读全文

posted @ 2021-07-23 14:17 cdekelon 阅读(39) 评论(0) 推荐(0) 编辑

2021年7月21日

input something to stdin, especially there is "$" in the uname

摘要: $ docker login --username=\$oauthtoken --password="yourkey" nvcr.io https://docs.docker.com/engine/reference/commandline/login/ 阅读全文

posted @ 2021-07-21 18:02 cdekelon 阅读(30) 评论(0) 推荐(0) 编辑

control gpu memory

摘要: https://stackoverflow.com/questions/34199233/how-to-prevent-tensorflow-from-allocating-the-totality-of-a-gpu-memory https://github.com/BIGBALLON/cifar 阅读全文

posted @ 2021-07-21 00:01 cdekelon 阅读(27) 评论(0) 推荐(0) 编辑

2021年6月9日

WSL2 windows 安装linux

摘要: 恢复内容开始 null 恢复内容结束 阅读全文

posted @ 2021-06-09 17:29 cdekelon 阅读(21) 评论(0) 推荐(0) 编辑

2021年6月8日

HTTP request sent, awaiting response... 403

摘要: http://blog.itpub.net/32980/viewspace-1036527/ https://unix.stackexchange.com/questions/139698/why-would-curl-and-wget-result-in-a-403-forbidden https 阅读全文

posted @ 2021-06-08 10:35 cdekelon 阅读(1803) 评论(0) 推荐(0) 编辑

2021年6月5日

Unable to locate package错误解决办法

摘要: https://blog.csdn.net/u011365831/article/details/78530013 Unable to locate package错误,解决方法非常简单,终端输入以下命令即可: sudo apt-get update 究其原因,应该是刚安装,软件源还来不及更新,所以 阅读全文

posted @ 2021-06-05 13:31 cdekelon 阅读(1380) 评论(0) 推荐(0) 编辑

systemctl command not found

摘要: https://blog.csdn.net/superjunenaruto/article/details/105399039 阅读全文

posted @ 2021-06-05 13:27 cdekelon 阅读(1979) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页

导航