摘要: 日常收集 vim editor: How do I enable and disable vim syntax highlighting? 搭建 Python 环境 vim editor: How do I enable and disable vim syntax highlighting? 完美 阅读全文
posted @ 2018-01-11 23:35 xkfx 阅读(371) 评论(0) 推荐(0)
摘要: 文档地址:np.array() 1、<class 'numpy.ndarray'> ndarray 表示 n 维度(n D)数组 (= n 行数组)。 2、打印 array 结构 —— np_array.shape 3、Subsetting 2D Arrays 的两种方式 不管是 arr[1][2] 阅读全文
posted @ 2018-01-11 21:56 xkfx 阅读(452) 评论(0) 推荐(0)
摘要: 续《Java入门第三季》第一章 异常与异常处理。 1、StackOverflowError 第一次碰到这个 Error 居然有点小激动,原因当然是因为它叫 StackOverflow Q:What is a StackOverflowError, what causes it, and how sh 阅读全文
posted @ 2018-01-11 00:42 xkfx 阅读(256) 评论(0) 推荐(0)