Stella981 Stella981
3年前
Spring MVC 配置文件dispatcher
1.<?xmlversion\"1.0"encoding\"UTF8"?2.<beansxmlns\"http://www.springframework.org/schema/beans"3.xmlns:mvc\"http://www.springframework.org/schema/mvc"4.xml
Easter79 Easter79
3年前
SpringBoot配置多数据源
SpringBoot配置多数据源核心技术点​在Spring2.x中引入了AbstractRoutingDataSource,该类充当了DataSource的路由中介,能有在运行时,根据某种key值来动态切换到真正的DataSource上。​Spring动态配置多数
Stella981 Stella981
3年前
Linux下安装配置Redis
1\.下载安装$wgethttp://redis.googlecode.com/files/redis2.2.12.tar.gz$tarxzfredis2.2.12.tar.gz$cdredis2.2.12$make2\.运行$src/redisserver
Stella981 Stella981
3年前
JVM基本配置与调优
JVM基本配置与调优JVM调优,一般都是针对堆内存配置调优。如图:堆内存分新生代和老年代,新生代又划分为eden区、from区、to区。!(https://oscimg.oschina.net/oscnet/5b30ad2de1851315e10f5d9e0a57395208c.png)一、区域释义
Stella981 Stella981
3年前
RSyslog Windows Agent 安装配置
下载地址:https://www.rsyslog.com/windowsagent/windowsagentdownload/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.rsyslog.com%2Fwindowsagent%2Fwindowsagentdownl
Easter79 Easter79
3年前
Spring容器加载配置文件
需求说明:  这里简单的介绍Spring容器加载配置文件,Spring其他内容和项目内容不做介绍。代码部分:<?xmlversion"1.0"encoding"UTF8"?<webappxmlns:xsi"http://www.w3.org/2001/XMLSchemainstance"xm
Stella981 Stella981
3年前
Eclipse国内镜像源配置方法
TableofContents我们在国内从官网下载Eclipse以及插件非常慢,那么,有没有方法变快呢?有,那就是使用国内的公开镜像源替换官方源。1 下载Eclipse首先,我们看一个链接地址:http://mirror.bit.edu.cn/eclipse/technol
Stella981 Stella981
3年前
Markdown编辑器Haroopad配置
我的配置预览效果,图片过大,可下载后放大查看!输入图片说明(https://static.oschina.net/uploads/img/201610/27211728_gy21.png"在这里输入图片标题")是一款跨平台的markdown编辑器,界面美观,可支持数学表达式,并提供目录支持,自带多套
Easter79 Easter79
3年前
SpringBoot读取配置文件信息
application.properties配置文件的读取方式有以下两种Environment方式读取框架中有一个org.springframework.core.env.Environment类,可以读取application.properti
Stella981 Stella981
3年前
Jenkins安装配置备忘
本人是开发,jenkins不是经常安装,备忘下一般安装中容易出现的问题:1.创建项目的时候没有构建maven的项目安装MavenIntegrationplugin插件2.maven的时候跳过测试cleanpackageDmaven.test.skiptrue3.执行脚本的时候提示找不到命令,但服务器单独执行命令okjenk