Easter79 Easter79
3年前
stepchain 通用业务流程流水线处理框架
stepchain通用业务流程流水线处理框架。类似于CommonsChain和CommonsPipeline这样的JavaPipelineStepChain用于组织复杂处理流程执行的流行技术。JavaPipelineStepChainlikeApacheCommonsChainandCommonsPipeline。A
Stella981 Stella981
3年前
Spring Boot 之配置导入,强大到不行!
!(https://oscimg.oschina.net/oscnet/919770b743934540b4af2d826fb68b8b.png)我们知道在SpringBoot中可以用一个@Configuration配置文件来配置所有Bean及其他配置(不会的看这篇文章:Spring零配置之@Configuration注解
Easter79 Easter79
3年前
SpringBoot项目中使用AOP
1.概述将通用的逻辑用AOP技术实现可以极大的简化程序的编写,例如验签、鉴权等。Spring的声明式事务也是通过AOP技术实现的。具体的代码参照示例项目https://github.com/qihaiyan/springcamp/tree/master/springaop(https://www.oschina.net/actio
Stella981 Stella981
3年前
Android面试基础(一)IOC(DI)框架(ViewUtils)讲解_反射和自定义注解类
1\.Android中的IOC(DI)框架1.1ViewUtils简介(xUtils中的四大部分之一)IOC:InverseofController控制反转。DI:Dependency
Stella981 Stella981
3年前
JS与iOS之间的通信
JS与iOS之间的通信,主要运用两个方法:(PhoneGap框架也是基于此原理)1、UIWebView的stringByEvaluatingJavaScriptFromString方法2、UIWebViewDelegate的\(BOOL)webView:(UIWebView\)webViewshouldStartLoadWithReq
Stella981 Stella981
3年前
OSChina 技术周刊第五期 —— 2014 非常好用的开源 Android 测试工具
每周技术抢先看,总有你想要的!移动开发1.【软件】(http://www.oschina.net/translate/androidsecurityimplementationofselfsignedssl)Android测试框架RoboSpock(http://www.oschina.net/p/robo
Stella981 Stella981
3年前
AQS (AbstractQueuedSynchronizer)源码导读:锁的获得与释放
AQS是什么?AbstractQueuedSynchronizer简称AQS是一个抽象同步框架,可以用来实现一个依赖状态的同步器。Providesaframeworkforimplementingblockinglocksandrelatedsynchronizers(semaphores,events,etc)th
Stella981 Stella981
3年前
Spring 日志输出错误字符
Spring的日志在输出的时候,出现了类似e\0;39me\2m\的错误。!Springlogerror(https://cdn.ossez.com/discourseuploads/original/1X/e5d28e955ce53e29985a0f7b9664431ac12d7888.png)(https://www.o
Stella981 Stella981
3年前
Erupt 降维打击代码生成器,急速开发后台管理系统
环境搭建编程语言:Java8使用框架:SpringBoot,Erupt1\.在springboot项目基础上导入erupt依赖<!用户权限管理<dependency<groupIdxyz.erupt</groupId<artifactIderuptupms</a
Stella981 Stella981
3年前
Nacos加载多个配置集
一 点睛当微服务数量很庞大时,将所有配置都书写到一个配置文件中,显然不是太合适。对此我们可以将配置按照功能的不同,拆分为不同的配置文件。二 操作步骤1 原来的配置文件spring:datasource:username:rootpassword:root