摘要:
文件操作: 打开: C-x C-f 查看已打开的缓冲(文件):C-x b (C-x C-b为直接打开缓冲,不过你得记得文件名。。) 保存:C-x C-s 另存: C-x C-w 删除操作: 向前 向后 单字 backspace C-d 单词 M-backspace M-d 整句 C-x back~ 阅读全文
摘要:
原文来自: http://blog.chinaunix.net/uid-25871104-id-2938389.html 理论上来说,ARM的15个通用寄存器是通用的,但实际上并非如此,特别是在过程调用的过程中。 PCS(Procedure Call Standard for Arm archite 阅读全文
摘要:
.append( content [, content] ) contentDOM element, HTML string, or jQuery object to insert at the end of each element in the set of matched elements. 阅读全文