码迷,mamicode.com
首页 >  
搜索关键字:RKE    ( 870个结果
pandas小结
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
spring boot 集成freemarker
...
分类:编程语言   时间:2019-03-10 19:13:13    阅读次数:147
web 页面间传值 js 封装方法
用法 var id = getParam("id"); ...
分类:Web程序   时间:2019-03-10 13:52:47    阅读次数:136
rancher 使用RKE部署Kubernetes常见错误解决方法
./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后台cgi挂掉之后现场还原
一、apache的实现对于apache的实现,默认配置的时候是不支持cgi模式的,这里的cgi模式就是cgid_mod的加载。如果没有加载该模块,当把该文件放入cgi_bin文件之后,从浏览器获得该文件的时候,httpd并不是执行该文件并将文件的输出返回,有意思的是,浏览器将会直接将请求的cgi文件 ...
分类:Web程序   时间:2019-03-07 10:29:07    阅读次数:350
SQL 优化
一、各种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
第一册:lesson3-4.
原文: 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
VSCode必备插件2
https://marketplace.visualstudio.com/items?itemName=MS-CEINTL.vscode-language-pack-zh-hans ...
分类:其他好文   时间:2019-02-28 00:45:32    阅读次数:162
threading.Timer 延迟执行实例代码
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实验解释
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
870条   上一页 1 ... 51 52 53 54 55 ... 87 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!