会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
MoonXu
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
25
26
27
28
29
30
31
32
33
···
61
下一页
2020年7月23日
vim复制指定行
摘要: 命令模式下: 32,47 co 13 把32-47 复制到13行下边
阅读全文
posted @ 2020-07-23 00:26 MoonXu
阅读(2522)
评论(0)
推荐(1)
2020年7月22日
腾讯云获取公网ip
摘要: 在控制台输入curl http://metadata.tencentyun.com/meta-data/public-ipv4ssh登录腾讯云: ssh root@58.87.109.239
阅读全文
posted @ 2020-07-22 18:21 MoonXu
阅读(925)
评论(0)
推荐(0)
ifconfig添加或删除ip
摘要: ifconfig eth0:0 172.240.11.20 netmask 255.255.0.0 ifconfig eth0:0 down
阅读全文
posted @ 2020-07-22 18:02 MoonXu
阅读(2779)
评论(0)
推荐(0)
程序中tar压缩文件
摘要: 使用chdir(3) 用于压缩的源文件要使用相对路径,不能使用绝对路径。否则压缩后生成的压缩问价里面也含有绝对路径
阅读全文
posted @ 2020-07-22 17:17 MoonXu
阅读(149)
评论(0)
推荐(0)
sprintf出错
摘要: sprintf(buf, "%s.txt", g_buf);//结果总是'xt' 使用snprintf();
阅读全文
posted @ 2020-07-22 17:15 MoonXu
阅读(227)
评论(0)
推荐(0)
在程序中执行改变目录操作
摘要: system("cd /usr/video");//在10#板卡上面没有适合的shell可供执行 替代方案chdir("/usr/video");
阅读全文
posted @ 2020-07-22 17:14 MoonXu
阅读(169)
评论(0)
推荐(0)
2020年7月14日
vc6.0
摘要: 查看函数定义 f12
阅读全文
posted @ 2020-07-14 19:18 MoonXu
阅读(115)
评论(0)
推荐(0)
SystemTap
摘要: Linux 内核诊断工具 SystemTap
阅读全文
posted @ 2020-07-14 18:32 MoonXu
阅读(106)
评论(0)
推荐(0)
undefined reference to `__imp_socket'
摘要: undefined reference to `__imp_WSAStartup'E:/CLion_code/c_multi_v2_server/main.c:11: undefined reference to `__imp_socket'E:/CLion_code/c_multi_v2_serv
阅读全文
posted @ 2020-07-14 16:48 MoonXu
阅读(6151)
评论(0)
推荐(0)
2020年7月7日
采集小板校时
摘要: AlterTimeServerIP=172.16.177.238 //这里是10#的Ip地址 这样就可以校时了
阅读全文
posted @ 2020-07-07 09:51 MoonXu
阅读(92)
评论(0)
推荐(0)
上一页
1
···
25
26
27
28
29
30
31
32
33
···
61
下一页
公告