Java official account for WeChat development
Complex source code (end of article)
catalogue
Official account number and setting
Explanation of each configuration
Interface configuration information
JS interface security domain name
Test number QR code
Template message interface
How to get the user's openid
Get the basic information explanation of Web authorized users
doma ...
Posted by perezf on Mon, 22 Nov 2021 06:14:01 -0800
[SpringBoot imitation niuke.com] 03. Develop the registration function
Complex functions should be disassembled into relatively simple functions, which is easy to develop web projects can split functionality on request
Click the registration button to jump to the registration page, which is a request; Submit the registration information to the server, and the server will send an activation email, which is a reque ...
Posted by chocopi on Mon, 22 Nov 2021 05:17:32 -0800
Received a abnormal demand: how to generate Excel + PDF export in Java?
Author: slow timeSource: cnblogs.com/Tom-shushu/p/14279357.html
1, Preface
The export and import of Excel and PDF is a problem we often encounter in our work. Just today, the company's business encountered this problem. By the way, take a note to prevent the same problem from being helpless next time.
The company has two needs:
Requirement ...
Posted by SoreE yes on Mon, 22 Nov 2021 03:35:42 -0800
Getting started with HTTP protocol
HTTP protocol
Chapter 1 Introduction to HTTP protocol
[the external chain image transfer fails. The source station may have an anti-theft chain mechanism. It is recommended to save the image and upload it directly (img-grbtid56-1637415789041) (Shang Silicon Valley Zhang Chunsheng _httpprotocol. assets/timg.jpg)]
HTTP hypertext transfer ...
Posted by phpsharma on Mon, 22 Nov 2021 02:28:51 -0800
Source code analysis and detail control of Java executing Linux commands (preliminary preparation for developing "Java command executor")
next Source code analysis and detail control of Java executing windows commands (preliminary preparation for developing "Java command executor")_ Jiangnan liquor cooking blog - CSDN blog Say:
1. In Linux systems, there is no / c and / k, only one / bin/bash -c it and direct / The difference between bin/bash is that the &q ...
Posted by racerxfactor on Mon, 22 Nov 2021 00:30:18 -0800
Second shallow encapsulation practice in microservice architecture
1, Background introduction
There are many split services in the distributed system. In the process of continuous iterative upgrading, the following common thorny situations will occur:
For the version upgrade of a technical component, depending on the package upgrade leads to the expiration of some syntax or API, or the component fixes urgent ...
Posted by everlifefree on Mon, 22 Nov 2021 00:07:12 -0800
After 2 weeks of performance optimization, QPS finally doubled
Source: https://zhenbianshu.github.io/
Some time ago, our service encountered a performance bottleneck. Due to the urgent demand in the early stage, we didn't pay attention to the optimization in this regard. It's very painful to pay off the technical debt.
Under very low QPS pressure, the server load can reach 10-20, the CPU utilization rate ...
Posted by nelson201 on Sun, 21 Nov 2021 22:45:55 -0800
Hadoop - detailed teaching of Java API operation (upload, download, view, delete and create files) of HDFS file system
If Hadoop has not been configured, you can click the link to see how to configure it
Basic technical teaching and practical development teaching of major technologies (under continuous updating ··················&middo ...
Posted by ducey on Sun, 21 Nov 2021 22:15:57 -0800
Talk about Java exceptions
In the process of developing applications, the ideal state is not to have errors. Even if errors occur, they should be detected during compilation. However, in reality, errors will occur from time to time when the program runs, which will not be expected. If ignored, it will lead to program crash.In C language, the program will indicate the err ...
Posted by egorig on Sun, 21 Nov 2021 22:13:23 -0800
MapStruct Usage Summary
preface
Entity bean conversion is often inevitable. From the copyProperties of BeanUtil using traditional reflection technology to Object mapping, it basically stops at the dynamic compilation and generation of bytecode using annotation processor. Because it is a set/get calling code generated automatically during compilation, its performance ...
Posted by wolfrock on Sun, 21 Nov 2021 21:22:48 -0800