General Function and Module Customization System (cfcmms) - 023 Custom grid Column (7 Submodule Records)

Links to the original text: https://my.oschina.net/zipu888/blog/549762 General Function and Module Customization System (cfcmms) - 023 Custom grid Column (7 Submodule Records) ...

Posted by robman2100 on Fri, 13 Sep 2019 22:33:42 -0700

The Use of mybatis-plus--Introduction

Links to the original text: https://www.jianshu.com/p/ceb1df475021 Preface: Mybatis is still popular in the persistence layer framework, and most projects are based on ssm. Although mybatis can operate database directly in xml through S ...

Posted by storyteller on Thu, 12 Sep 2019 03:16:48 -0700

Web Form Data Extraction Based on Interface Crawler

I recently received a task, to climb a data, the data in a web page table, the amount of data hundreds. Open debugging mode and find that the interface returns an html page, as long as it is treated as string. (xpath crawler is troublesome for parsing html files) The scheme uses regular matching of all cell rows and extracting cell content, whi ...

Posted by GameMusic on Wed, 11 Sep 2019 20:00:11 -0700

Structured Streaming Simple Data Processing - Read CSV and extract column keywords

Preface Recently, when Baidu wants to learn Spark's newer Structured Streaming, all of them are monotonous wordcount s, which are quite speechless.You have to figure out for yourself what you can do with the Select and Filter operations of the Dataframe.Because of using Python, using Pandas, and trying to turn Pandas to process, readStream doe ...

Posted by bigphpn00b on Wed, 11 Sep 2019 16:56:03 -0700

java-pair programming: fractional integer, number of operators, operation range, addition, subtraction, multiplication and division

Links to the original text: https://www.mk2048.com/blog/blog.php?id=ic00hjiib&title=java-%E7%BB%93%E5%AF%B9%E7%BC%96%E7%A8%8B%EF%BC%9A%E5%88%86%E6%95%B0%E6%95%B4%E6%95%B0%EF%BC%8C%E8%BF%90%E7%AE%97%E7%AC%A6%E4%B8%AA%E6%95%B0%EF%BC%8C%E8%BF%90%E7%AE%97%E8%8C%83%E5%9B%B4%EF%BC%8C%E5%8 ...

Posted by Ifa on Wed, 11 Sep 2019 01:27:00 -0700

Summary of Web System Framework Based on.net EF6 MVC5+WEB Api-Project Dependency Injection

brief introduction Dependency injection is mainly a structural model, focusing on the structure between classes. Its purpose is to achieve the principle of minimum knowledge and composite reuse in design principles, reduce internal dependency, perform a single responsibility, and ultimately strong decoupling. The best implementation of Depen ...

Posted by Najjar on Tue, 10 Sep 2019 00:48:19 -0700

Technology Sharing

Author: Hong Bin background When backup tools such as xtrabackup are used for backup, there will be global lock. Normally, lock occupancy time is very short, but occasionally long lock occupancy will lead to system write blocking. The phenomenon is that show process list sees many sessions showing wait global read lock, which may have a great ...

Posted by PHPBewildered on Sun, 08 Sep 2019 23:52:39 -0700

Spring Boot - Sweet Integration MyBatis & Annotation & Configuration

Preface Integrating Mybtis is very simple for Spring Boot. Through this article, you can get started quickly without pressure, but before I start, I want to talk about my version information: maven 3.2.5 jdk 1.8 Spring Boot 2.1.6 Create a project The automated configuration of idea is still used, but here we need to check the following depen ...

Posted by skyace888 on Sun, 08 Sep 2019 07:12:20 -0700

A Brief Analysis of Logfile Sync Waiting for Super High Case

Monitoring tool DPA found a DB Commit Time indicator alarm on an Oracle database server overseas, which exceeded the red alarm line (about 40 milliseconds, yellow alarm 10 milliseconds, red alarm line 20 milliseconds). As shown in the following screenshot, the AWR report for the corresponding period was generated, and log file sync waited insid ...

Posted by Pi_Mastuh on Sat, 07 Sep 2019 09:40:50 -0700

mysql's inndob engine crashes

tail-30/data/mysql/localhost.localdomain.err (log file path depends on the situation), ----------------------------------------- 161108 11:36:45 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var 2017-08-15 11:3 ...

Posted by jschultz on Sat, 07 Sep 2019 05:18:16 -0700