pandas part I: # 总结: DataFrame.loc[0:5] 一共6行数据,而切片[0:5]只有5个数据 在对df的行数据删除后,有些index已缺失,此时用 iloc[]来按照位置索引 取指定行 food_info.loc[[2,5,10]],传入list 取指定列 zinc_c ...
分类:
其他好文 时间:
2019-03-15 14:27:04
阅读次数:
176
用法 var id = getParam("id"); ...
分类:
Web程序 时间:
2019-03-10 13:52:47
阅读次数:
136
./rke up报错如下:panic: runtime error: slice bounds out of range [recovered] panic: runtime error: slice bounds out of range解决办法:重新修改了cluster.yml文件 ./rke ...
分类:
Web程序 时间:
2019-03-08 18:22:48
阅读次数:
800
一、apache的实现对于apache的实现,默认配置的时候是不支持cgi模式的,这里的cgi模式就是cgid_mod的加载。如果没有加载该模块,当把该文件放入cgi_bin文件之后,从浏览器获得该文件的时候,httpd并不是执行该文件并将文件的输出返回,有意思的是,浏览器将会直接将请求的cgi文件 ...
分类:
Web程序 时间:
2019-03-07 10:29:07
阅读次数:
350
一、各种SQL执行效率 # 查看当前session中所统计参数的值: Show status like ‘Com_%’; Show status like ‘Innodb%’; Show status like ‘Connections%’; Show status like ‘Uptime%’; ...
分类:
数据库 时间:
2019-03-06 13:25:34
阅读次数:
156
原文: A:My coat and my umbrella please?Here is my ticket. B:Thank you sir.Number five.Here is your umbrella and your coat. A:This is not my umbrella. B: ...
分类:
其他好文 时间:
2019-02-28 15:13:14
阅读次数:
170
https://marketplace.visualstudio.com/items?itemName=MS-CEINTL.vscode-language-pack-zh-hans ...
分类:
其他好文 时间:
2019-02-28 00:45:32
阅读次数:
162
threading.Timer实现延迟执行的实例代码importtimeimportthreadingimportloggingFORMAT="%(asctime)s%(threadName)s%(thread)d%(message)s"logging.basicConfig(format=FORMAT,level=logging.INFO)defworker():logging.info(‘in
分类:
其他好文 时间:
2019-02-25 11:55:54
阅读次数:
161
Deployment.spec.selector.matchLables实验解释作者:张首富时间:2019-02-23个人博客:www.zhangshoufu.comQQ群:895291458正确的Deployment,让matchLabels和template.metadata.lables完全比配不报错apiVersion:apps/v1kind:Deploymentmetadata:name
分类:
其他好文 时间:
2019-02-23 15:58:55
阅读次数:
3267