03 2024 档案

摘要:Git :版本控制软件,是大神Linus 对CVS感到厌恶,自己写的开源软件。膜拜。。。 Git官网:https://git-scm.com/ 源码地址:GitHub https://github.com/git/git 现在下载工作目录:git clone https://github.com/g 阅读全文
posted @ 2024-03-27 00:30 Maguyusi 阅读(2) 评论(0) 推荐(0) 编辑
摘要:windows c++ 不堵塞 监听键盘输入 支持修改已经输入的内容,并且记录最近30条记录,多了覆盖,通过上下方向按键来显示历史记录 代码如下: #include <iostream> #include <windows.h> #include <vector> #include <string> 阅读全文
posted @ 2024-03-21 18:29 Maguyusi 阅读(37) 评论(0) 推荐(0) 编辑
摘要:local tbl = {1,2,4,5,7,8,9,10,12,13,14,15,16,17,18,19,20} local nDays = 1 --连续签到天数 local nMax = 0 --最大连续签到天数 for k,v in pairs(tbl) do if table.getn(tb 阅读全文
posted @ 2024-03-20 23:18 Maguyusi 阅读(4) 评论(0) 推荐(0) 编辑
摘要:OpenWrt扩容有多种方法。 1、直接修改镜像文件分区大小 linux中操作 解压镜像文件 并且扩容 gzip -kd openwrt.img.gz dd if=/dev/zero bs=1M count=500 >>openwrt.img parted openwrt.img print res 阅读全文
posted @ 2024-03-10 12:23 Maguyusi 阅读(535) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示