Chinaunix首页 | 论坛 | 博客
  • 博客访问: 46004
  • 博文数量: 10
  • 博客积分: 1400
  • 博客等级: 上尉
  • 技术积分: 120
  • 用 户 组: 普通用户
  • 注册时间: 2007-04-11 12:47
文章分类

全部博文(10)

文章存档

2008年(10)

我的朋友

分类: LINUX

2008-04-09 17:39:36

void CT_TranRadio::savetousb()
{
 system("mount /dev/sda1 /mnt");
 system("cp /monitor/ct_tranratio.txt /mnt/");
 system("umount /mnt");
}
阅读(574) | 评论(2) | 转发(0) |
0

上一篇:QT对文本文件的读写

下一篇:QT中文的显示

给主人留下些什么吧!~~

chinaunix网友2008-04-18 10:21:39

怎么改..?

chinaunix网友2008-04-13 22:01:49

这么写不觉得有点傻瓜了吗? 灵活性可不好啊