Stella981 Stella981
3年前
InnoDB Buffer Pool巧配置全解
作者:M哥知数堂MySQL第8期学员、知数堂藏经阁项目星耀队队长一、简介InnoDB维护了一个缓存数据和索引信息到内存的存储区叫做BufferPool,它会将最近访问的数据缓存到缓冲区。我们通过配置各个BufferPool的参数,可以显著提高MySQL的性能。
Stella981 Stella981
3年前
Maven配置Spring Boot项目打包,依赖包到lib目录、配置文件到conf目录
<build<plugins<plugin<groupIdorg.apache.maven.plugins</groupId<artifactIdmavenjarplugin</artifactId<configuration
Stella981 Stella981
3年前
AndroidStudio 解决Android方法数超过65535的问题
1.引入依赖dependencies{compile'com.android.support:multidex:1.0.1'}2.启用配置defaultConfig{multiDexEnabledtrue}
Stella981 Stella981
3年前
Spring 源码(十二)Spring 中核心的后置处理器
BeanFactoryBeanFactoryPostProcessor:BeanFactory后置处理器ConfigurationClassPostProcessor:解析配置类的BeanFactory后置处理器BeanBeanPostProcessors:Bean
Stella981 Stella981
3年前
SpringBoot2 学习 集成Druid配置
Mavenspring.datasource.druid.webstatfilter.principalsessionnamesession_name测试http://localhost:9081/mixmall/druid/index.html————————————————版权
Easter79 Easter79
3年前
SpringBoot几个重要的事件回调、监听机制
(1)、需要配置在METAINF/Spring.factories  1.ApplicationContextInitializer1//2//Sourcecoderecreatedfroma.classfilebyIntelliJIDEA3//(poweredbyFernflowe
Stella981 Stella981
3年前
C# 读取 appconfig文件配置数据库连接字符串,和配置文件
<?xmlversion"1.0"encoding"utf8"?<configuration<connectionStrings<addname"strCon"connectionString"server127.0.0.1;useridsa;passwordcsw;da
Stella981 Stella981
3年前
MyBatis配置文件(三)--typeAliases别名
因为类的全限定名一般包括包名,显得很长,在使用过程中不是很方便,所以MyBatis中允许我们使用一种简写的方式来代替全限定名,这就是别名。这就相当于我们在玩微信的时候,有些人的昵称很长很难记,怎么办?我们给它加一个备注,方便我们快速识别,但是如果有两个相同的备注名怎么区分到底谁是谁呢,你可能会说通过头像,那再极端一点万一这俩人的头像也是一摸一样的呢?所以这就