码迷,mamicode.com
首页 >  
搜索关键字:krypton factor    ( 2071个结果
20、集合(Set接口补充)
Set接口 Set集合: 无序,不可重复的集合 ,(集合不包含一对元素e1和e2,使得e1.equals(e2)返回true),并且最多一个空元素null。 Set接口中,相比Collection父接口,没有定义额外的方法。 无序性: 不等于随机性,即在遍历输出中是存在某种顺序的。List为有序集合 ...
分类:其他好文   时间:2020-05-14 01:11:25    阅读次数:54
Java设计模式之工厂模式(Factory Pattern)
前言 这篇文章主要讲述工厂模式,为什么使用工厂模式,工厂模式的种类及创建方式,工厂模式的应用场景等知识点的讲解,让我们一起来学习吧,lets go 一、为什么使用工厂模式 通过工厂模式可以实现创建者和调用者的分离,实现代码之间解耦,依赖。一句大白话就是就是减少类与类之间的依赖关系。 面向对象设计的基 ...
分类:编程语言   时间:2020-05-13 23:13:13    阅读次数:81
Meow Factor 【暴力】
题目链接 "Meow Factor" 题目 Among many of the Catland club kittens it is important to keep a paw on the pulse of the latest fashions and trends in order to ...
分类:其他好文   时间:2020-05-13 00:31:44    阅读次数:87
mybatis学习——Mybatis 连接池与事务深入
Mybatis 的连接池技术 在 Mybatis 的 SqlMapConfig.xml 配置文件中,通过<dataSource type=”pooled”>来实现 Mybatis 中连接池的配置。 1.1 Mybatis 连接池的分类 在 Mybatis 中我们将它的数据源 dataSource 分 ...
分类:其他好文   时间:2020-05-11 15:09:56    阅读次数:63
springboot 整合hibernate
pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apac ...
分类:编程语言   时间:2020-05-09 01:31:10    阅读次数:93
spring2
spring源码解析 bean的解析及注册 XmlBeanFactory.XmlBeanFactory(Resource resource,BeanFactory parentBeanFactory) XmlBeanDefinitionReader.loadBeadDefinitions(Resou ...
分类:编程语言   时间:2020-05-08 22:35:30    阅读次数:128
[ORALCE]SQL 优化案例之 索引的聚合因子clustering factor
索引查询要尽可能的避免回表,如不可避免,要关注聚合因子是否过大,聚合因子过大,回表代价高,产生的bufer 多 第一步,构造有序列x在表"colocated ",无序列x在表"disorganized" --构造有序列x在表"colocated " drop table colocated purg ...
分类:数据库   时间:2020-05-08 20:08:43    阅读次数:116
Freight Train(二分+思维)
The chemical company NS (Nasty Substances) has three factories: one in the Netherlands, one in Belgium and one in Luxembourg. Chemicals are moved betw ...
分类:其他好文   时间:2020-05-08 12:56:48    阅读次数:78
spring boot 2 内嵌Tomcat 抛出异常 “Stopping service [Tomcat]”
我在使用springboot时,当代码有问题时,发现控制台打印下面信息: Connected to the target VM, address: '127.0.0.1:42091', transport: 'socket' log4j:WARN No appenders could be foun ...
分类:编程语言   时间:2020-05-07 17:02:54    阅读次数:98
[转]OpenGL中的功能与OSG对应功能
OpenGL function OpenSceneGraph implementation glClear( GLbitfield mask ) osg::Camera::setClearMask(GLbitfield mask)osg::GraphicsContext::setClearMask( ...
分类:其他好文   时间:2020-05-06 14:02:58    阅读次数:76
2071条   上一页 1 ... 15 16 17 18 19 ... 208 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!