码迷,mamicode.com
首页 >  
搜索关键字:which    ( 9148个结果
skywalking部署
参考地址:https://www.jianshu.com/p/6f3e3e989959 一、ElasticSearch 安装,安装机器: 192.168.10.107 192.168.10.108 192.168.9.178 yyapp@H-LAPP-V307 config]$ cat elasti ...
分类:其他好文   时间:2020-11-02 09:42:10    阅读次数:23
学习率预热(transformers.get_linear_schedule_with_warmup)
学习率预热 在预热期间,学习率从0线性增加到优化器中的初始lr。 在预热阶段之后创建一个schedule,使其学习率从优化器中的初始lr线性降低到0 Parameters optimizer (Optimizer) – The optimizer for which to schedule the ...
分类:其他好文   时间:2020-11-01 21:19:24    阅读次数:20
oracle数据库报错ORA-27300 ORA-27301等错误
oracle数据库日志报错ORA-27300ORA-27301ORA-27302ORA-27157处理记录:1、事件的原因排查应用连接数据库失败,先连接数据库服务器,启动数据库服务恢复应用业务,然后排查数据库crush原因:1)查看messages日志是否有与Oracle用户相关的出错信息#cat/etc/redhat-releaseCentOSLinuxrelease7.2.1511(Core)
分类:数据库   时间:2020-10-30 11:51:31    阅读次数:25
leetcode407 Trapping rain water II
use 3D version to calculate how much water the model can contain this problem need use dfs,from the edge part which mustn't be answer,for the edge can ...
分类:移动开发   时间:2020-10-29 10:06:29    阅读次数:25
KITTI数据集格式
Num elementsParameter nameDescriptionTypeRangeExample 1 Class names The class to which the object belongs. String N/A Person, car, Road_Sign 1 Truncat ...
分类:其他好文   时间:2020-10-24 09:42:42    阅读次数:20
[代理-网络]Nginx
简介 Nginx是一款轻量级的HTTP服务器,采用事件驱动的异步非阻塞处理方式框架,这让其具有极好的IO性能,时常用于服务端的反向代理和负载均衡。 查找安装目录 1 which nginx 2 ps -ef | grep nginx 返回结果包含安装目录 root 2662 1 0 07:12 ? ... ...
分类:其他好文   时间:2020-10-22 22:49:23    阅读次数:28
Editing the attributes of annotation编辑注记属性
Editing the attributes of annotation编辑注记属性 Editing the attributes of annotation You can edit annotation attributes in the Attributes window, which pro... ...
分类:其他好文   时间:2020-10-21 20:40:20    阅读次数:20
阶段一 问答题1
Does the bug always move to a new location? Explain. 不会,虫子真会朝着一个有小格子存在的地方,而且这个格子是空的,或者它上面有一朵红花,只有这个情况它才会移动。 解释:该行为被方法act()限制,所以出现这样的行走方式 In which dire ...
分类:其他好文   时间:2020-10-21 20:30:04    阅读次数:21
[Kotlin] companion object == static method
In Kotlin, there is no static methods, but we can use companion object which works the same as static methods. For example, a class: package com.rsk i ...
分类:其他好文   时间:2020-10-16 10:59:03    阅读次数:22
Spring源码阅读
1.Spring 容器几个重要的接口 org.springframework.core.env.Environment Interface representing the environment in which the current application is running. 继承自org ...
分类:编程语言   时间:2020-10-09 20:48:51    阅读次数:25
9148条   上一页 1 ... 7 8 9 10 11 ... 915 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!