Stella981 Stella981
3年前
MyCat 在 MySQL 主从复制基础上实现读写分离
一、环境操作系统:CentOS6.7x86_64binDVD1.isoJDK版本:jdk1.8.0_45MyCat版本:Mycatserver1.6MyCat节点IP:10.1.10.15主机名:ebusmycat01主机配置:4核CPU、4G内存MySQL版本
Stella981 Stella981
3年前
SpringBoot2.0基础案例(01):环境搭建和RestFul风格接口
本文源码GitHub:知了一笑https://github.com/cicadasmile/springbootbase一、SpringBoot框架的特点1、SpringBoot2.0特点1)SpringBoot继承了Spri
Stella981 Stella981
3年前
CentOS 7 安装、配置、使用 PostgreSQL 9.5(一)安装及基础配置
一直不知道怎么读这个数据库的名字,在官网上找到了文档。PostgreSQLispronouncedPostGresQL.读音(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.postgresql.org%2Ffiles%2Fpostgresql.mp3)
Stella981 Stella981
3年前
Spring Cloud Security OAuth2.0 认证授权系列(一) 基础概念
前序最近想搞下基于SpringCloud的认证授权平台,总体想法是可以对服务器授权,想做一个基于Agent的无侵入的方式。因为新版本的SpringCloudSecurity、OAuth2.0貌似改了些东西,说上网随便翻翻,但发现没有针对SpringSecurityOAuth2.0认证授权系统性的文章。遂结合
Stella981 Stella981
3年前
Spring 框架基础(06):Mvc架构模式简介,执行流程详解
本文源码:GitHub·点这里(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fcicadasmile%2Fspringmvcparent)||GitEE·点这里(https://gitee.com/cicadasmile/springmvcpa
Wesley13 Wesley13
3年前
Java程序员常用的Linux命令01——linux命令基础
1.显示日期的命令date显示日期:1root@localhost~date!(https://oscimg.oschina.net/oscnet/94de03a23771ff87bf7323cc701392394ec.png)显示年月日:1root@localhost~date'%Y%m%
Stella981 Stella981
3年前
Python3_基础部分_第一个Python程序
  学习编程,可以使用很多种的方式进行,比如命令行方式(早期的程序员就是这种方式编程的),比如计算机自带的文本文件工具:记事本等,在比如高级的编程语言开发工具(IDE):Pycharm、Inteill等。不管使用哪种方式,学习编程的捷径就是不断的写代码,优化思路。1、使用命令行编写第一个Python程序  安装好Python的开发环境后,就可以使用计
Wesley13 Wesley13
3年前
Java基础篇(01):基本数据类型,核心点整理
本文源码:GitHub·点这里(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fcicadasmile%2Fjavabaseparent)||GitEE·点这里(https://gitee.com/cicadasmile/javabasepa
Easter79 Easter79
3年前
SpringBoot2.0 基础案例(16):配置Actuator组件,实现系统监控
本文源码GitHub地址:知了一笑https://github.com/cicadasmile/springbootbase一、Actuator简介1、监控组件作用在生产环境中,需要实时或定期监控服务的可用性。SpringBoot的actuator(健康监控)
Stella981 Stella981
3年前
35道面向初中级前端的基础面试题
如需获取完整版229页PDF面试题,请直接滑到文末。1\.什么是同源策略?同源策略可防止JavaScript发起跨域请求。源被定义为协议、主机名和端口号的组合。此策略可防止页面上的恶意脚本通过该页面的文档对象模型,访问另一个网页上的敏感数据。参考资料:浏览器的同源策略(https://www.oschina.