码迷,mamicode.com
首页 >  
搜索关键字:rate    ( 3875个结果
springboot集成log4j2,Spring集成log4j2解决方案整理总结
Log4J 参考网站: https://www.cnblogs.com/keeya/p/10101547.html 常用日志框架 java.util.logging:是JDK在1.4版本中引入的Java原生日志框架 Log4j:Apache的一个开源项目,可以控制日志信息输送的目的地是控制台、文件、 ...
分类:编程语言   时间:2021-01-06 12:01:51    阅读次数:0
Notes: How to address an academic presentation
How to address an academic presentation This small piece of note is based on the EFES class of UoG and the video. The question lying here is not how g ...
分类:其他好文   时间:2020-12-30 10:25:37    阅读次数:0
请求页式存储管理系统实验
操作系统实验三——请求页式存储管理 实验环境 C++ g++ 8.1.0 IDE Visual Studio 2017 Enterprise (15.9.13) 操作系统 Windows 10 x64 中文专业版 (1903) 实验目的 近年来,由于大规模集成电路(LSI)和超大规模集成电路(VLS ...
分类:其他好文   时间:2020-12-29 11:02:05    阅读次数:0
Ti的C28x系列的DSP(28069)(28377D)PWM经验
一般工程的底层代码搭建好之后,大部分应用程序中用到的PWM功能可以用以下三个函数表示:*修改PWM占空比、周期typedefstruct{Uint16TBPRD7;Uint16TBPRD8;Uint16TBPRD9;Uint16TBPRD10;Uint16TBPRD11;Uint16TBPRD12;Uint16CmpA7;Uint16CmpA8;Uint16CmpA9;Uint16CmpA10;U
分类:其他好文   时间:2020-12-23 12:05:45    阅读次数:0
django restframework 多对多的批量修改,基于逻辑删
模型: class LogisticQuerySet(QuerySet): def delete(self): self.update(is_delete=True) class BookManager(models.Manager): _queryset_class = LogisticQuery ...
分类:其他好文   时间:2020-12-22 12:59:22    阅读次数:0
【python】jupyter notebook 安装 和简单配置、使用
###1. 介绍 略 ###2. 安装 pip install jupyter 如果pip安装失败,可以参考一下 【Python】pip配置国内镜像源,让Python模块安装飞起来。 ###3. 配置 更改workspace notebook默认把启动时的当前路径作为默认的工作空间(workspac ...
分类:编程语言   时间:2020-12-17 12:13:44    阅读次数:2
基于深度强化学习的局内战斗自动化测试探索
游戏项目研发时,期望搭建自动化测试平台,发现局内bug,避免重复劳动、提高测试效率以及避免人为的操作错误。其中环境要求使用项目需要使用Airtest、poco对接强化学习的服务器,实现Airtest将状态信息发送给服务器,服务器返回下一步的决策。 1. 前期准备工作 了解Airtest、poco、强 ...
分类:其他好文   时间:2020-12-15 12:57:54    阅读次数:10
二分查找
import java.util.Random; public class test { public static void main(String[] args) { // TODO Auto-generated method stub int[] a={1,4,5,7,7,7,7,8,9,12 ...
分类:其他好文   时间:2020-12-10 10:39:31    阅读次数:2
【三期胡宇】CCF-A(S&P'19) Comprehensive Privacy Analysis of Deep Learning :Passive and Active White-box Inference Attacks against Centralized and Federated Learning
Nasr M, Shokri R, Houmansadr A. Comprehensive privacy analysis of deep learning: Passive and active white-box inference attacks against centralized an ...
分类:其他好文   时间:2020-12-09 12:09:50    阅读次数:5
源码分析Dubbo tps过滤器器实现原理
微信公众号:[中间件兴趣圈]作者简介:《RocketMQ技术内幕》作者本文将重点分析一下dubbo限流的另外一个方式,tps过滤器。@Activate(group=Constants.PROVIDER,value=Constants.TPS_LIMIT_RATE_KEY)过滤器作用服务调用tps过滤器使用场景对Dubbo服务提供者实现限流(tps)。阻断条件当服务调用者超过其TPS时,直接返回rp
分类:其他好文   时间:2020-12-08 12:47:05    阅读次数:4
3875条   上一页 1 ... 5 6 7 8 9 ... 388 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!