上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 72 下一页
摘要: !clear for Unix-like systems !CLS for Windows 阅读全文
posted @ 2017-07-05 16:01 2021年的顺遂平安君 阅读(40) 评论(0) 推荐(0)
摘要: sorted(A-LIST)会返回一个新的object,不改变A-LIST*本身。 A-LIST.sort()会直接改变A-List,不产生新的object**。 阅读全文
posted @ 2017-07-05 15:31 2021年的顺遂平安君 阅读(55) 评论(0) 推荐(0)
摘要: `sorted(A LIST)`会返回一个新的 object ,不改变 A LIST 本身。 会直接改变 A List ,不产生新的 object 。 阅读全文
posted @ 2017-07-05 15:31 2021年的顺遂平安君 阅读(132) 评论(0) 推荐(0)
摘要: `DataFrame.sample(n=None, frac=None, replace=False, weights=None, random_state=None, axis=None)[source]` n : int, optional Number of items from axis t 阅读全文
posted @ 2017-07-05 12:15 2021年的顺遂平安君 阅读(4029) 评论(0) 推荐(0)
摘要: DataFrame.sample(n=None, frac=None, replace=False, weights=None, random_state=None, axis=None)[source] n : int, optional Numb... 阅读全文
posted @ 2017-07-05 12:15 2021年的顺遂平安君 阅读(59) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-07-04 12:26 2021年的顺遂平安君 阅读(49) 评论(0) 推荐(0)
摘要: ![](http://images2015.cnblogs.com/blog/1176742/201707/1176742-20170704122554831-1920600847.png) ![](http://images2015.cnblogs.com/blog/1176742/201707/1176742-20170704122613503-1187446998.png) 阅读全文
posted @ 2017-07-04 12:26 2021年的顺遂平安君 阅读(186) 评论(0) 推荐(0)
摘要: print ('%10s'%('test'))print ('{:10}'.format('test'))#left-alignedprint ('{:10}'.format('test'))# defaut(right-aligned)print ('{... 阅读全文
posted @ 2017-07-04 11:33 2021年的顺遂平安君 阅读(101) 评论(0) 推荐(0)
摘要: ``` print ('%10s'%('test')) print ('{:10}'.format('test')) left aligned print ('{:10}'.format('test')) defaut(right aligned) print ('{:_ 阅读全文
posted @ 2017-07-04 11:33 2021年的顺遂平安君 阅读(318) 评论(0) 推荐(0)
摘要: 安装 sudo apt-get install vnc4server 修改配置文件 sudo vim ~/.vnc/xstartup #!/bin/sh# Uncomment the following two lines for normal d... 阅读全文
posted @ 2017-07-03 21:12 2021年的顺遂平安君 阅读(51) 评论(0) 推荐(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 72 下一页