刘望舒 刘望舒
4年前
Android深入四大组件(一)应用程序启动过程(后篇)
Android框架层Android深入四大组件categories:Android框架层本文首发于微信公众号「刘望舒」1.ActivityManageService到ApplicationThread的调用流程AMS的startActivity方法中return了startActivityAsUser方法:<!moreframeworks/base/s
Stella981 Stella981
3年前
MyBatis MapperScannerConfigurer配置
MyBatisMapperScannerConfigurer配置博客分类:mybatisMybatisMapperScannerConfigurer自动扫描将Mapper接口生成代理注入到SpringMybatis在与Spring集成的时候可以配置MapperFactoryBean来生成Mapper接口的代理.例如<bea
Wesley13 Wesley13
3年前
activemq 使用介绍
1,activemq分为queue和topic两种2,下面先介绍queue,使用spring集成build.gradlecompile"org.springframework:springjms:3.2.1.RELEASE"compile"org.apache.activemq:activemqcore
Stella981 Stella981
3年前
SpringBoot19 之环境变量读取和属性对象的绑定
凡是被Spring管理的类,实现接口EnvironmentAware重写方法setEnvironment可以在工程启动时,获取到系统环境变量和application配置文件中的变量。@ConfigurationpublicclassMyEnvironmentAwareimplementsEnvironmentAware{/
Stella981 Stella981
3年前
BeetlSQL3.0.0 轻松集成Spring
喜欢看代码直接看代码,了解如何简单集成,主从库集成,动态SQLManager集成集成SpringBoot(https://gitee.com/xiandafu/beetlsql/tree/3.0/sqlintegration/sqlspringbootstarter"集成SpringBoot")集成Spring(http
Stella981 Stella981
3年前
Google开源框架AutoFlip 实现视频智能剪裁
!Google开源框架AutoFlip实现视频智能剪裁(http://p1.pstatp.com/large/pgcimage/094dc72f58014a6d8bb6c9be76407e72)PhotobyKyleLoftusfromPexelsGoogle宣布开源视频剪裁框架AutoFlip,实现智能化自动裁剪视频。编译
Stella981 Stella981
3年前
Portal
PortalBasicWeb应用开发框架(简称PortalBasic)是一套功能完备的高性能Web应用开发框架,内置可扩展的MVCWeb基础架构和DAO访问接口(已内置Hibernate、MyBatis 和JDBC支持),集成Action拦截、FormBean/DaoBean/SpringBean装配、国际化
Easter79 Easter79
3年前
SpringBoot19 之环境变量读取和属性对象的绑定
凡是被Spring管理的类,实现接口EnvironmentAware重写方法setEnvironment可以在工程启动时,获取到系统环境变量和application配置文件中的变量。@ConfigurationpublicclassMyEnvironmentAwareimplementsEnvironmentAware{/