好物分享
-
-
gateway介绍
springboot的解决方案 Zuul Springcloud gateway spring自己推出的。 Gateway介绍 权限监控 过滤处理 容错处理 谓词校验 限流 避免微服务承担过多压力; 重要…… -
软件方法(下)分析和设计第8章分析 之 分析类图——知识篇(20211227更新)
墙上挂了根长藤,长藤上面挂铜铃 《长藤挂铜铃》;词:元庸,曲:梅翁(姚敏),唱:逸敏,1959 可到此处下载本文档最新版本: http://www.umlchina.com/book/…… -
-
结构型设计—适配器模式
适配器 定义: 提供给客户(暂定为client)的接口(接口类定为target)不能满足功能。 但是客户端的内容不希望变化,通过重写target, 完成功能迁移-》适配。 …… -
细粒度:SPS论文笔记——Stochastic Partial Swap:Enhanced Model Generalization and Interpretability
细粒度:SPS论文笔记——Stochastic Partial Swap: Enhanced Model Generalization and Interpretability for Fine-grained Recognition 综述主要思想方法网络…… -
4-Linux的vi/vim命令
Linux vi/vim 所有的 Unix Like 系统都会内建 vi 文书编辑器,其他的文书编辑器则不一定会存在。 但是目前我们使用比较多的是 vim 编辑器。 vim 具有程序编辑…… -
js——使用定时调用来实现使盒子移动的动画效果
1、可以通过定时调用来实现动画的效果,后面的时间越小,动画效果越流畅,一般开启定时器后,在到达指定位置后还需要关闭,不然会一直进行下下去,另外在每次…… -
-
python报错MemoryError: Unable to allocate 247. MiB for an array with shape (1, XX) and data type int64
使用pandas 读取一个比较大的CSV文件时报错:MemoryError: Unable to allocate 247. MiB for an array with shape (1, 32434489) and data type int64 解决过……

