15. Chapter 15 of spring cloud Alibaba, upgrade, distributed transaction solution, Seata

Chapter 14 of SpringCloud Alibaba, upgrade, distributed transaction solution, Seata 1, Overview of distributed transactions 1. What is distributed transaction With the rapid development of the Internet, the software system has changed from the original single application to the distributed application. The distributed system will split an appli ...

Posted by fatmcgav on Sat, 09 May 2020 02:57:10 -0700

Using Laravel to integrate JWT certification to develop RestfulApi

API is a good choice when using cross platform applications. In addition to the website, your product may also have Android and iOS applications. In this case, the API is just as good because you can write different front ends without changing any back-end code. When using the API, just click GET, POST or other types of requests with some param ...

Posted by beachcomber on Sat, 09 May 2020 01:20:36 -0700

Java + element UI realizes simple tree menu

1, Simple entry level tree menu implementation (pure background logic) 1. Introduction (1) Development environment  IDEA + JDK1.8 + mysql 1.8  SpringBoot 2.2.6 + mybatis-plusHere, it is only developed in the background (json data is returned), which will be explained in the subsequent presentation of the front page. (2) Data sheetAs follows ...

Posted by msnhockey on Fri, 08 May 2020 03:48:21 -0700

Full text search algorithm function realization of search engine (based on Lucene)

Before To turntable net By the time, I had published the non full-text search code, and the friends in need wanted to be able to read my blog. This paper mainly discusses how to do full-text search, because I spent a long time to design a new work: viewpoint , the point of view still has a high demand for full-text search, so I spent a lot of t ...

Posted by judgy on Thu, 07 May 2020 08:46:09 -0700

mysql group by morning, afternoon and evening

This article comes from  codeday  By codeday I am trying to get the log data from the table. I choose the place of time span ("maandag" to "vrijdag"). This can get the result I want, but now I get the problem that only three measurements are displayed every day The first one is the first one after 8 o'clock ...

Posted by engelsol on Thu, 07 May 2020 08:12:36 -0700

The jam caused by the setting of [MySQL] time zone

Author: Tian Jie It's not uncommon for a long query execution time to cause an application aware "jam" in the daily support and use of the database, but the SQL execution "jam" caused by the time zone setting is still an interesting phenomenon, which has not been specifically concerned before. This customer's meticulous and ...

Posted by WowAddict on Thu, 07 May 2020 03:57:46 -0700

Python+Flask build a movie download website

1. Words written in the front I still want to learn Python well. I have learned the basic grammar part for a long time. With a little penetration of the application part, I can go to data analysis, crawler, web, machine learning and other aspects, and have a long way to go.OK, no more nonsense, start programming. 2. Build project structure F ...

Posted by iffy on Wed, 06 May 2020 08:35:30 -0700

SpringBoot integrates Quartz for timed tasks

1 Requirements One of the functions in my front-end and back-end separated lab management project is student status statistics.My design is to calculate the proportion of each state by day.For ease of calculation, at 0 o'clock a day, the system needs to reset the student's status and insert a piece of data as the start of the day.In addition, c ...

Posted by e-novative on Tue, 05 May 2020 18:44:49 -0700

python sqlite tool class dynamic parameters

I've been working on sqlite and python recently After referring to the tutorials on the Internet Combined with the previous java jdbc database tool classes, write the following python connection sqlite tool classes The main reason for this is to keep a java like Object args dynamic parameter writing method is compati ...

Posted by JonathanS on Tue, 05 May 2020 17:23:14 -0700

Using JavaScript to convert XML to JSON

Recently, there is a requirement in developing projects. The strings of XML messages queried from the database need to be parsed with parameters, which supports modification on the page. Therefore, the function of parsing XML text using JavaScript is born. The specific idea is to get the DOM object of XML, and then through traversal and recur ...

Posted by matts12290 on Tue, 05 May 2020 15:32:19 -0700