Easter79 Easter79
3年前
springioc学习
springioc类图!(https://oscimg.oschina.net/oscnet/up1f3f48e7a24e818fcd4392d8ab50311b462.png)springioc关键接口:ResourceBeanDefinitionReaderBeanFactoryBeanDe
Spring自定义参数解析器设计
@RequstBody、@RequstParam这些注解是不是很熟悉?我们在开发Controller接口时经常会用到此类参数注解,那这些注解的作用是什么?我们真的了解吗?
zdd小小菜鸟 zdd小小菜鸟
2年前
JVM面试
JVM面试1.说一下JVM的主要组成部分?及其作用?tex类加载器(ClassLoader)运行时数据区(RuntimeDataArea)执行引擎(ExecutionEngine)本地库接口(Nativ
Easter79 Easter79
3年前
SpringBoot2.0 基础案例分类目录,附源码地址
本文源码GitHub:知了一笑https://gitee.com/cicadasmile/springbootbaseSpringBoot2基础文章分类1、入门基础SpringBoot2.0基础案例(01):环境搭建和RestFul风格接口(http
Wesley13 Wesley13
3年前
Mono AOT 参数
在多泛型及接口时使用MonoAOT需要使用如下编译mscorlib.dllmonoaotfull,nrgctxtrampolines8096,nimttrampolines8096,ntrampolines4048mscorlib.dllhttp://docs.xamarin.com/guides/ios/troubl
Stella981 Stella981
3年前
Linux获取网络信息的netstat命令参数和用法
netstat显示网络连接,路由表,接口状态,伪装连接,网络链路信息和组播成员组。\\\\总览SYNOPSISnetstat\address\_family\_options\\tcp|t\\udp|u\\raw|w\\listening|l\\all|a\\
Stella981 Stella981
3年前
Shiro源码分析
    在Shiro中,登录操作是由Subject的login()方法完成的,Subject是个接口,在Web环境中,实现类为WebDelegatingSubject,login方法从DeletatingSubject继承而来:publicvoidlogin(AuthenticationTokentoken)throwsAuthenti
Easter79 Easter79
3年前
Spring中ApplicationContext的事件机制
   ApplicationContext事件机制是观察者设计模式的实现,通过ApplicationEvent类和ApplicationListener接口,可以实现ApplicationContext事件处理。如果容器中有一个ApplicationListenerBean,每当ApplicationContext发布ApplicationEvent时,
Stella981 Stella981
3年前
GuozhongCrawler系列教程 (3) PageProcessor详解
      PageProcessor是所有PageRequest请求完成后处理的接口。例如:startContext.createPageRequest("http://my.oschina.net/u/1377701/blog/425984",OschinaProcessor.class)即可指定处理页面结果此时重写OschinaProcessor
京东云开发者 京东云开发者
5个月前
Seata 源码
作者:京东物流张士欣核心接口和类ResourceManagerResourceManager是seata的重要组件之一,RM负责管理分支数据资源的事务。AbstractResourceManager实现ResourceManager提供模板方法。Defau