:D
[code]
#!/bin/sh
echo "
"
echo ""
echo "
"
echo ""
echo "
在linux as3下运行fdisk增加一分区,然后用mke2fs创建文件系统,提示: mke2fs: Device size reported to be zero. Invalid partition specified, or partition table wasn't reread after running fdisk, due to a modified partition being busy and in use. You may need to reboot to re-read your partition table. 难道新增分区后必须要重启才能创建文件系统吗?那岂不是很弱智?
我现在要先创建一个文件,然后以追加的方式向这个文件中写入数据.我的想法是先创建这个文件,然后再以fopen(文件名,"a")的方式写入.但是我不知道在C中用一个函数如何创建一个文件; 由于考虑到性能问题,不想用 1.fopen(文件名,"w")的方式创建,这样要重复打开关闭一个文件指针; 2.system("dd ...."),这样要重新开辟一个子进程;
我在命令行下输入echo @PATH 出来的结果正常。 但是放到aaa.sh文件中,然后把aaa.sh的属性改为可执行。运行时报错 bash: aaa.sh: command not found 这是怎么回事啊。aaa.sh中只有一行echo @PATH
比如我装了lumaqq,但是想在桌面上建一个快捷方式,请问怎么建? 还有,谁能把这个文件发给我一份,我的中文输入不能用了: /root/.pyinput/usrphrase.tab 发到我邮箱也可以:wangyang_hatl@hotmail.com 谢谢了