10 2016 档案

摘要:dev c++使用gcc编译器,下面遇到必须C代码中嵌入汇编指令。 示例程序(读取CPU的相关参数): unsigned long veax=1,deax,debx,decx,dedx; __asm__ ( "movl %4,%%eax\n" "cpuid\n" "movl %%eax,%0\n" 阅读全文
posted @ 2016-10-29 23:39 qczhang 阅读(206) 评论(0) 推荐(0)
摘要:linux root用户的主目录是 /root , 其余用户在 /home 中; tar 常用 tar -zxvf ; 安装使用 yum or wget website; mv a.g b.g 重命名 ;mv a 目录 移动; 关闭防火墙:service iptables stop; 编译mapre 阅读全文
posted @ 2016-10-16 15:07 qczhang 阅读(272) 评论(1) 推荐(0)