ChinaUnix.net
相关文章推荐:

enter name

class Person: def __init__(self, name): self.name = name def sayHi(self): print 'Hello, my name is', self.name p = Person('Swaroop') p.sayHi() 这两个name怎么理解? 新手,请莫见笑。

by yh-run - Python - 2008-11-14 20:42:41 阅读(1996) 回复(5)

相关讨论

function keyup(){ if(event.keyCode==13){ ListForm.submit(); } } 因为enter键对应的asscii码为13。所以调用这个方法时就能够提交 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/20053/showart_375576.html

by guoguanzhao - Java文档中心 - 2007-09-06 15:37:59 阅读(839) 回复(0)

when modify the fstab file, added additional character into this file, then reboot but failed when checking filesystem? prompt you key root password to login maintain mode. But no password, and How to solve this problem? Thanks very much!

by vernezhang - Linux论坛 - 2004-07-30 22:34:38 阅读(647) 回复(1)

install solaris 9 gf mx 440 se

by quiet - Solaris - 2003-09-28 22:25:35 阅读(776) 回复(3)

请问,有没有什么方法可以在一个脚本中,当一个条件(任何)被满足时,自动会执行“enter”的指令来应答呢? 比如我想让编译内核自动化,那么怎样让程序自动执行“enter”呢(而不是提示需要手动回车)? :oops:

by superdoctor - Shell - 2007-06-07 20:42:00 阅读(2651) 回复(8)

Gdk-CRITICAL **: file gdkimage.c: line 42 (gdk_image_unref): assertion `GDK_IS_I MAGE (image)' failed _------------------------------------------------------- Gtk-WARNING **: Invalid text buffer iterator: either the iterator is uninitialized, or the characters/pixbufs/widgets in the buffer have been modified since the iterator was created. You must use marks, character numbers, or line numbers to...

by jiekoo - GUI编程 - 2003-10-31 13:30:31 阅读(1961) 回复(1)

the error infomation is : ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist Linux Error:ORA-01034: ORACLE not available ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist Linux Error:ORA-01034: ORACLE not available my os is redhat8 ,oracle9.2.0.2 version

by flykeeper - Oracle - 2003-09-15 16:14:05 阅读(1946) 回复(13)