Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and put. get(key) - Get the ...
分类:
系统相关 时间:
2019-11-16 21:35:33
阅读次数:
88
Fragment 官网文档:https://developer.android.google.cn/guide/components/fragments 什么是Fragment 在手机上,Activity作为用户和应用交互的界面。如果界面上的View较多较复杂时,Activity会较复杂。Fragm ...
分类:
其他好文 时间:
2019-11-16 19:35:13
阅读次数:
102
我们知道较早的分类模型——感知机(1957年)是二类分类的线性分类模型,也是后来神经网络和支持向量机的基础。支持向量机(Support vector machines)最早也是是一种二类分类模型,经过演进,现在成为了既能处理多元线性和非线性的问题,也能处理回归问题。在深度学习风靡之前,应该算是最好的 ...
分类:
其他好文 时间:
2019-11-16 14:14:54
阅读次数:
70
SpringBoot 2.x版本+MultipartFile设置指定文件上传大小 ...
分类:
编程语言 时间:
2019-11-16 12:48:28
阅读次数:
128
1.问题描述 在使用redis时,配置自定义序列化redisTemplate为FastJsonRedisSerializer . 1 /** 2 * 自定义redis序列化器 3 */ 4 @SuppressWarnings("unchecked") 5 @Bean("redisTemplate") ...
分类:
Web程序 时间:
2019-11-15 20:42:55
阅读次数:
340
Support for concurrent thread is basically depends on many factors like OS, free RAM and connections. This is based on my experience If we follow the ...
分类:
其他好文 时间:
2019-11-15 12:00:24
阅读次数:
1426
问题: cannot find -llapack + -lblas 解决: sudo apt-get install libblas-dev liblapack-dev转:https://support.bioconductor.org/p/67326/ ...
分类:
其他好文 时间:
2019-11-14 21:32:04
阅读次数:
142
1 SpringMVC的数据绑定流程 SpringMVC将ServletRequest对象及目标方法的入参实例传递给WebDataBinderFactory实例,以创建DataBinder实例对象。 DataBinder调用装配在SpringMVC上下文中ConversionService组件进行数 ...
分类:
编程语言 时间:
2019-11-14 10:11:33
阅读次数:
92
一、核心模块 数据库访问技术与集成:JDBC、XML等 Web与远程调用技术:SpringMVC、WebServlet、WebSocket等 面向切面编程:AOP 基础设施:Tomcat Spring核心容器:Beans、Core、Context、Expression、ContestSupport ...
分类:
编程语言 时间:
2019-11-14 00:18:02
阅读次数:
137
一、环境准备 1、https://www.zabbix.com/download?zabbix=4.4&os_distribution=centos&os_version=7&db=mysql 2、LTS:Long-Term Support(长期技术支持)。zabbix公司本身有一个技术支持团队,他 ...
分类:
其他好文 时间:
2019-11-12 20:00:26
阅读次数:
279