码迷,mamicode.com
首页 >  
搜索关键字:present    ( 1648个结果
Spring boot项目启动Eureka出现Type javax.xml.bind.JAXBContext not present
环境说明:win10 + java11 + springboot 2.0.6 + spring cloud Finchley.SR2 问题原因:Java9+版本以后,JAXB默认没有加载 解决办法:手动添加jaxb模块 <dependency> <groupId>javax.xml.bind</gr ...
分类:编程语言   时间:2020-09-10 22:34:19    阅读次数:72
BGP-LS
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/xe-16/irg-xe-16-book/irg-xe-16-book_chapter_01010101.html Carrying Link-St ...
分类:其他好文   时间:2020-08-26 19:00:58    阅读次数:54
【JDK8】 Optional 用法记录
Optional of 与 ofNullable 的区别 /** * Returns an {@code Optional} with the specified present non-null value. * * @param <T> the class of the value * @par ...
分类:其他好文   时间:2020-07-30 14:39:39    阅读次数:64
599. Minimum Index Sum of Two Lists
Suppose Andy and Doris want to choose a restaurant for dinner, and they both have a list of favorite restaurants represented by strings. You need to h ...
分类:其他好文   时间:2020-07-29 15:41:09    阅读次数:86
Flutter Weekly Issue 65
教程 Flutter瀑布流及通用列表解决方案 Canonical 在 Linux 上提供 Flutter 桌面应用支持 插件 koukicons-flutter 🍪 Colorful Icons for your Flutter App fontify Converts SVG icons to ...
分类:其他好文   时间:2020-07-24 15:29:24    阅读次数:77
Ansible常用模块-yum模块
yum模块 name 必选 指定安装包名 state 执行命令 present installed removed latest absent 其中installed and present等效 latest标志安装yum中最新版本,absent and removed 等效 表示删除安装包 dis ...
分类:其他好文   时间:2020-07-23 16:32:49    阅读次数:80
web.xml中load-on-startup的作用
我们在web.xml中配置servlet的时候会有个属性<load-on-startup></load-on-startup>,这里主要记一下它的作用,源码在后续记得好好看一下。 The load-on-startup element indicates that this servlet shou ...
分类:Web程序   时间:2020-07-20 10:48:39    阅读次数:83
Ansible---item实践配置
多种示例,以下都是放入main.yml里面name:"loopthroughlist"debug:msg:"Anitem:{{item}}"with_items:123name:addseveralusersuser:name:"{{item}}"groups:"wheel"state:presentwith_item
分类:其他好文   时间:2020-07-14 14:59:18    阅读次数:99
pat 1135
1135 Is It A Red-Black Tree (30分) There is a kind of balanced binary search tree named red-black tree in the data structure. It has the following 5 pr ...
分类:其他好文   时间:2020-07-11 19:21:02    阅读次数:74
Kubernetes-12:Secret介绍及演示
Secret介绍 Secret存在的意义 Secret解决了密码、token、密钥等敏感数据的配置问题,而不需要把这些敏感数据暴露到镜像或者Pod Spec中,可以以Volume或者环境变量的方式使用 Secret有三种类型 Service Account:用来访问Kubernetes API,由K ...
分类:Web程序   时间:2020-07-08 22:54:56    阅读次数:86
1648条   上一页 1 2 3 4 5 6 ... 165 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!