Java enables public accounts to be automatically followed and unfollowed by scanning QR codes

Demo Preparation https://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=sandbox/login WeChat public platform interface test account application, no public account required, quick application for interface test account Directly experience and test all advanced interfaces of the public platform Configuration The URL address here is an address that needs to be deployed to be accessible online (locally it is recommended to use natapp […]

Detailed process of setting up an OpenVPN server with Pritunl to quickly achieve remote connection to the public network!

Article directory Preface 1. Environment installation 2. Start installation 3.Access test 4.Create a connection 5. LAN test connection 6.Install cpolar 7. Configure a fixed public network access address 8. Remote connection test Foreword Pritunl is a free and open source VPN platform software (but it does not use a standard open source license, and users […]

How to install MySQL on Android Termux and achieve remote access over the public network?

Article directory Preface 1. Install MariaDB 2. Install cpolar intranet penetration tool 3. Create secure tunnel mapping mysql 4. Public network remote connection 5. Fixed remote connection address Foreword Although Android, as a mobile device, was not originally designed as a server, with the advancement of technology, we can configure Android as a productivity tool […]

[Linux] VNC+ intranet penetration enables remote desktop access to Ubuntu from the public network

Article directory Preface 1. Install VNC on ubuntu 2. Set vnc to start at boot 3. Windows installation VNC viewer connection tool 4. Intranet penetration 4.1 Install cpolar [supports installation using one-click script command] 4.2 Create tunnel mapping 4.3 Test public network remote access 5. Configure a fixed TCP address 5.1 Reserve a fixed public […]

Internet public opinion hotspot analysis system based on sentiment analysis Computer Competition

Article directory 0 Preface 1. Background of the topic 2 Data processing 3 Text Sentiment Analysis 3.1 Sentiment analysis-vocabulary construction 3.2 Implementation of text sentiment analysis 3.3 Establish an emotional tendency analysis model 4 Data Visualization Tools 4.1 Introduction to django framework 4.2 ECharts 5 Django uses echarts for visual display 5.1 Modify setting.py to […]

Android Termux installs MySQL and achieves remote access to the public network through intranet penetration

Blog homepage: The little sheep has insomnia. Series columns: C language, Linux ,Cpolar Thank you everyone for your likesCollection?Comments A few days ago, I discovered a giant artificial intelligence learning website. It is easy to understand and humorous. I couldn’t help but share it with everyone. Click to jump to the website. Article directory Preface […]

Use Ubuntu system to build RabbitMQ service and combine with intranet penetration to achieve public network access

Article directory Preface 1. Install erlang language 2. Install rabbitMQ 3. Intranet penetration 3.1 Install cpolar intranet penetration (supports one-click automatic installation script) 3.2 Create HTTP tunnel 4. Public network remote connection 5. Fixed public network TCP address 5.1 Reserve a fixed public network TCP port address 5.2 Configure a fixed public network TCP port […]

[Public account development] Access third-party interfaces for development · Reply to graphic messages

[Public account development] (2) Article directory [Public account development] (2) 1. Third-party interface 1.1 Apply for free interface 1.2 Interpret interface documents 1.3 postman test interface 1.4 Principles of public account development and access to third-party interfaces 1.5 Example of accessing third-party interfaces 1.5.1 Introducing dependencies 1.5.2 Method to obtain body string in form format […]

natapp intranet penetration-make locally running programs/servers accessible to others through public IP

Article directory 1. Several basic concepts 1.1 LAN 1.2 Intranet 1.3 Intranet penetration 1.4 Natapp 2. Build an intranet penetration environment 3. Local service testing 1. Several basic concepts 1.1 LAN LAN (Local Area Network) is a computer network that connects computers in a limited area such as a home, school, laboratory, university campus, or […]

Public Tabs component encapsulation

<view class=”tabs”> <view class=”tabs_title”> <view bindtap=”handleItemTap” data-index=”{<!– –>{index}}” wx:for=”{<!– –>{tabs}}” wx:key=”id” class=”title_item {<!– –>{item.isActive?’active’:”}}”> {<!– –>{<!– –>item.value}} </view> </view> <view class=”tabs_content”> <slot></slot> </view> </view> // components/Tabs/Tabs.js Component({<!– –> /** * Component property list */ properties: {<!– –> tabs:Array, value:[] }, /** * Initial data of the component */ data: {<!– –> }, /** * Component […]