码迷,mamicode.com
首页 >  
搜索关键字:miss    ( 1422个结果
课 python 爬虫 01
1.通讯协议 1.1 端口 我们想要进行数据通讯分几步? 1. 找到对方ip 2. 数据要发送到对方指定的应用程序上。为了标识这些应用程序,所以给这些网络应用程序都用数字进行了标识。为了方便称呼这个数字,叫做 端口。这里的端口 我们一般都叫做 '逻辑端口' 3. 定义通讯规则。这个通讯规则我们一般称 ...
分类:编程语言   时间:2020-07-10 21:15:25    阅读次数:102
ant design vue 保留登录页,取消动态路由
1.让菜单生成不经过动态路由 修改 src/router/index.js import Vue from 'vue' import Router from 'vue-router' import { constantRouterMap, asyncRouterMap } from '@/confi ...
分类:其他好文   时间:2020-07-10 09:33:25    阅读次数:194
leetcode104 二叉树的最大深度(Easy)
题目来源:leetcode104 二叉树的最大深度 题目描述: 给定一个二叉树,找出其最大深度。 二叉树的深度为根节点到最远叶子节点的最长路径上的节点数。 说明: 叶子节点是指没有子节点的节点。 示例: 给定二叉树 [3,9,20,null,null,15,7] 返回它的最大深度 3 。 解题思路: ...
分类:其他好文   时间:2020-07-07 10:18:52    阅读次数:80
ELK+RabbitMq搭建日志系统
环境准备 1. 三台服务器 10.1.34.215 10.1.34.216 10.1.34.217 2. 全部关闭防火墙和selinux systemctl stop firewalld && systemctl stop firewalld sed -i 's/=enforcing/=disabl ...
分类:其他好文   时间:2020-07-06 16:04:30    阅读次数:59
virtualbox问题
1.重启要求重新安装系统 2.mount 挂载报错: mount: /mnt/share: wrong fs type, bad option, bad superblock on /mnt/share, missing codepage or helper program, or other er ...
分类:其他好文   时间:2020-07-06 16:03:49    阅读次数:68
Leetcode: 879. Profitable Schemes
Description There are G people in a gang, and a list of various crimes they could commit. The i-th crime generates a profit[i] and requires group[i] g ...
分类:其他好文   时间:2020-07-04 13:37:37    阅读次数:57
composer require workerman/gateway-worker时报错
Your requirements could not be resolved to an installable set of packages. Problem 1 - phpoffice/phpspreadsheet 1.10.1 requires ext-fileinfo * -> the ...
分类:其他好文   时间:2020-07-04 11:39:20    阅读次数:104
《一篇文章搞定GBDT、Xgboost和LightGBM的面试》
一篇文章搞定GBDT、Xgboost和LightGBM的面试 丢丢 一枚永远找不到路的 路痴 GBDT和XGB基本上是机器学习面试里面的必考题。最近面试了五十场面试,基本三分之二的面试官都问了关于GBDT和XGB的问题。 下面把里面常用的知识点、常见的面试题整理出来 首先来说集成学习 集成学习 bo ...
分类:其他好文   时间:2020-07-03 21:40:21    阅读次数:47
list类型数据转换成数组,单选
public void showList(List<DictValueListBean> response) { if (!ListUtil.isEmpty(response)) { List<String> nameList = new ArrayList<>(); for (int i = 0; ...
分类:编程语言   时间:2020-07-03 17:46:03    阅读次数:100
pytest+allure结合执行命令出错(TypeError: required field "posonlyargs" missing from arguments)
如果出现的错误如下截图: TypeError: required field "posonlyargs" missing from arguments 解决方法:把关于allure的包文件进行卸载 1.可以在File-Setting-Project:Project Interpreter 把关于al ...
分类:其他好文   时间:2020-07-03 12:54:35    阅读次数:272
1422条   上一页 1 ... 4 5 6 7 8 ... 143 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!