简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
最近因为需要安装了VirtualBox来虚拟xp环境,本来用着好好的,但是最近升级内核后,重启机器再次运行VirtualBox,发现不能正常使用了,启动虚拟机会提示如下内容:Kernel driver not installed (rc=-1908) TheVirtualBoxLinux kernel driver (vboxdrv)is probably not loaded.
linux 常用命令ll 即 ls -l --color=auto
Jenkins on PaaSContinuous Integration with Jenkins for Java ProjectsbyMarcelo Gornstein andHarpreet SinghIncludes a review of the most useful plugins, best practices, security, integr
Sidecar patternSidecar pattern和哈雷车类似原理:把一个应用的不同组件部署到不同的进程或容器中,以提供隔离和封装,应用的各个组件各自维护更...
我们有时候也会遇到一些脱离spring容器创建的类实例,如何把spring容器内的对象注入到这些类实例内呢。 我们可以用org.springframework.beans.factory.config.AutowireCapableBeanFactory.createBean(Class beanClass, int autowireMode, boolean depende
java SPI 与cooma(dubbo 微容器改良品)--1java 的spi(Service provider interface)主要是为了框架的扩展和组件替换而产生的,与当今流行的IOC概念类似。 java spi的实现:java.util.ServiceLoaderS>A simple service-provide
spring5.0 之@Primary注解的应用在spring容器中,如果同一个类型有多个实例,但我们需要注入一个的时候,我们必须采取措施,不然spring容器会报错:....required a single bean, but 2 were found:.........有时候我们能保证同一个类型在spring容器中只有一个实例,有时候我们保证不了,此时不讨论by name注入。这
JMeter 格式化输出rest服务返回json数据JMeter默认对于rest服务返回的json数据显示默认如下图:对于第二种显示的json数据并不是我们所期望的格式,当我们copy数据的时候,格式依旧是:{:"returnCode":"-1",:"returnMsg":"系统异常,请稍后再试",:"in
To explain what we mean by new abstractions and primitives, here we compare them with thewell-known object-oriented programming (OOP), and Java specifically. In the OOP universe, wehave concepts suc..
在基于Hadoop平台的很多应用场景中,我们需要对数据进行离线和实时分析,离线分析可以很容易地借助于Hive来实现统计分析,但是对于实时的需求Hive就不合适了。实时应用场景可以使用Storm,它是一个实时处理系统,它为实时处理类应用提供了一个计算模型,可以很容易地进行编程处理。为了统一离线和实时计算,一般情况下,我们都希望将离线和实时计算的数据源的集合统一起来作为输入,然后将数据的流向分别经由实