上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: 1. find the dicom tag: a. RadiAnt show dicom tags : Ctrl + Alt + T b. dcmdump --read-file dicom_debug1/2.dcm | grep -e '0010' 2. modify dcmodify --rea 阅读全文
posted @ 2020-04-24 14:51 imoon22 阅读(222) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/28491230/indexing-a-numpy-array-with-a-list-of-tuples X[tuple(zip(*idx1))] X[idx2[:,0], idx2[:,1]] 阅读全文
posted @ 2020-03-05 10:25 imoon22 阅读(91) 评论(0) 推荐(0)
摘要: find . -exec touch {} \; 阅读全文
posted @ 2020-02-28 16:38 imoon22 阅读(123) 评论(0) 推荐(0)
摘要: find . -type f -iname "*.py" -exec grep -Hi "LAD" '{}' + 阅读全文
posted @ 2020-02-27 21:34 imoon22 阅读(291) 评论(0) 推荐(0)
摘要: 作者:魏秀参链接:https://zhuanlan.zhihu.com/p/104298923来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 学术论文是发布自己或团队最新研究进展正式且最快捷的途径,也是和同行交流想法最方便、高效的方式。当同行评议(Peer revie 阅读全文
posted @ 2020-01-31 00:14 imoon22 阅读(2409) 评论(0) 推荐(0)
摘要: https://github.com/pybind/pybind11 阅读全文
posted @ 2020-01-07 20:32 imoon22 阅读(123) 评论(0) 推荐(0)
摘要: 1 from lxml import html 2 import requests 3 4 # using xpath 5 6 # page = requests.get('http://econpy.pythonanywhere.com/ex/001.html') 7 page = request 阅读全文
posted @ 2019-12-13 14:17 imoon22 阅读(313) 评论(0) 推荐(0)
摘要: https://www.pugetsystems.com/labs/hpc/How-To-Install-CUDA-10-together-with-9-2-on-Ubuntu-18-04-with-support-for-NVIDIA-20XX-Turing-GPUs-1236/ Do I nee 阅读全文
posted @ 2019-10-16 17:16 imoon22 阅读(407) 评论(0) 推荐(0)
摘要: linux 阅读全文
posted @ 2019-10-15 23:05 imoon22 阅读(2141) 评论(0) 推荐(0)
摘要: https://askubuntu.com/questions/1078939/ubuntu-18-04-battery-life http://tipsonubuntu.com/2018/11/18/quick-tip-improve-battery-life-ubuntu-18-04-highe 阅读全文
posted @ 2019-08-27 10:34 imoon22 阅读(204) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 下一页