Easter79 Easter79
3年前
sso简单原理及实现
转自:http://www.cnblogs.com/ywlaker/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Fywlaker%2F) 一、单系统登录机制1、http无状态协议  web应用采用browser
Stella981 Stella981
3年前
Spring Transaction + MyBatis SqlSession事务管理机制研究学习
    原文地址:SpringTransactionMyBatisSqlSession事务管理机制研究学习(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.xx566.com%2Fdetail%2F191.html)  线上的系统中,使用的是SpringMyba
Stella981 Stella981
3年前
SpringBoot缓存篇Ⅱ
一.Redis环境搭建系统默认是使用ConcurrentMapCacheManager,然后获取和创建ConcurrentMapCache类型的缓存组件,再将数据保存在ConcurrentMap中开发中使用缓存中间件:redis,memcached,ehcache1.搭建redis环境在linux上安装redis(推荐使用do
Wesley13 Wesley13
3年前
MySQL入门——在Linux下安装和卸载MariaDB
MySQL入门——在Linux下安装和卸载MariaDB摘要:本文主要学习了如何在Linux系统中安装和卸载MariaDB数据库。查看有没有安装过MariaDB使用命令查看有没有安装过:1root@localhost~yumlist
Stella981 Stella981
3年前
Debian 8.7.1 安装 Webmin 1.831
操作系统环境Debian8.7.164bit(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcdimage.debian.org%2Fdebiancd%2Fcurrent%2Famd64%2Fbtdvd%2Fdebian8.7.1amd64DVD
Stella981 Stella981
3年前
Gephi学习笔记
使用gephi对图数据进行可视化操作,下面网址是gephi的说明文档https://seinecle.github.io/gephitutorials/generatedpdf/semanticwebimporteren.pdf使用的gephi版本号:0.9.1系统:Ubuntu16.04内存:8G1.启动Gephi,
Stella981 Stella981
3年前
RabbitMQ教程——主题
主题(使用pika0.9.8Python客户端)在前一篇教程(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.rabbitmq.com%2Ftutorials%2Ftutorialthreepython.html)中,我们改进了我们的logging系统。
Stella981 Stella981
3年前
Debian 8.7.1 使用 Apple Swift 3.1
操作系统环境Debian8.7.164bit(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcdimage.debian.org%2Fdebiancd%2Fcurrent%2Famd64%2Fbtdvd%2Fdebian8.7.1amd64DVD
Easter79 Easter79
3年前
Spring中配置和读取多个Properties文件
一个系统中通常会存在如下一些以Properties形式存在的配置文件1.数据库配置文件demodb.properties:database.urljdbc:mysql://localhost/smapledatabase.drivercom.mysql.jdbc.Driverdatabase.userroo
分布式服务高可用实现:复制 | 京东物流技术团队
复制,即在不同的节点上保存相同的副本,提供数据冗余。如果一些节点不可用,剩余的节点仍然可以提供数据服务,这些节点可能部署在不同的地理位置,以此来改善系统性能