Hibernate Notes --- hql Summary

Original Link: https://my.oschina.net/u/2400661/blog/596249 Original: http://www.cnblogs.com/xiaoluo501395377/p/3376256.html -------------------------------------------------------- ...

Posted by renaker on Wed, 11 Sep 2019 20:02:30 +0200

Comparison of mgo and mongo-go-driver

Comparison of mgo and mongo-go-driver Introduction to Library mgo: It's driven by MongoDB's Go language. It uses a simple API based on Go grammar to implement rich features and has been well tested. It's easy to use, the documents are enough, and it has been used in the early stage, but it's a pity that it's not maintained. Official website ...

Posted by kamurj on Wed, 11 Sep 2019 11:18:45 +0200

FlutterGo Backend Knowledge Point Extraction: midway+Typescript+mysql(sequelize)

Preface about FlutterGo Maybe not too much introduction. If you have a buddy you first heard of, you can move around. FlutterGo official website Check out a brief introduction. FlutterGo has many updates in this iteration. In this update, the author is responsible for developing the back end and the corresponding client part. Here is a brief i ...

Posted by PhantomCube on Wed, 11 Sep 2019 06:25:03 +0200

Usage summary of common Editors under Linux

Usage summary of common Editors under Linux The following commonly used editors for Linux are nano, vi, vim nano editor The general Linux distribution has this editor, so this is more versatile, but the function is relatively simple, like wind ...

Posted by bran on Wed, 11 Sep 2019 05:24:33 +0200

Cheap and inexpensive - springboot Cluster Solution on Small and Micro Enterprise Cloud 2.1: Message subscription and session expiration mechanism for redis

1. session Storage Structure in redis 2 stay The previous chapter When we talk about spring session storage in redis, we can see that every session storage in redis generates three records. The record format is as follows: This is very troublesome, why can't one by one correspond, do each other's angels, do a pair of three, very influential ...

Posted by funkdrm on Tue, 10 Sep 2019 12:21:47 +0200

Using Secure Connection SSL/TLS in JavaMail

Secure Connection SSL/TLS in JavaMail JavaMail now supports the use of SSL/TLS to establish secure connections to access mail servers. In order to simplify secure access, two methods of enabling SSL secure connection are provided: Configure conn ...

Posted by dptr1988 on Mon, 09 Sep 2019 13:25:19 +0200

Loading Bean s for Spring Ioc

In the last article Loading Bean s for Spring Ioc (1) , we analyzed 2.2 of the beans loading doGetBean() method in Spring Ioc to get a single bean from the cache and 2.3 to get the final bean instance object. We then analyzed the remaining steps. Code directly: //The ability to actually get beans from the IOC container is also where the depen ...

Posted by burtybob on Mon, 09 Sep 2019 05:55:58 +0200

Cheap and inexpensive approach - springboot cluster scenarios on small and micro enterprise clouds 2:session and redis

When talking about the cluster scenario, the first problem you will encounter is session. On a single machine, session problems are always solved by web containers, which we mainly use, but clustering means multiple containers.If load balancing is to randomly distribute server access, it is easy to cause server A to log on and then go to server ...

Posted by Shuriken1 on Sun, 08 Sep 2019 19:50:03 +0200

Configuration file for spring security security framework

Here I write the configuration files for two different spring security security frameworks: 1. Use users in memory 2. Users in the database 1. Users in memory: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.o ...

Posted by LanceT on Sat, 07 Sep 2019 08:25:02 +0200

MySQL 8.0 User and Role Management

The official version of MySQL 8.0 has been released. MySQL 8.0 has added many new functions, which can be referred to specifically. MySQL 8.0 official version 8.0.11 release! "Article. MySQL 8.0 adds role management to user management, and the default password encryption mode has been adjusted from SHA1 to SHA2. At the same time, MySQL 5.7 ...

Posted by kevo1162 on Fri, 06 Sep 2019 06:54:54 +0200