码迷,mamicode.com
首页 >  
搜索关键字:without    ( 3201个结果
Istio 太复杂?KubeSphere基于Ingress-Nginx实现灰度发布
在 "Bookinfo 微服务的灰度发布示例" 中,KubeSphere 基于 Istio 对 Bookinfo 微服务示例应用实现了灰度发布。有用户表示自己的项目还没有上 Istio,要如何实现灰度发布? 在 "Ingress Nginx (0.21.0 版本)" 中,引入了一个新的 Canary ...
分类:其他好文   时间:2019-08-27 17:10:00    阅读次数:178
常见英文缩写
i.e. 那就是 e.g. 举个例子 btw (by the way)顺便说一下 w. l. o. g. (Without loss of generality)不失一般性 w. r. t (with respect to)prep 关于 c. f. (confer)比较,查阅 a.k.a(also ...
分类:其他好文   时间:2019-08-26 16:42:20    阅读次数:152
Leetcode 3. Longest Substring Without Repeating Characters(string 用法 水题)
3. Longest Substring Without Repeating Characters Medium Medium Given a string, find the length of the longest substring without repeating characters. ...
分类:其他好文   时间:2019-08-24 20:22:40    阅读次数:80
ubuntu 16.04tls 编译android 5.1.1报错
https://blog.csdn.net/u014770862/article/details/52624851 ...
分类:移动开发   时间:2019-08-22 22:05:29    阅读次数:117
Class constructor FileManager cannot be invoked without 'new' in undefined (line undefined, column undefined)
解决办法: 1、删除package.json属性devDependencies的 less 和 less-loader ; 2、重新安装 npm i less less-loader --save-dev 3、重新运行npm run dev即可。 ...
分类:其他好文   时间:2019-08-19 12:52:19    阅读次数:99
OCP-052考试题库汇总(35)-CUUG内部解答版
WhichtwoaretrueaboutOracleDataPumpinOracleDatabase11gRelease2?A)Ifthedirectoryusedintheexportoperationhasexistingdumpfiles,itoverwritesthem.B)Itallowsencryptiontobeperformedwithoutusingapassword.C)Its
分类:其他好文   时间:2019-08-19 11:31:20    阅读次数:79
Docker磁盘垃圾清理
1、整体分析 对于Docker来说,存在镜像、容器、存储卷和网络这些对象。因此,也就会生产相对应的这些对象,这些对象会占据磁盘空间。当这些对象不在被使用时,为了不占据额外的磁盘空间,就需要对这些对象进行清理,即进行垃圾清理。在docker 1.13版本之后,提供了对各种对象的prune命令,也提供了 ...
分类:其他好文   时间:2019-08-19 00:15:07    阅读次数:142
dim|lobby|trifle|
ADJ-GRADED 勉强的;不情愿的If you are reluctant to do something, you are unwilling to do it and hesitate before doing it, or do it slowly and without enthusia ...
分类:其他好文   时间:2019-08-18 11:23:59    阅读次数:69
Oulipo POJ - 3461(kmp,求重叠匹配个数)
Problem Description The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter'e'. He was a member of the Oulip ...
分类:其他好文   时间:2019-08-16 12:03:36    阅读次数:92
Spring IoC源码解析之getBean
一、实例化所有的非懒加载的单实例Bean 从org.springframework.context.support.AbstractApplicationContext#refresh方法开发,进入到实例化所有的非懒加载的单实例Bean的finishBeanFactoryInitialization ...
分类:编程语言   时间:2019-08-11 12:33:42    阅读次数:156
3201条   上一页 1 ... 27 28 29 30 31 ... 321 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!