Yingtu | Macroscopic observation of the modeling process from “table data” to “graph data”

Foreword WithGraph Databasetechnology For effective development and in-depth application in the industrial field, what are the differences between “graph data” and “table data” when modeling? In this article, the author takes building a simple hospital information management system as an example to compare and elaborate on the differences in structural design, query statements and presentation […]

CocosCreator is automatically built based on jenkins

1. Create a new Item, enter the name, select Freestyle project and click OK 2. Configure the project and customize the working directory 3. Configure source code management and the branch to be extracted 4. Select github trigger for build trigger 5. Build and choose to execute the windows command, then click Save #–disable-gpu, skip […]

OSCP recommended shooting range-FristiLeaks

1. Environment deployment After downloading, you need to change the MAC address of the target machine. 2. Scan network segments #Scan ip connections within the LAN sudo arp-scan -l #Scan which IPs in this network segment are open nmap -sn 192.168.23.1/24 -r –min-rate 255 You can see that this is the IP address of the […]

Controlling IMU sensors in C with Bosch Sensortec’s BMI08X sensor API: a complete integration guide

Introduction In modern hardware development, the inertial measurement unit (IMU) has become a critical component, especially in motion tracking and positioning applications. Bosch Sensortec’s BMI08X is one of the highly popular IMU series sensors. To make it easier and faster to integrate and use these sensors in C-language projects, Bosch Sensortec provides a complete API […]

MPU6050 gyroscope driver code transplantation, ESP-IDF, ESP32

mpu6050.h #ifndef __MPU6050_H #define __MPU6050_H #include “driver/gpio.h” #include “esp_log.h” #include “freertos/FreeRTOS.h” #include “freertos/task.h” typedef uint8_t u8; typedef uint16_t u16; #define MPU_I2C_SDA 11 // I2C SDA GPIO NUM #define MPU_I2C_SCL 12 // I2C SCL GPIO NUM #define MPU_I2C_POER_NUM 0 //I2C driver number used by MPU6050 #define MPU_I2C_FREQ 400000 // OLED corresponds to I2C clock #define OLED_ADDR […]

OSCP Series Shooting Range-Esay-SunsetDecoy

Summary getwebshell: Found the zip file → zip has a password → john exploded the zip password → Found passwd and shadow files → Exploded shadow password → ssh login Right escalation idea: Discover background running programs → Upload pspy64 for viewing → Discover chkrootkit → chkrootkit Elevate privileges Preparation Start VPN Obtain the attacking […]

Implementation method of open source serial port oscilloscope for embedded microcontroller

Share an open source QT serial port oscilloscope, which is completely open source and supports serial port, TCP, waveform display, and communication protocols. Sailor Project function description Serial port debugging assistant function Supports the basic sending and receiving functions of the traditional serial port debugging assistant, and can refresh a large amount of data without […]

cocoscreator3.X enhanced download and install APK in the game

The environment of this article is 3.6.0. Visually, it can be used in 3.7 and 3.8. Forced update forces users to download the entire package and overwrite the installation. Because some Android codes are inconvenient to hot update, the game uses a server push download notification, and the game executes the download and then installs […]

OSCP series shooting range-Esay-Gaara nanny level

OSCP series shooting range-Esay-Gaara Directory OSCP series shooting range-Esay-Gaara Summarize Preparation Information collection-port scanning Target open port collection Target port corresponding service detection Information collection-port testing 22-SSH port information collection 22-SSH port version information and MSF utilization 22-Login methods supported by SSH protocol 22-SSH weak password blasting (to be determined) 22-SSH manual login attempt (none) […]