Summeries for code
Summeries after learned many code languages
ranjio_z
会修水龙头、会通马桶,赚着6万一个月的工资洗了一年碗后,潜心学习外语的别人的老公
展开
-
System Maintance Summery 2 speed optimized by rmmod
Remove linux startup module by command:sudo rmmod example_moduleForbid linux startup module for always:sudo nano /etc/modprobe.d/blacklist.conf原创 2024-05-09 07:10:59 · 141 阅读 · 0 评论 -
Javascript Summery 10 Flex Box
box{原创 2024-05-06 10:46:37 · 187 阅读 · 0 评论 -
Javascript Summery 9 Set Div to parent‘s bottom
bottom: 0;原创 2024-05-06 10:45:07 · 284 阅读 · 0 评论 -
Jar Summary 3 using outside configuration
--spring.config.location=./application.yaml原创 2024-05-06 10:28:36 · 129 阅读 · 0 评论 -
ARM Summery 6 Flash and SDRAM
Program Size on Keil displaying, Code and RO-data is on Flash, RW-data and ZI-data is in SDRAM.原创 2024-05-01 01:20:12 · 71 阅读 · 0 评论 -
SYSTEM maintance summery 2 IPTABLES SAVE
service iptables save原创 2024-04-30 18:52:00 · 76 阅读 · 0 评论 -
Jar Summery 2 Linux Service Configure Example
Jar Summery 2 Linux Service Configure Example原创 2024-04-30 18:18:58 · 262 阅读 · 1 评论 -
Jar Summary 1 start IPv4 port listening
Jar Summary 1 start IPv4 port listening原创 2024-04-30 18:15:15 · 51 阅读 · 0 评论 -
ARM Summery 5 Complex function Pins
ARM Pins can be used in different mode, at least some Pins, some choose the single function type Pins or set the Pins function type before using them.原创 2024-04-30 17:20:10 · 74 阅读 · 0 评论 -
System maintance summery 1 MySql
To set case insensitive table names in mysql8:After install mysql-server 8, DON'T start mysqld service just at that time, but add below line to mysql-server.cnf([mysqld]): lower_case_table_bames =1After that, start it.原创 2024-04-30 17:15:41 · 76 阅读 · 0 评论 -
ARM Summary 4 I2C communication
I2Cuse SDA SCL two Pins to communicate.Signals send bySDAcovered to 16 Pins output by 8574T.Signals one bit by one bitserialy in, signals with 8 bits serialyout by 8574T.8574T has the I2C address to recieve I2C signals.原创 2024-04-26 21:13:32 · 204 阅读 · 0 评论 -
ARM Summary 3 Hardware Coding vocabulary
APB2 外围设备总线,STM32的标准总线 Advanced Peripheral Bus。GPIO 通用型输入输出 General-purpose input/output。PWM 脉宽调制 Pulse Width Modulation。CR 配置寄存器 Configure Register。PWR 指示灯:电源指示灯 Power。原创 2024-04-26 20:56:13 · 101 阅读 · 0 评论 -
ARM Summery2 STM32 GPIO Simple Code steps
1. Enable Periph clock by Call RCC ABP2: RCC_APB2PeriphClockCmd. 2. Init GPIO CLUSTR and Pins with GPIO_Init. 3. Set Pins' High or low voltage using GPIO_SetBits.原创 2024-04-25 21:46:03 · 130 阅读 · 0 评论 -
ARM Code Summery 1 PWM Device
ARM chip is for caculate. To aim managing lightness of light emitting diod by pulse width management, use PWM device driver board.原创 2024-04-24 22:02:18 · 384 阅读 · 0 评论 -
Javascript Summery for loop in hands
英文技术第一文for loop:i原创 2024-04-24 09:02:15 · 119 阅读 · 2 评论