码迷,mamicode.com
首页 >  
搜索关键字:hang    ( 4657个结果
每日总结
计算机网络 动态路由配置 RIP:Routing Information Protocol,路由信息协议,是应用较早、使用较普遍的IGP内部网关协议,适用于小型同类网络,是典型的距离矢量协议。 RIP协议跳数作为衡量路径开销的,RIP协议里规定最大跳数为15。 RIP协议有两个版本RIPv1和RIP ...
分类:其他好文   时间:2021-06-09 15:31:19    阅读次数:0
Logback file属性 与 fileNamePattern属性的关系
https://juejin.cn/post/6844903859865780231 官方原文 Note that the file property in RollingFileAppender (the parent of TimeBasedRollingPolicy) can be eithe ...
分类:其他好文   时间:2021-06-08 23:39:20    阅读次数:0
Java学习第八天——面相对象
面向对象 一、什么是面相对象? 面向对象思想 物以类聚,分类的思维模式,思考问题首先会解决问题需要哪些分类,然后对这些分类进行单独思考。最后才对某个分类下的细节进行面向过程的思索 面向对象是适合处理复杂的问题,适合处理多人协作的问题 对于描述复杂的事物,为了从宏观上把握,从整体上合理分析,我们需要使 ...
分类:编程语言   时间:2021-06-07 21:04:30    阅读次数:0
关于微服务注册中心的考量
最近k8s实在流行,好多服务都上了k8s,用着阿里巴巴的nacos,很爽。 直到,曾经有人提出了疑问:既然k8s有了服务注册中心,为啥还要nacos? 然后啊,就hang住了,百思不得其解。直到思考出了下图: 其实就是看现有团队实际情况, 正向考虑的话是:各种够不够强大: 运维团队够不够强大搞ist ...
分类:其他好文   时间:2021-06-06 19:27:40    阅读次数:0
按下葫芦起了瓢
bug一个接一个 if (changeElementValueButton==nullptr) { changeElementValueButton = new QPushButton; changeElementValueButton->setMaximumWidth(22); changeEle ...
分类:其他好文   时间:2021-06-02 19:25:33    阅读次数:0
DDL语句
表相关 修改表名 alter table grade rename hang; 新增表字段 alter table grade add `name` varchar(100); 修改表字段类型 alter table grade modify `name` varchar(100); 修改表字段名和 ...
分类:其他好文   时间:2021-06-02 18:44:58    阅读次数:0
easyui --input内容改变事件
一、input为文本时 $("[id='vTC_EnumTinModel.TinModel']").textbox({ onChange: function () { inputChange(); } }); 二、input 为数值时 $("[id='SM_SteelMeshTension.Bott ...
分类:其他好文   时间:2021-06-02 16:50:17    阅读次数:0
Execution Plans in SQL Server
Execution Plans in SQL Server Introduction In this article, I’m going to explain what the Execution Plans in SQL Server are and how to understand the ...
分类:数据库   时间:2021-06-02 14:46:02    阅读次数:0
分页滚动脚本分析
此篇主要内容:1、代码逻辑(流程图呈现) 2、具体实现语句 3、脚本(脚本为完善后的) 一、分页逻辑图 2、语句分析与记录 3、脚本 using System; using System.Collections; using System.Collections.Generic; using Uni ...
分类:其他好文   时间:2021-06-02 10:37:57    阅读次数:0
rabbitmq死信队列(延迟队列)demoe
<?php require_once './vendor/autoload.php'; use PhpAmqpLib\Connection\AMQPStreamConnection; use PhpAmqpLib\Message\AMQPMessage; use PhpAmqpLib\Wire\AM ...
分类:其他好文   时间:2021-05-25 18:09:40    阅读次数:0
4657条   上一页 1 2 3 4 5 ... 466 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!