[h5 uniapp] Scroll scroll bar, data changes accordingly

uniapp project Requirements: When you slide down, the data increases and the calendar title date above also changes. When you slide up, the date in the calendar title above changes accordingly. Implementation ideas: Load the data of the current month and the data of the next month for the first time this.getdate() Bottom loading next […]

Luatos Air700 changes the BL0942 serial port baud rate

LuatOs changes the module serial port baud rate for reference luatos changes the AIR530 serial port baud rate BL0942 default serial port baud rate can be set to 9600bps by connecting the SCLK_BPS pin to a 3.3V power supply But if you adjust to 38400bps, you need to modify the 0x19 register Special register description […]

BPMN-JS: Modify node “Change Type” event type

Modify the path: node_modules\bpmn-js\lib\features\replace\ReplaceOptions.js export var START_EVENT = [ { label: ‘Start Event’, actionName: ‘replace-with-none-start’, className: ‘bpmn-icon-start-event-none’, target: { type: ‘bpmn:StartEvent’ } }, // { // label: ‘Intermediate Throw Event’, // actionName: ‘replace-with-none-intermediate-throwing’, // className: ‘bpmn-icon-intermediate-event-none’, // target: { // type: ‘bpmn:IntermediateThrowEvent’ // } // }, // { // label: ‘End Event’, // actionName: ‘replace-with-none-end’, […]

PyCharm 2023.2 latest changes

PyCharm 2023.2 latest changes PyCharm 2023.2 is a feature A powerful Python integrated development environment that provides Python developers with many new features and improvements. This tutorial will introduce the latest changes in PyCharm 2023.2, including Django support, Black formatter integration, AI Assistant, Run Anything, GitLab integration, etc., to help novice programmers quickly master the […]

Change the network card name to the traditional naming rule of CentOS6 in CentOS/RHEL7 environment

picture Introduction to CentOS/RHEL7 network card naming rules picture The traditional naming method of Linux server network cards is from eth0, eth1, eth2…. However, this number often does not necessarily correspond to the physical order of the network card interfaces. In regular mode, the server equipment we use may only have One network card. If […]

Achang teaches you how to elegantly desensitize data

Achang teaches you how to elegantly desensitize data Hi, I am Achang. Recently, there is a demand for data desensitization, which requires users to customize data permissions and desensitize certain types of data and return it to the front end. 1. Knowledge points involved SpringMVC Java reflection Java custom annotations Java enumeration 2. Plan selection […]