码迷,mamicode.com
首页 >  
搜索关键字:some    ( 6613个结果
你不知道LVS的那些秘密
上个月报名了玄姐百万年薪架构师的课程,最近已经开课了,每次上课玄姐都是滔滔不绝的讲个不停,每次都是从晚上八点干到凌晨一点多,你要是不提前休息好,基本12点以后就迷糊了,但是说实话真的是受益很多,接下来我们可能就要学习企业级的代码落地和方案了,还是很期待的.希望通过玄姐的课程,通过自己架构的不断打磨,自己的架构师之路可以走的跟快一些!在课程中,玄姐设计的课程面真的是太广了,大到流量,网络,大中台,小
分类:其他好文   时间:2020-08-20 18:30:27    阅读次数:58
SpringCloud bus
Spring cloud bus 通过轻量级的消息代理连接各个微服务,可以用来广播配置文件的修改,或者管理服务监控 安装RabbitMQ Docker中RabbbitMQ安装命令: docker run -d --hostname my-rabbit --name some-rabbit -p 15 ...
分类:编程语言   时间:2020-08-19 19:16:54    阅读次数:62
C 按位与,按位或,按位异或
按位与: 相当于集合中的交集, 0&0=0, 0&1=0, 1&0=0, 1&1=1 按位或:相当于集合中的并集,0|0=0, 0|1=1, 1|0=1, 1|1=1 按位异或:相同为0,不相同为1, 0^0=0, 1^1=0, 0^1=1, 1^0=1, 可用与加密与解密。 文件名为encrypt ...
分类:其他好文   时间:2020-08-18 13:24:39    阅读次数:75
Oracle 19c Database Upgrade From 12.2.0.1 to 19.2.0.0 Using DBU
Oracle 19c Database Upgrade From 12.2.0.1 to 19.2.0.0 Using DBUA Description:- There are different ways of upgrading to the latest release of Oracle d ...
分类:数据库   时间:2020-07-30 10:43:05    阅读次数:79
css3复杂选择器
今天antd表格设置样式 ,被教育了一番,上来第一感觉这样式咋搞啊,一脸懵逼,还是css 掌握不牢固,今天记下css3复杂选择器。 1.相邻兄弟选择器 P+b : 同一个父元素下p标签后面的第一个兄弟元素b; 2.通用兄弟选择器 p~b : 同一个父元素下p标签后面的所有兄弟元素b; 3.属性选择器 ...
分类:Web程序   时间:2020-07-29 12:46:09    阅读次数:187
Spark SQL(6) OptimizedPlan
Spark SQL(6) OptimizedPlan 在这一步spark sql主要应用一些规则,优化生成的Resolved Plan,这一步涉及到的有Optimizer。 之前介绍在sparksession实例化的是会实例化sessionState,进而确定QueryExecution、Analy ...
分类:数据库   时间:2020-07-26 19:28:25    阅读次数:101
0154. Find Minimum in Rotated Sorted Array II (H)
Find Minimum in Rotated Sorted Array II (H) 题目 Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., [ ...
分类:其他好文   时间:2020-07-26 15:29:37    阅读次数:58
Some features we need to keep in mind about the implementation of QuickSort algorithm
In this note,you will not find the concept of QS and the method of how to compute the cost of time and space of this algorithm。This page will not refe ...
分类:其他好文   时间:2020-07-26 01:23:01    阅读次数:76
隐式迭代---ES5的数组方法以及jQuery的方法调用
ES5的数组方法: forEach() map() some() filter() every() reduce jQuery的方法的调用 对于选择器筛选的dom元素,比如$('.class')是一个伪数组jq对象,存放的dom元素,当执行addClass('active')方法,对于每个dom元素 ...
分类:编程语言   时间:2020-07-25 11:40:32    阅读次数:139
SSO单点登录 - Authelia
Authelia 贴一下官方描述: Authelia is an open source authentication and authorization server protecting modern web applications by collaborating with reverse ...
分类:其他好文   时间:2020-07-24 16:13:19    阅读次数:144
6613条   上一页 1 ... 11 12 13 14 15 ... 662 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!