摘要: file address: https://files.cnblogs.com/files/blogs/773707/tunctl.zip?t=1699629591&download=true strtol 是 C 语言标准库中的一个函数,用于将字符串转换为长整型数(long)。 long strt 阅读全文
posted @ 2023-11-10 23:16 huh&uh 阅读(53) 评论(0) 推荐(0)
摘要: 点击查看代码 #include <stdio.h> #include <windows.h> struct MyStruct{ int a; char b; float c; }; #define print(str,format,val) printf(""#str"%"#format"\n",( 阅读全文
posted @ 2023-09-18 22:35 huh&uh 阅读(26) 评论(0) 推荐(0)
摘要: # 网络 ## 网络性能指标 ### 速率 比特(bit/s或bps)是计算机中最小的数据量单位。 $$ 1bit=8Byte(字节) 1KB=2^{10}B 1MB=2^{10}KB=2^{20}B 1GB=2^{10}MB=2^{20}KB=2^{30}B 1TB=2^{10}GB=2^{20} 阅读全文
posted @ 2023-09-03 11:57 huh&uh 阅读(68) 评论(0) 推荐(0)
摘要: `java` ``` import java.io.File; import java.util.Scanner; import java.io.IOException; import java.nio.file.Files; import java.nio.file.attribute.DosFi 阅读全文
posted @ 2023-08-29 23:44 huh&uh 阅读(11) 评论(0) 推荐(0)
摘要: #1.维权 `cmd` ``` net user 用户名密码 /add #在cmd net user不显示但在控制面板账户管理里面显示 net localgroup administrators 用户名$ /add netsh advfirewall firewall add rule nam 阅读全文
posted @ 2023-08-29 23:42 huh&uh 阅读(13) 评论(0) 推荐(0)
摘要: ![](https://img2023.cnblogs.com/blog/2707778/202308/2707778-20230817104136419-205306428.png) ![](https://img2023.cnblogs.com/blog/2707778/202308/27077 阅读全文
posted @ 2023-08-17 13:52 huh&uh 阅读(28) 评论(0) 推荐(0)
摘要: 点击查看代码 ``` #include #define ToString(a)#a "oh~天啦!" #define VAR(b) num##b #define ToChar(c) #@c #define PR(fmt,val) printf(#val "=%"#fmt "\t",(val)); # 阅读全文
posted @ 2023-08-14 13:02 huh&uh 阅读(120) 评论(0) 推荐(0)
摘要: bash for i in `ls *.txt`; do mv i{i%.txt}.md; done bash echo '127.0.0.1' | sed -n '/[0-9]\+.[0-9]\+.[0-9]\+.[0-9]\+/p' bash find / | grep -vE "要搜的字 阅读全文
posted @ 2023-06-30 22:13 huh&uh 阅读(24) 评论(0) 推荐(0)
摘要: `nasm masm X86` ![](https://img2023.cnblogs.com/blog/2707778/202306/2707778-20230630221654107-1722065338.jpg) ![](https://img2023.cnblogs.com/blog/270 阅读全文
posted @ 2023-06-30 21:44 huh&uh 阅读(27) 评论(0) 推荐(0)
摘要: 1.极限 limx0sinxx limx(1+1x)x limx1ln(x)x1 2.洛必达 阅读全文
posted @ 2023-06-30 16:12 huh&uh 阅读(224) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示