Blog / Technical
67 Posts

Technical
Cdoor

AS608 fingerprint recognition module Yellow Green Rx //USART2_TX PA2 Black Blue Tx //USART2_RX PA3 Green Green GND stm32f103c6t6 stlink Servo Install keil5 mdk ==USB to serial CH340== If you create a new STM32 project, the current development methods for STM32 mainly include register-based methods, standard library (library function) methods, and HAL library methods. //Enroll fingerprint void pres

查看全文
Technical
EF Core Performance Analysis Tool - MiniProfiler

EF Core Performance Analysis Tool - MiniProfiler The Function of MiniProfiler It can monitor the SQL statements executed by EF and the execution time of these SQL statements. MiniProfiler is a lightweight performance analysis tool for .NET, Ruby, Go, and Node.js. It can monitor not only the page itself but also other pages accessed through direct references, Ajax, or Iframe forms. The monitoring content includes database content, and it can display the SQL used for database access (supports EF,

查看全文