https://blog.csdn.net/qq_35427437/article/details/115415264
https://www.microsoft.com/zh-tw/download/confirmation.aspx?id=40784
Learn More →
「你所不知道的 C 語言」系列講座 https://hackmd.io/@sysprog/c-prog/%2F%40sysprog%2Fc-programming Test Case #include <stdio.h> int main() { char str[]="Hello";
Nov 30, 2022#!/bin/sh ## -- Fan On low (2400 RPM) (2400/3200) * 40000 #IPQ8072A(110C) Trigger:93 Clear:88 #WiFi 2.4/5G RFIC(125C) Trigger:98 Clear:93 #WiFi 6G RFIC(115C) Trigger:98 Clear:93 #SDX65(105C) Trigger:88 Clear: 83 #Sub6 PA(85C) Trigger:81 Clear: 76 ## -- Fan On middle (2800 RPM) (2800/3200) * 40000 #IPQ8072A(110C) Trigger:96 Clear:91
Sep 7, 2022check interface iperf3 -c 192.168.1.215 -i1 -V -p5990 -u -b56m -P7 -t60 For Servers: iperf -s -i -w 512k For Clients : iperf -c (target IP address) -i 1 -t 10 -w 512k #!/bin/sh /etc/rc.common #START=99
Jul 13, 2022https://www.itread01.com/content/1509729626.html linux kernel crash問題分析解決 https://www.appcoda.com.tw/memory-leaks/ Memory Leaks (記憶體洩漏)可以導致 App 閃退?用單元測試就可輕鬆減少洩漏! https://www.geeksforgeeks.org/what-is-memory-leak-how-can-we-avoid/ What is Memory Leak? How can we avoid? /* Function with memory leak */
May 13, 2022or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up