摘要: Windows 10个人偏好 任何高深的技术和技巧,都需要在长期使用过程中自己摸索和总结。 我们在使用操作系统的时候往往会形成自己的使用习惯,以下纯属个人偏好 一、文件管理 1. 磁盘 C:系统盘,150G D:软件盘,100G,所有软件的安装目录,在其中新建 和`Program Files (x8 阅读全文
posted @ 2020-03-20 17:48 bit_happens 阅读(177) 评论(0) 推荐(0) 编辑
摘要: Python Lambda Python lambda: an expression form that generates function objects. anonymous (i.e., unnamed) function lambda is designed for coding simp 阅读全文
posted @ 2020-02-21 11:07 bit_happens 阅读(78) 评论(0) 推荐(0) 编辑
摘要: HTML Form 阅读全文
posted @ 2020-02-07 21:39 bit_happens 阅读(48) 评论(0) 推荐(0) 编辑
摘要: Python Tuples Python tuples are ordered collections of arbitrary objects immutable sequence why do we need tuples if we have lists? list as a data str 阅读全文
posted @ 2020-01-07 21:34 bit_happens 阅读(101) 评论(0) 推荐(0) 编辑
摘要: Python Files In short, the built in function creates a Python file object, which serves as a link to an external file residing on your machine. what i 阅读全文
posted @ 2020-01-07 19:19 bit_happens 阅读(95) 评论(0) 推荐(0) 编辑
摘要: Python Lists Python lists are ordered collections of arbitrary objects mutable sequence mutable: can be changed in place sequence operations: indexing 阅读全文
posted @ 2020-01-03 22:06 bit_happens 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Python Dictionaries Python Dictionaries are unordered collections of arbitrary objects built in mutable mapping that maps keys to values in dictionari 阅读全文
posted @ 2019-11-18 19:22 bit_happens 阅读(122) 评论(0) 推荐(0) 编辑