Stella981 Stella981
3年前
CMakelist.txt 配置各种库
1.基本设置为DEBUG模式set(CMAKE_BUILD_TYPE"Debug")声明要求的cmake最低版本cmake_minimum_required(VERSION2.8)声明一个cmake工程project(HelloSLAM)
Stella981 Stella981
3年前
SpringBoot配置多数据源
SpringBoot配置多数据源核心技术点​在Spring2.x中引入了AbstractRoutingDataSource,该类充当了DataSource的路由中介,能有在运行时,根据某种key值来动态切换到真正的DataSource上。​Spring动态配置多数
Wesley13 Wesley13
3年前
DHCP常用配置文件解析
本文对DHCP安装过程中常见的几个文件做详细解析。具体解析如下:/etc/dhcpd.conf这个是DHCP服务器的主配置文件,但是在有的系统中安装了DHCP服务器之后却没有这个文件,因此需要手动建立。还有的是有这个主配置文件但是没有内容,只要把相应模板拷贝到这个配置文件中去。/usr/sbin/dhcpd这个是启动整个dhc
Stella981 Stella981
3年前
MongoDB Sharding 分片集群配置理论
分片集群  MongoDB的分片集群由以下部分组成:_shard_(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdocs.mongodb.com%2Fmanual%2Fcore%2Fshardedclustershards%2F): 用来存储数据,为这个分片
Stella981 Stella981
3年前
Linux(二)—— Linux配置及指令
Linux配置及指令\TOC\一、linux中常用软件的安装yuminstallybashcompletionvimlrzszwgetexpectnettoolsncnmaptreedos2unixhtopiftopiotopunziptel
Wesley13 Wesley13
3年前
CDH集群安装配置(三)
集群时间同步(主节点)1\.查看是否安装ntp服务,如果没有安装rpmqa|grepntpd查看命令yuminstallntp安装命令2\.修改配置vi/etc/ntp.conf去掉这个注释,将地址改成网段地址restrict10.228.86.252
Stella981 Stella981
3年前
Lnmp修改php.ini配置
http://www.chenruixuan.com/archives/341.htmlA\A陈瑞轩(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.chenru
Stella981 Stella981
3年前
Linux工具安装和常用配置
1常用开发工具安装1Nginx系列(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fwyy1234%2Fcategory%2F1443110.html)2mongoDB系列(https://www.o
Stella981 Stella981
3年前
Discourse 如何配置 GitHub 登录方式
访问下面的网站:https://github.com/settings/developers然后单击左侧的OAuthApps,然后选择NewOAuthApp。!(https://oscimg.oschina.net/oscnet/7878a710da34484cbace86dc52f58e07.jpg) 
Easter79 Easter79
3年前
SringBoot启动报日志配置错误
最近在启动项目的时候,报错,报错的原因是springBoot日志配置文件不对。由于自己是刚接触springboot,是同事帮忙解决的,自己非常感谢!先总结如下:1.首先,找到logbackspring.xml配置文件1<springPropertyscope"context"name"springAppNa