[code God Road] use Docker to build a springboot + vue based blog (online)

0. Environment: Tencent ECs, version CentOS 7.6. My version comes with docker and docker compose. If you don't have one, you can install it yourself 1. Install docker #install yum install docker #Verify that the installation was successful [root@VM-16-5-centos ~]# docker --version Docker version 20.10.5, build 55c4c88 #Start docker systemctl ...

Posted by Link on Thu, 02 Dec 2021 15:20:42 -0800

Flash project release process

This article continues to study the official tutorial of Flask. I will skip the three sections of Templates, Static Files and Blog Blueprint directly, because these technologies will not be used in actual projects. I have time to learn more about the front end. This article summarizes the three sections of Make the Project Installable, Test Cov ...

Posted by Tucker1337 on Thu, 02 Dec 2021 15:17:10 -0800

[network security] 43. Strong net cup CTF's Web write up treasure hunt, gambler, EasyWeb, pop_master

Article directory:1, EasyWeb 1. Title Description 2. Problem solving ideas2, [Qiangwang pioneer] treasure hunt 1. Title Description 2. Problem solving ideas3, [strong net pioneer] gambler 1. Title Description 2. Problem solving ideas4, pop_master 1. Title Description 2. Problem solving ideas 3. Official problem solving5, Summary State ...

Posted by veeraa2003 on Thu, 02 Dec 2021 15:05:39 -0800

[network security] 42. Two steganography and one reverse basic problem of WHUCTF (ice scorpion traffic decryption, dynamic and static reverse)

Article directory:1, Misc shellofawd 1. Title Description 2. Problem solving ideas2, Misc wechat_ game 1. Title Description 2. Problem solving ideas3, RE1 1. Title Description 2. Problem solving ideas4, Summary Author's github resources: Reverse analysis: https://github.com/eastmountyxz/ SystemSecurity-ReverseAnalysisNetwork security: ht ...

Posted by subwiz on Thu, 02 Dec 2021 14:55:52 -0800

Develop Python connection to Damon database (DM8)

reference https://eco.dameng.com/docs/zh-cn/app-dev/python-python.html https://eco.dameng.com/docs/zh-cn/start/python-development.html outline DMPython dmPython is a database access interface provided by DM and developed according to the API usage regulations in Python DB API version 2.0 dmPython implements these API s to enable Pyt ...

Posted by Ruud Hermans on Thu, 02 Dec 2021 14:39:58 -0800

Research on storm source code analysis

2021SC@SDUSC Sprout node analysis of Trident 2021SC@SDUSC Trident is another set of interfaces provided by Storm to users. It provides basic flow processing functions and reliable message processing functions. The operation of convection is the core of Trident. Trident mainly supports two types of sput nodes: itridentsput and DRPC sput. For ...

Posted by dancingbear on Thu, 02 Dec 2021 14:35:54 -0800

react performance optimization

react performance optimization The core of React component performance optimization is to reduce the frequency of rendering real DOM nodes and reducing the frequency of Virtual DOM comparison, so as to improve performance 1. Clean the components before unloading The global events and timers registered for window in the component should be clear ...

Posted by rugzo on Thu, 02 Dec 2021 14:34:35 -0800

Material UI usage feedback

In recent work, we need to develop the H5 page on the mobile terminal. Instead of using the familiar react + antd mobile, react + taro UI and Vue + uview, we used react + material UI to make a new attempt. And just recently, react router / react router DOM forcibly iterated a large version with hooks mode @6;Purpose: after getting tired of the ...

Posted by madavies on Thu, 02 Dec 2021 14:18:00 -0800

[back end integration] new program Day7

1. Axios post request 1.1 types of common post requests form submission method = "post" synchronization (element: whether the page is refreshed)axios.post() asynchronous operation 1.2 introduction to Axios post   1.2.1 edit front-end JS <!DOCTYPE html> <html> <head> <meta charset="utf-8"> &lt ...

Posted by luxluxlux on Thu, 02 Dec 2021 14:11:10 -0800

The official account of redis (publish subscribe)

1, Introduction Official account is official account. Official account is like subscription. When the official account is released, the message will be sent to all users who are concerned about the public number. Users will be able to see the new articles. The publish subscription of redis is similar. A user subscribes to a channel through sub ...

Posted by mariolopes on Thu, 02 Dec 2021 13:57:10 -0800