码迷,mamicode.com
首页 >  
搜索关键字:seve    ( 361个结果
Cisco Packet Tracer :PVST Self-detection Experiment
01.STP Configuration Activity 5.2.5: Configuring STP NOTE TO USER: Although you can complete this activity without printed instructions, a PDF version ...
分类:系统相关   时间:2021-06-24 17:37:01    阅读次数:0
Transformer is a show
Interpret the Transformer model with a new perspective: seeing the Decoder process as performing a stage show, and the Decoder process just like the O... ...
分类:其他好文   时间:2021-06-23 17:09:37    阅读次数:0
c++递归函数调用小常识
1,float和double类型转化在数值很大的时候慎用,比如6423.32563255(double)强制转化float类型时,精确度只能6423.325;应用场景举例:a,b两个double类型,通过求中点求离a小于0.0001的数,在求中点过程中,若有类型转化就会出现无限递归下去 2,我们经常 ...
分类:编程语言   时间:2021-06-18 19:50:16    阅读次数:0
记录-tomcat启动项目配置
1.添加tomcat sever。 2.添加web。 可以直接选择web文件夹 3.配置web后有两个地方要注意: 3.1 output path 生成class文件的目录 3.2 然后就是导包了 ...
分类:其他好文   时间:2021-06-07 21:12:23    阅读次数:0
AxiosRequestConfig 详解
1 url?: string; // 用于请求的服务器 URL 2 method?: Method; // 创建请求时使用的方法,默认是Get 3 baseURL?: string; // 将自动加在 `url` 前面,除非 `url` 是一个绝对 URL。 4 // 它可以通过设置一个 `base ...
分类:移动开发   时间:2021-05-25 18:12:43    阅读次数:0
二叉树——113. 路径总和 II
二叉树——113. 路径总和 II 题目: 思路: 前序遍历+回溯 代码参考:https://leetcode-cn.com/problems/path-sum-ii/solution/cqian-xu-bian-li-jia-hui-su-by-qing-feng-seve/ 代码: class ...
分类:其他好文   时间:2021-04-26 13:26:18    阅读次数:0
Python基础语法2
Python基础语法2 基本数据类型 Python 中的变量不需要声明。每个变量在使用前都必须赋值,变量赋值以后该变量才会被创建。在 Python 中,变量就是变量,它没有类型,我们所说的"类型"是变量所指的内存中对象的类型。 int1 = 1 float2 = 2.0 string = "seve ...
分类:编程语言   时间:2021-04-05 12:17:48    阅读次数:0
使用Hyper-V安装虚拟机Unbutun20.04
下载iso文件 Desktop版 https://ubuntu.com/download/desktop/thank-you?version=20.04.2.0&architecture=amd64 Sever版 https://ubuntu.com/download/server 1、打开 2、新 ...
分类:其他好文   时间:2021-03-16 11:52:55    阅读次数:0
剑桥雅思写作高分范文ESSAY51
Some think we can acquire knowledge from news reports. Others believe we cannot trust journalists. What do you think? What important qualities should ...
分类:其他好文   时间:2021-03-02 12:39:13    阅读次数:0
1307. Verbal Arithmetic Puzzle
问题: 给定一组字符串,和一个结果字符串,使用0~9对字母进行编码。 使得字符串数组相加后,结果=结果字符串。 求是否可能存在这样的编码。 Each character is decoded as one digit (0 - 9). Every pair of different characte ...
分类:其他好文   时间:2021-02-08 12:21:04    阅读次数:0
361条   1 2 3 4 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!