上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 72 下一页
摘要: ` rw r r ` 开头以“ ”(a leading dash) 开头表示文件类型为 a regular file 以"d"开头表示是文件夹,如 。 之后,前三个字母表示 文件拥有者 的权限, ,后三个字母表示文件所在 group 成员的权限, ,最后三个字母表示所有人拥有的权限, 。 阅读全文
posted @ 2017-06-04 13:50 2021年的顺遂平安君 阅读(168) 评论(0) 推荐(0)
摘要: -rw-r--r-- 开头以“-”(a leading dash) 开头表示文件类型为 a regular file以"d"开头表示是文件夹,如-rw-r--r--。 之后,前三个字母表示文件拥有者的权限,rw-,后三个字母表示文件所在group成员的... 阅读全文
posted @ 2017-06-04 13:50 2021年的顺遂平安君 阅读(53) 评论(0) 推荐(0)
摘要: 直接使用系统的 安装后, 显示ruby的版本依然是ruby 1.9. 以下方法可以顺序地在Ubuntu14.04安装Ruby2.2 测试有效。 阅读全文
posted @ 2017-06-04 13:49 2021年的顺遂平安君 阅读(623) 评论(1) 推荐(0)
摘要: 查找软件: 阅读全文
posted @ 2017-06-04 13:48 2021年的顺遂平安君 阅读(261) 评论(0) 推荐(0)
摘要: 查找软件: apt-cache search 阅读全文
posted @ 2017-06-04 13:48 2021年的顺遂平安君 阅读(34) 评论(0) 推荐(0)
摘要: pandas follows the numpy convention of raising an error when you try to convert something to a bool. This happens in a if or whe... 阅读全文
posted @ 2017-06-04 13:47 2021年的顺遂平安君 阅读(50) 评论(0) 推荐(0)
摘要: pandas follows the numpy convention of raising an error when you try to convert something to a bool. This happens in a if or when using the boolean op 阅读全文
posted @ 2017-06-04 13:47 2021年的顺遂平安君 阅读(149) 评论(0) 推荐(0)
摘要: This is an introduction to pandas categorical data type, including a short comparison with R’s factor. Categoricals are a pandas data type, which corr 阅读全文
posted @ 2017-06-04 13:46 2021年的顺遂平安君 阅读(326) 评论(0) 推荐(0)
摘要: `df.loc[dates[0:1],'E'] df.loc[dates[0]:dates[1],'E']`不同。 前者 不包含 dates[1],后者是 包含 dates[1]的。 根据Python3中实际代码效果总结。 阅读全文
posted @ 2017-06-04 13:45 2021年的顺遂平安君 阅读(525) 评论(0) 推荐(0)
摘要: pandas.DataFrame.sort_index 用法 说明: 1 axis = 0,按index排序:axis = 1,按columns labels排序 2 ascending = True,降序:ascending = False,升序 3 inplace = False,返回一个排序好 阅读全文
posted @ 2017-06-04 13:44 2021年的顺遂平安君 阅读(190) 评论(0) 推荐(0)
上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 72 下一页