码迷,mamicode.com
首页 >  
搜索关键字:cp mv cat head    ( 57883个结果
《linux 内核完全剖析》编译linux 0.12 内核 Ubuntu 64bits 环境
我×。。。终于好了,大概3 4个小时吧。。。各种毛刺问题。终究还是闯过来了。。。。 ubuntu2@ubuntu:~/Downloads/linux-0.00-050613/linux-0.00$ make ld -s -x -M head.o  -o system > System.map dd bs=32 if=boot of=Image skip=1 16+0 records i...
分类:系统相关   时间:2014-05-10 10:24:29    阅读次数:474
MathML + MathJax在网页中插入公式
http://www.mathjax.org/download/http://www.w3.org/Math/Software/mathml_software_cat_editors.html
分类:Web程序   时间:2014-05-09 17:09:13    阅读次数:323
Linux删除以减号开头的文件
2014年5月5日 10:33:47原因:文件乱码了,乱码后以减号开头,删不掉摘抄:文件系统出现一个文件-C.html如何删除/新建?rm--"-C.html"touch---demo.sh可以创建我的测试:如果文件名字是乱码,则可以用tab键补全复制: cp -- "-old.html" new....
分类:系统相关   时间:2014-05-09 17:07:49    阅读次数:629
CKSUM文件
CKSUM文件的内容是用cksum命令直接生成的:[tortoise@sea sets]$ cat CKSUM1301919688 13493973 base.tgz3312742217 6125601 comp.tgz3524588402 53334 etc.tgz282697710 313498...
分类:其他好文   时间:2014-05-08 20:12:15    阅读次数:197
git revert 用法
git revert 撤销 某次操作,此次操作之前和之后的commit和history都会保留,并且把这次撤销作为一次最新的提交 * git revert HEAD 撤销前一次 commit * git revert HEAD^ 撤销前前一次 commit * git revert commit (...
分类:其他好文   时间:2014-05-07 18:30:02    阅读次数:584
作业 for liao
AD620 芯片93 dB min Common-Mode Rejection Ratio (G = 10) 0.28 mV p-p Noise (0.1 Hz to 10 Hz) THEORY OF OPERATIONThe AD620 is a monolithic instrumentatio...
分类:其他好文   时间:2014-05-06 14:30:28    阅读次数:263
不要忽视结构中的数组
#include#define NULL 0struct Node{ char po[10]; struct Node *next;};int main(void){ struct Node a,*head,*p; a.po[10]="abc"; struct Node...
分类:其他好文   时间:2014-05-06 14:14:13    阅读次数:288
jquey实例之animate
<!doctypehtml> <html> <head> <metacharset="utf-8"/> <scripttype="text/javascript"src="jquery.js"></script> </head> <body> <imgsrc="8fbf0884jw1drfmvfrhrhj.jpg"width="300"height="300"/> <buttonid="btn1..
分类:其他好文   时间:2014-05-05 12:19:01    阅读次数:300
Linux内核之旅 链表实现
1 #include "stdio.h" 2 #include "stdlib.h" 3 4 struct list_head{ 5 struct list_head *prev; 6 struct list_head *next; 7 }; 8 9 struct task{1...
分类:系统相关   时间:2014-05-05 10:10:11    阅读次数:462
RedHat5.9下搭建DHCP服务器
DHCP服务器的搭建(服务器本身一般都设置为静态ip地址)准备工作:给服务器本身设置固定ip地址[root@localhost~]#cat/etc/sysconfig/network-scripts/ifcfg-eth0//配置文件#IntelCorporation82545EMGigabitEthernetController(Copper)DEVICE=eth0//设备名为eth0,第一块物理网..
分类:其他好文   时间:2014-05-04 17:25:28    阅读次数:426
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!