Tag:author
-
The configuration of swagger3 is different from that of 2
1. Import dependency. Only one dependency can be imported in version 3.0.0 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-boot-starter</artifactId> <version>3.0.0</version> </dependency> 2. Configure swaggerconfig package org. fh. config; 3. Swagger interception configuration package org. fh. config; 4. Visit 127.0.0.1:8081 / swagger UI / index html 5. Interface description case Annotate the processing class, such as swagger3 This work adoptsCC […]
-
Understanding of callback function (I)
The elegant code processing methods used in too many frameworks on the market now dazzle developers, which puts higher requirements on the quality of framework users. In fact, the elegant methods used in the framework have the most basic sources, but it is not the framework author who fully integrates them into the bottom of […]
-
Elegant implementation of wechat sharing in Vue wechat development
preface Wechat sharing is mainly to share our web pages with friends or to the circle of friends. When sending them to friends, the displayed message is not an ugly website, but a special template message with graphic description. Many web pages with strong communication nature will use this feature to improve communication. To realize […]
-
Teach you how to use vscode theme in Monaco editor
background The author opened a small projectcode-run, similarcodepenA tool in which the code editor is MicrosoftMonaco Editor, this library is directly fromVSCodeGenerated in the source code of, just made a little modification to make it support running in the browser, but the function is basically the same asVSCodeJust as powerful, so in my opinionMonaco Editorbe […]
-
Install ansible-2.4.2
wget https://releases.ansible.com/ansible/ansible-2.4.2.0.tar.gz tar -zxf ansible-2.4.2.0.tar.gz cd ansible-2.4.2.0 make install #sed -i ‘s/^#host_key_checking = False/host_key_checking = False/g’ /etc/ansible/ansible.cfg ansible This work adoptsCC agreement, reprint must indicate the author and the link to this article :kissing_ closed_ eyes:
-
@The enumeration type values in the requestbody do not match, and an error is reported
@Configuration This work adoptsCC agreement, reprint must indicate the author and the link to this article
-
Flowable integration springboot
1.pom <parent> 2. Flowableconfig configuration class package org. fh. config; 3. Rewrite the securityutils refactoring process editor to obtain user information package org. flowable. ui. common. security; This work adoptsCC agreement, reprint must indicate the author and the link to this article
-
Installing tcping for Linux
wget -O tcping https://soft.mengclaw.com/Bash/TCP-PING chmod +x tcping ./tcping -d 127.0.0.1 6379 This work adoptsCC agreement, reprint must indicate the author and the link to this article :kissing_ closed_ eyes:
-
[list announcement] the list of winners of national technology MCU RT thread design competition was released~
Dear developersRT thread and national technology jointly launchedNational Technical MCU RT thread design competitionToday, the curtain has finally come to a successful conclusion. The competition attracted nearly 300 developers to sign up. After more than three months of competition, from registration to approval, to development and design, and finally successfully completed their own works. All […]
-
PIP installation is too slow
PIP installation is too slow. You can use the following methods: pip install XXX -i https://pypi.tuna.tsinghua.edu.cn/simple That’s fast This work adoptsCC agreement, reprint must indicate the author and the link to this article
-
Python development interface
https://blog.csdn.net/helloxiaozhe/article… This work adoptsCC agreement, reprint must indicate the author and the link to this article
-
Rust announced the 2024 roadmap: focusing on three directions
Recently, the Lang team, the rust language design team, announced the updated roadmap of the rust language in 2024 in the official blog. The rust 2024 is the fourth version of the programming language roadmap after the rust 2015, the rust 2018 and the rust 2021. Lang team said that the roadmap is just a […]