ChinaUnix.net
相关文章推荐:

Resolve Partial Assembly 为 MicrosoftVC80CRT 失败

sco unix启动失败了,我改了/etc/resolve.conf;我怎么办

by wfwunix - 其他UNIX - 2003-05-22 22:03:56 阅读(767) 回复(3)

相关讨论

Linux下gcc缺省编译AT&T格式的汇编程序,但是Intel格式的汇编程序如何用gcc编译? 今天尝试通过指定-march和-mcpu选项编译没有成功,请大家提示。

by A-Liang - 内核/嵌入技术 - 2005-12-12 18:43:21 阅读(483) 回复(1)

ping www.163.com 的时候出现cannot resolve.www.163.comhost name lookup failure 这应该是域名解析出错了吧, 可是在什么地方改那? 系统是freebsd

by sunman1982 - BSD - 2005-06-26 12:24:11 阅读(662) 回复(3)
by projl - IT图书与评论 - 2008-06-26 20:54:05 阅读(14161) 回复(100)

AT&T assembly Syntax By vivek Updated: May/10 '06 This article is a 'quick-n-dirty' introduction to the AT&T assembly language syntax, as implemented in the GNU Assembler as(1). For the first timer the AT&T syntax may seem a bit confusing, but if you have any kind of assembly language programming background, it's easy to catch up once you have a few rules in mind. I assume you have some familiar...

by unixsystem - SCO文档中心 - 2006-10-23 23:43:13 阅读(1528) 回复(0)

Intel汇编语言编程书籍电子版不知各位有没有。如果有拜托发到以下mail地址: [email]A-Liang_1113@hotmail.com[/email] 先谢了。

by A-Liang - 内核/嵌入技术 - 2005-12-08 16:41:38 阅读(880) 回复(6)

定位到Python Standard Library的6.6节, 即6.6 functools, 看这样一个函数: def partial(func, *args, **keywords): def newfunc(*fargs, **fkeywords): newkeywords = keywords.copy() newkeywords.update(fkeywords) return func(*(args + fargs), **newkeywords) newfunc.func = func newfunc.args = args newfunc.keywords = keywords return ...

by wxPhoenix - Python文档中心 - 2007-07-25 17:37:57 阅读(1613) 回复(0)

系统非正常关机,启动时在检查/dev/usr文件系统时,出现: No partial TRANSACTIONS PENDING 这时系统就死在那里不动了?请问是什么原因?如何解决?谢谢!!

by qcgxlg - 其他UNIX - 2006-06-12 12:03:49 阅读(1250) 回复(4)

[color="#660066"]Support gzipped[color="#660066"] modules [color="#660066"]>Number: 53506 >Category: kern >Synopsis: Support gzipped[color="#660066"] modules. (partial patch) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-reques...

by mirnshi - BSD文档中心 - 2004-10-25 14:51:31 阅读(1027) 回复(0)