码迷,mamicode.com
首页 >  
搜索关键字:auto    ( 14366个结果
2020.11.30web前端第十三课
相对定位与绝对定位的练习 .father{ width:600px; height:400px; background:#F63; margin:50px auto; position:relative; } .box1,.box2,.box3,.box4{ width:80px; height:6 ...
分类:Web程序   时间:2020-12-04 11:47:25    阅读次数:23
消费者如何不自动提交偏移量,由应用提交?
将 auto.commit.offset 设为 false,然后在处理一批消息后 commitSync() 或者 异步提交 commitAsync() 即: ConsumerRecords<> records = consumer.poll(); for (ConsumerRecord<> reco ...
分类:其他好文   时间:2020-12-03 12:16:37    阅读次数:6
什么是 Netflix Feign?它的优点是什么?
Feign 是受到 Retrofit,JAXRS-2.0 和 WebSocket 启发的 java 客户端联编程序。 Feign 的第一个目标是将约束分母的复杂性统一到 http apis,而不考虑其稳定性。 在 employee-consumer 的例子中,我们使用了 employee-produ ...
分类:Web程序   时间:2020-12-03 11:37:13    阅读次数:11
c++11-17 模板核心知识(九)—— 理解decltype与decltype(auto)
decltype介绍 为什么需要decltype decltype(auto) 注意(entity) 与模板参数推导和auto推导一样,decltype的结果大多数情况下是正常的,但是也有少部分情况是反直觉的。 decltype介绍 给定一个name或者expression,decltype会告诉你 ...
分类:编程语言   时间:2020-12-03 11:29:37    阅读次数:8
rsync 传输文件, Linux断点续传
rsync 传输文件 rsync -P -e 'ssh -p 60022' -r /data/user/yyq/Wetchat/wetchat_auto/data/已处理/try_scp dorc_temp_20201116@120.92.54.30:/data3/dorc/data-set -P ...
分类:系统相关   时间:2020-12-02 12:28:33    阅读次数:7
pmm系列~自定义插件监控
一 环境准备 pip install flask pip install --ignore-installed PyYAML pip install prometheus_client 二 包引入 from prometheus_client import Gauge from prometheus ...
分类:其他好文   时间:2020-12-02 12:18:57    阅读次数:5
数据库查询优化
原SQL语句:(execution: 2 s 28 ms, fetching: 25 ms) explain select pr.cid, case when pr.type = 2 then ac.auto_cancel else ca.auto_cancel end auto_cancel, p ...
分类:数据库   时间:2020-12-01 12:38:30    阅读次数:19
vue 组件多消息提示框
先看效果图: 实现步骤 : 1.新建一个.css的文件,先把样式拷过来 1 .popup_right_bottom{position: fixed; width:400px; height: auto; bottom: 10px; right: 10px; z-index:100; backgrou ...
分类:其他好文   时间:2020-12-01 12:16:46    阅读次数:5
时间周期的判断
public Map<String, Object> addMain(Map<String, Object> params) { // TODO Auto-generated method stub Map<String, Object> response = new HashMap<String, ...
分类:其他好文   时间:2020-11-30 16:07:11    阅读次数:6
MySQL之索引优化
一、Table Demo CREATE TABLE `employees` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(24) NOT NULL DEFAULT '' COMMENT '姓名', `age` int(11) NOT N ...
分类:数据库   时间:2020-11-30 15:26:05    阅读次数:7
14366条   上一页 1 ... 28 29 30 31 32 ... 1437 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!