博客链接: 二叉树的层平均值 题目链接:https://leetcode-cn.com/problems/average-of-levels-in-binary-tree/ 给定一个非空二叉树, 返回一个由每层节点平均值组成的数组. 示例 1: 输入: 3 / \ 9 20 / \ 15 7输出: ...
分类:
其他好文 时间:
2020-05-22 17:15:04
阅读次数:
60
题目链接: http://codeforces.com/contest/1343/problem/CC. Alternating Subsequencetime limit per test1 secondmemory limit per test256 megabytesinputstandard ...
分类:
其他好文 时间:
2020-05-21 22:28:44
阅读次数:
79
https://zhuanlan.zhihu.com/p/30953081 macro是宏平均,就是先计算P1 R1 P2 R2 ...然后得到Pmean Rmean, 再计算Fmacro, 而micro是微平均,是P=准确率=判对的/全部,而R=召回的/全部 Pmacro=Rmacro=Accur ...
分类:
系统相关 时间:
2020-05-21 17:47:32
阅读次数:
88
1-- vue cli3 项目文件结构 2-- 注释问题 在eslintrc.js 文件中,将 '@vue/standard' 注释后重启即可; 3-- 配置 eslint 文件 在 vue-cli3 中配置 eslint 文件 :eslint 的配置规则:如果你是用 Vue3 ui 命令自动生成的 ...
分类:
其他好文 时间:
2020-05-21 11:50:50
阅读次数:
158
题1:一棵树每层节点的平均数(Average of Levels in Binary Tree) LeetCode题号:637 难度:Easy 链接:https://leetcode-cn.com/problems/average-of-levels-in-binary-tree/ 题目描述: 给定 ...
分类:
其他好文 时间:
2020-05-21 00:32:36
阅读次数:
62
1、封装hibernateUtil package com.project.util; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.boot.registry.Stan ...
分类:
Web程序 时间:
2020-05-19 22:17:11
阅读次数:
60
用户的其他修改命令(了解) 用户的扩展知识 用户的密码管理 bash passwd 创建密码的规范 1.密码的长度最好大于10位字符 2.密码中包含大小写字母数字以及特殊字符 ! @ $ 3.不规则性(不要出现自己名字、公司名字、自己电话、等等简单的密码) [root@localhost ~] pa ...
分类:
其他好文 时间:
2020-05-18 23:05:04
阅读次数:
109
问题1. error: error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be e ...
分类:
编程语言 时间:
2020-05-18 12:06:05
阅读次数:
88
提示的错误信息为: Configuration file at updated successfully! Updates successful. Rebuilding in 5 seconds. Building app standard_init_linux.go:211: exec user ...
分类:
其他好文 时间:
2020-05-18 01:04:34
阅读次数:
88
问题描述- 在学习Spring c-namespace注入bean时,例子中的jsp页面使用了c标签,导致报错 解决方法- jstl下载及安装 下载地址:http://archive.apache.org/dist/jakarta/taglibs/standard/binaries/ 选择jakar ...
分类:
编程语言 时间:
2020-05-15 21:48:00
阅读次数:
82