Mybatis-Plus public field automatic filling problem analysis and code implementation

Table of Contents 1. Introduction 2. Implementation steps 1. Add the @TableField annotation to the attribute of the entity class to specify the automatic filling strategy 2. Write a metadata object handler, and assign values to public fields uniformly in this class. This class needs to implement the MetaObjectHandler interface 2.1 Populate the createTime and […]

ffmpeg pushes camera data to public network server

The complete streaming code has been hosted on my personal Gitee, please pick it up if necessary https://gitee.com/MonsterAKALei/push_video.git ffmpeg streaming camera data Yesterday, we implemented the two functions of reading camera data and saving it and pushing local files to the public network with the API, so I wondered whether it is possible to combine […]

Use Nodejs to build a simple HTTP server – intranet penetration public network remote access

Article directory foreword 1. Install the Node.js environment 2. Create a node.js service 3. Access node.js service 4. Intranet penetration 4.1 Install and configure cpolar intranet penetration 4.2 Create a tunnel to map a local port 5. Fixed public network address Reprinted from the article of cpolar Intranet Penetration: Using Nodejs to build HTTP services […]

Building a website on an idle mobile phone – Android Termux+Hexo to build your own blog website [cpolar realizes public network access]

Article directory 1. Install Hexo 2. Install cpolar intranet penetration 3. Public network remote access 4. Fixed public network address Hexo is a fast, clean and efficient blogging framework written in Nodejs. Hexo uses Markdown to parse articles, and in a few seconds, it can generate static web pages with beautiful themes. The following describes […]

Alipay SDK interface debugging – cpolar intranet penetration tool realizes public network address debugging

Article directory 1. Test environment 2. Local configuration 3. Intranet penetration 3.1 Download and install cpolar intranet penetration 3.2 Create a tunnel 4. Test public network access 5. Configure a fixed second-level subdomain name 5.1 Reserve a second-level subdomain 5.2 Configure the second-level subdomain name 6. Use a fixed second-level subdomain name for access Reposted […]

[Remote access] Linux builds an SVN server, and achieves remote access to the public network through intranet penetration

Article directory foreword 1. Install SVN service on Ubuntu 2. Modify the configuration file 2.1 Modify the svnserve.conf file 2.2 Modify the passwd file 2.3 Modify the authz file 3. Start the svn service 4. Intranet penetration 4.1 Install cpolar intranet penetration 4.2 Create a tunnel to map a local port 5. Test public network […]

Linux service uses the Pagoda panel to build a website and publish public network access – intranet penetration

Article directory foreword 1. Environment installation 2. Install cpolar intranet penetration 3. Intranet penetration 4. Fixed http address 5. Configure the second-level subdomain 6. Create a test page Reprinted from the article of remote intranet penetration: Linux uses the pagoda panel to build a website, and intranet penetration to achieve public network access Foreword As […]

“Remote development” VSCode uses SSH remote linux server – public network remote connection

Article directory foreword video tutorial 1. Install OpenSSH 2. vscode configures ssh 3. LAN test to connect to remote server 4. Remote connection via public network 4.1 ubuntu installation cpolar intranet penetration 4.2 Create a tunnel map 4.3 Test public network remote connection 5. Configure a fixed TCP port address 5.1 Reserve a fixed TCP […]

[Nodejs] Use Nodejs to build HTTP services and realize remote access to the public network

Article directory foreword 1. Install the Node.js environment 2. Create a node.js service 3. Access node.js service 4. Intranet penetration 4.1 Install and configure cpolar intranet penetration 4.2 Create a tunnel to map a local port 5. Fixed public network address Reprinted from the article of Intranet Penetration Tool: Use Nodejs to build HTTP service […]