for
(11)ceph 告警:1 slow ops, oldest one blocked for
(1)ceph告警提示:1 slow ops, oldest one blocked for [[email protected] ~]# ceph -s cluster:[详细]
2020-07-17 08:31 分类:Linux-
Vue-router 路由守卫
Vue-router 路由守卫 const router = new VueRouter({ ... }) 前置路由守卫 router.beforeEach((to,from,next) => { // to 下一跳路由路径地址 // from 上次路由地址对象 // next 回调钩子函数,next会解析出当前...[详细]
2020-07-17 07:51 分类:路由交换etc/hosts文件详解
Linux 修改 etc/hosts文件 hosts文件 hosts —— the static table lookup for host name(主机名查询静态表)。 [详细]
2020-07-17 07:34 分类:Linux-
论文解读2——Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
背景 用ConvNet方法解决图像分类、检测问题成为热潮,但这些方法都需要先把图片resize到固定的w*h,再丢进网络里,图片经过resize可能会丢失一些信息。论文作者发明了SPP pooling(空间金字塔池化)层,让网络可以接受任意size的输入。...[详细]
2020-07-15 19:03 分类:路由交换 Django-Form组件-formset_factory
Formset 多个表单的集合,可以同时提交多个from表单中的数据,在web页面中,可以在同一个页面,提交多个form表单。[详细]
2020-07-15 16:44 分类:Python-
Python Ethical Hacking - Malware Packaging(2)
PACKAGING FOR WINDOWS FROM LINUX For best results package the program from the same OS as the target.[详细]
2020-07-15 16:34 分类:Python -
Linux 临时和永久关闭 Selinux
查看当前 Selinux 状态:getenforce 临时关闭 Selinux:setenforce 0 永久关闭 Selinux:[详细]
2020-07-15 14:35 分类:Linux Job for docker.service failed because the control process exited with error code. See
在Liunx中使用Docker, 注: Liunx使用的是在虚拟机下的centOS7版本 在刚开始安装Docker时没有任何错误, 但是在后续的docker启动过程中, 出现以下问题: Job for docker.service failed because the control process exited with error code...[详细]
2020-07-15 14:19 分类:云计算