JAVAEE - Yicun Mall 11:sso login registration function, access to user information through token, Ajax cross-domain request (jsonp)

1. Learning plan Day 11: 1. Implementation of sso registration function 2. Implementation of sso login function 3. Obtaining user information through token 4. Ajax cross-domain request (jsonp) 2. Construction of Sso System Engineering       You need to create a sso service project, which can be created with reference to e3-manager. e3-sso (po ...

Posted by Coco on Fri, 11 Jan 2019 21:36:11 -0800

Spring Boot Cache + redis Sets Valid Time and Automatic Refresh Cache-2

problem Last article Spring Boot Cache + redis sets the effective time and automatically refreshes the cache, time support is configured in the configuration file In a time-dependent manner, the Value of the annotation is expanded directly, such as: @Override @Cacheable(value = "people#${select.cache.timeout:1800}#${select.cache.refresh:600}", ...

Posted by gwh on Tue, 08 Jan 2019 19:18:09 -0800

Node JS Learning Notes (XV) - - A Simple Example of Node.js + Koa2 Building Website

Catalog Preface Construction project and other preparatory work Create a database Create Koa2 Project Other Requirements Packages for Installation Project Remove redundant files and re-plan project catalogs configuration file Plan sample routing and create new related files Implementing Data Access and Business Logic Related ...

Posted by mrdamien on Sat, 05 Jan 2019 09:48:09 -0800

SSM Framework _6 (Spring and redis integration) (spring+ redis + aop)

(github address: https://github.com/jiangcaijun/ssm) 2017-05-28 For some requirements, such as items that only need to be queried, or some data only need to be queried, without adding or deleting items (such as provincial and urban tables), aop and redis can be used to query data first from redis, if not, then to the database to query, and then ...

Posted by bokerfest on Fri, 04 Jan 2019 23:21:08 -0800

Integrated solution for nginx+tomcat load balancing and redis shared session (By Centos 7)

Document preparation nginx: nginx-1.10.3.tar.gz tomcat8: apache-tomcat-8.0.43.zip redis: redis-3.2.8.tar.gz Ruby (when using redis cluster): ruby-2.4.1.tar.gz TomcatRedisSessionManager(From GitHub): TomcatRedisSessionManager-1.1.1.zip jdk :jdk-8u131-linux-x64.tar.gz Environmental installation PS: It is recommende ...

Posted by leeue on Tue, 01 Jan 2019 10:57:08 -0800

Django|Nginx|Uwsgi|Redis|Websocket Configuration, Use and Deployment

Introduction Where to Start mysql installation Install Nginx Install php virtual environment Redis Installation and Configuration Redis installation Configure redis to use unix domain sockets Configure Redis as the back end of django session storage and caching django-websocket-redis install To configure deve ...

Posted by TheBentinel.com on Tue, 01 Jan 2019 09:51:08 -0800

spring-boot Quick Start Learning Notes-Integrated JPA mybatis rabbitmq mongodb redis

image.png For communication or more, please pay attention to my public number: nezha_blog My technology blog: https://nezha.github.io Wechat Public Number 1. Spring Book Learning Notes - Full Annotation Spring Boot and Spring Cloud 2. Prigboot Chinese Help Document Chinese Translation of Spring Boot Reference Guide Explanation ...

Posted by rashmi_k28 on Tue, 25 Dec 2018 00:21:06 -0800

Keepalived+Nginx+Redis+Tomcat for High Availability web Load Balancing

I. System Environment Operating System: CentOS 7 tomcat 8.0.47 Nginx 1.12.2 Redis 4.0.2 192.168.124.128 tomcat1+Nginx+Redis 192.168.124.130 tomcat2 Specific how to install these software, here is no longer introduced, please go online to find information. After installation, modify the port number of tomcat 2. If th ...

Posted by roice on Thu, 20 Dec 2018 17:48:05 -0800

Process records for deploying web projects, including configuration processes for laravel, redis, mongodb, workerman

The basic environment of the system LAMP has been built. The process of deploying the web project online is recorded as follows, which is convenient for future deployment of new projects. laravel projectubuntu 16.04php 7.0 (1) We use your@email.com account to git projects on the server Add your@email.com member to the project to be deployed in ...

Posted by acroporas on Tue, 18 Dec 2018 05:03:04 -0800

8-Quick Start Linux Playing Typical Applications-Cache Services: Redis&memcached

9-Cache Service The amount of services hosted by database services is limited. Add caching service layer between program and database. Redis & memcached memcached basic operations explain command install yum install memcached start-up memcached -d -l -m -p Stop it kill pid The daemon runs after-d. How much memory is ...

Posted by rage2021 on Mon, 17 Dec 2018 09:18:04 -0800