摘要: /*************** In for Loop ***************/ // You'd better always use ++i. // Since the logic is the same while i++ needs to save old value before 阅读全文
posted @ 2022-12-20 10:08 shendawei 阅读(21) 评论(0) 推荐(0)
摘要: find grep grep -R --include="*.py" "content" find + grep 阅读全文
posted @ 2022-12-16 19:33 shendawei 阅读(25) 评论(0) 推荐(0)
摘要: 1. Choose 你仔细想想,你和谁在一起的时候,最放得开、最自然、最舒服,又毫无顾忌,可以做回真实的你,那个人才是你心里最特别,最重要的人。--宫崎骏 阅读全文
posted @ 2022-12-16 15:57 shendawei 阅读(64) 评论(0) 推荐(0)
摘要: 1. Ireland TCD(圣三一) €25000 UCD(都柏林) € UCC(科克) € 阅读全文
posted @ 2022-12-06 16:07 shendawei 阅读(57) 评论(0) 推荐(0)
摘要: From ubuntukylin.com, can be used in ubuntu. wget -O ~/weixin.deb "http://archive.ubuntukylin.com/software/pool/partner/weixin_2.1.1_amd64.deb" sudo d 阅读全文
posted @ 2022-12-06 11:54 shendawei 阅读(39) 评论(0) 推荐(0)
摘要: 1. OS # 1: Using os-release file available in Linux’s etc directory. cat /etc/os-release # 2. Using version file available in Linux’s proc directory. 阅读全文
posted @ 2022-12-06 11:50 shendawei 阅读(134) 评论(0) 推荐(0)
摘要: Vectors are same as dynamic arrays with the ability to resize itself automatically when an element is inserted or deleted, with their storage being ha 阅读全文
posted @ 2022-12-06 09:40 shendawei 阅读(33) 评论(0) 推荐(0)
摘要: 1. Common sort Example from cplusplus.com: // sort algorithm example #include <iostream> // std::cout #include <algorithm> // std::sort #include <vect 阅读全文
posted @ 2022-12-05 15:42 shendawei 阅读(100) 评论(0) 推荐(0)
摘要: 1. 解决ubuntu命令行中文显示为问号的问题 https://blog.csdn.net/weixin_33763244/article/details/91472116 阅读全文
posted @ 2020-11-05 16:24 shendawei 阅读(43) 评论(0) 推荐(0)
摘要: 1. 交叉熵损失函数: https://www.jianshu.com/p/b07f4cd32ba6 阅读全文
posted @ 2020-10-29 17:42 shendawei 阅读(47) 评论(0) 推荐(0)