我×。。。终于好了,大概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
http://www.mathjax.org/download/http://www.w3.org/Math/Software/mathml_software_cat_editors.html
分类:
Web程序 时间:
2014-05-09 17:09:13
阅读次数:
323
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命令直接生成的:[tortoise@sea sets]$ cat
CKSUM1301919688 13493973 base.tgz3312742217 6125601 comp.tgz3524588402 53334
etc.tgz282697710 313498...
分类:
其他好文 时间:
2014-05-08 20:12:15
阅读次数:
197
git revert 撤销
某次操作,此次操作之前和之后的commit和history都会保留,并且把这次撤销作为一次最新的提交 * git revert HEAD 撤销前一次
commit * git revert HEAD^ 撤销前前一次 commit * git revert commit (...
分类:
其他好文 时间:
2014-05-07 18:30:02
阅读次数:
584
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
<!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
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
DHCP服务器的搭建(服务器本身一般都设置为静态ip地址)准备工作:给服务器本身设置固定ip地址[root@localhost~]#cat/etc/sysconfig/network-scripts/ifcfg-eth0//配置文件#IntelCorporation82545EMGigabitEthernetController(Copper)DEVICE=eth0//设备名为eth0,第一块物理网..
分类:
其他好文 时间:
2014-05-04 17:25:28
阅读次数:
426