Wesley13 Wesley13
4年前
java系统国际化的配置
本代码来源于开源MyExam系统首先写好资源文件:message\_en\_US.properties等等springmvcservlet.xml文件<!国际化操作拦截器<beanid\_"messageSource"_class\_"org.springframework.context.support.Reso
zdd小小菜鸟 zdd小小菜鸟
2年前
SpringBoot面试
SpringBoot面试1、什么是SpringBoot?texSpringBoot是Spring开源组织下的子项目,是Spring组件一站式处理方案,主要是简化了使用Spring的难度,简省了繁重的配置,提
Wesley13 Wesley13
4年前
Oracle VM VirtualBox 安装和使用
原文同步至http://www.waylau.com/aboutoraclevmvirtualbox/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.waylau.com%2Faboutoraclevmvirtualbox%2F)VirtualBox是一款开源
Stella981 Stella981
4年前
RabbitMQ通过HTTP API获取队列消息内容
RabbitMQ通过HTTPAPI获取队列消息内容背景为配合公司数据中台建设,我们对公司内部使用的mysqlbinlog数据分发中间件(现已开源:https://gitee.com/kekingcn/kekingbinlogdistributor(https://gitee.co
Easter79 Easter79
3年前
Tips for vcpkg
概述vcpkg是微软开发的在Windows,Linux和MacOS平台管理C/C库的开源工具。快速开始要求使用vcpkg需满足如下条件:Windows10,8.1,7,Linux,orMacOSVisualStudio2017orVisualStudio2015Up
Wesley13 Wesley13
4年前
Ubuntu14.04 Caffe安装
Caffe简介Caffe全称ConvolutionalArchitectureforFastFeatureEmbedding,是一个计算CNN相关算法的框架。就目前来说是deeplearning最流行的开源的框架,所以使用的人也是最多的。caffe网址:http://caffe.berkeleyvision.org/(
Stella981 Stella981
4年前
Docker将Container Registry项目Distribution捐赠给CNCF
Docker宣布将开源的Container Registry项目Distribution贡献给云原生基金会(CloudNativeComputingFoundation,CNCF),成为其中的沙盒项目。DockerDistribution是DockerHub以及其他ContainerRegistry服务的一部分,因为DockerDistribu
Stella981 Stella981
4年前
Android开发模版代码(4)——状态栏设置
下面的代码是基于开源项目SystemBarTint(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fjgilfelt%2FSystemBarTint),我们需要添加其依赖compile'com.readystatesoftware.systemba
Easter79 Easter79
3年前
TreeATE自动化测试平台简介
TreeATETreeATE是TreeAutomaticTestEquipment的缩写,专注服务于工厂成品或半成品测试自动化的一种开源软件工具平台。详见Github:https://github.com/WilliamYinwei/TreeATE(https://www.oschina.net/action/GoToLink?
Stella981 Stella981
4年前
Acitiviti简单扩展(只适用内部管理系统)
使用activiti开源框架,并进行部分扩展          表设计:           1、流程与业务关联:                  扩展业务编码定义表(ACT\_BUS\_TYPE),业务开发人员通过业务编码来调用对应流程           2、流程审核权限: