2007年11月23日 星期五 13:24
RT ÓÐÈË˵ÓÃÏÂÃ淽ʽ: import os os.system('ipconfig /all') ÕâÑùÒ²Ö»Äܵõ½Ê¹ÃüÊÇ·ñÔËÐгɹ¦!(0/1) »¹ÓбðµÄºÃ·½·¨Âð? -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20071123/f030fb82/attachment.htm
2007年11月23日 星期五 13:34
os.popen
2007年11月23日 星期五 13:47
systemÀïÊÇ·ñ»¹¿ÉÒÔ½øÐÐÖض¨ÏòÄØ£¿Èç¹û¿ÉÒԵĻ°£¬¿ÉÒÔÊä³öµ½Ò»¸öÎļþÀȻºó¶ÁÈ¡¡£ ²»¹ý£¬Èç¹ûÊÇwindowsÓ¦¸Ã¿ÉÒÔÓÃwin32µÄÄ£¿éÀ´½øÐÐAPIµ÷ÓÃÈ¡µÃµÄ°É¡£ 2007-11-23 À¥ÂØ ·¢¼þÈË£º Àé°Ê ·¢ËÍʱ¼ä£º 2007-11-23 13:24:41 ÊÕ¼þÈË£º python-chinese在lists.python.cn ³ËÍ£º Ö÷Ì⣺ [python-chinese]ÈçºÎµÃµ½Íø¿¨µÄmacµØÖ· RT ÓÐÈË˵ÓÃÏÂÃ淽ʽ: import os os.system('ipconfig /all') ÕâÑùÒ²Ö»Äܵõ½Ê¹ÃüÊÇ·ñÔËÐгɹ¦!(0/1) »¹ÓбðµÄºÃ·½·¨Âð? -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20071123/5ad60369/attachment.html
2007年11月23日 星期五 13:58
import os st=os.popen('ipconfig /all') st.read() 这样就读出来了. 在 07-11-23,昆仑<jackyboy在163.com> 写道: > > system里是否还可以进行重定向呢?如果可以的话,可以输出到一个文件里,然后读取。 > > 不过,如果是windows应该可以用win32的模块来进行API调用取得的吧。 > > > 2007-11-23 ________________________________ > > 昆仑 ________________________________ > > 发件人: 篱笆 > 发送时间: 2007-11-23 13:24:41 > 收件人: python-chinese在lists.python.cn > 抄送: > 主题: [python-chinese]如何得到网卡的mac地址 > > RT > 有人说用下面方式: > import os > os.system('ipconfig /all') > 这样也只能得到使命是否运行成功!(0/1) > 还有别的好方法吗? > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to > python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request在lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese >
2007年11月23日 星期五 15:39
Ŷ£¬Ã÷°×ÁË¡£ ²»¹ý£¬²»ÖªµÀÊDz»ÊÇ»¹ÊÇ¿ÉÒÔÖض¨Ïòµ½ÎļþÄØ£¿ ÁíÍ⣬»¹ÓжàÉÙÖÖ°ì·¨¿ÉÒÔÖ´ÐÐÍⲿµÄ³ÌÐò£¿ Ö´ÐÐÍⲿµÄ³ÌÐòÊÇ·ñ¿ÉÒÔÊÇÎĵµ¶ø²»ÊÇ¿ÉÖ´ÐгÌÐò£¿ ±ÈÈçÊÇ·ñ¿ÉÒÔos.system("1.txt")È»ºó×Ô¶¯´ò¿ª¼Çʱ¾À´±à¼1.txt£¿ 2007-11-23 À¥ÂØ ·¢¼þÈË£º Àé°Ê ·¢ËÍʱ¼ä£º 2007-11-23 14:04:22 ÊÕ¼þÈË£º python-chinese在lists.python.cn ³ËÍ£º Ö÷Ì⣺ Re: [python-chinese]ÈçºÎµÃµ½Íø¿¨µÄmacµØÖ· import os st=os.popen('ipconfig /all') st.read() ÕâÑù¾Í¶Á³öÀ´ÁË. ÔÚ 07-11-23£¬À¥ÂØ <jackyboy在163.com > дµÀ£º > > systemÀïÊÇ·ñ»¹¿ÉÒÔ½øÐÐÖض¨ÏòÄØ£¿Èç¹û¿ÉÒԵĻ°£¬¿ÉÒÔÊä³öµ½Ò»¸öÎļþÀȻºó¶ÁÈ¡¡£ > > ²»¹ý£¬Èç¹ûÊÇwindowsÓ¦¸Ã¿ÉÒÔÓÃwin32µÄÄ£¿éÀ´½øÐÐAPIµ÷ÓÃÈ¡µÃµÄ°É¡£ > > > 2007-11-23 ________________________________ > > À¥ÂØ ________________________________ > > ·¢¼þÈË£º Àé°Ê > ·¢ËÍʱ¼ä£º 2007-11-23 13:24:41 > ÊÕ¼þÈË£º python-chinese在lists.python.cn > ³ËÍ£º > Ö÷Ì⣺ [python-chinese]ÈçºÎµÃµ½Íø¿¨µÄmacµØÖ· > > RT > ÓÐÈË˵ÓÃÏÂÃ淽ʽ: > import os > os.system('ipconfig /all') > ÕâÑùÒ²Ö»Äܵõ½Ê¹ÃüÊÇ·ñÔËÐгɹ¦!(0/1) > »¹ÓбðµÄºÃ·½·¨Âð? > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to > python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request在lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > _______________________________________________ python-chinese Post: send python-chinese在lists.python.cn Subscribe: send subscribe to python-chinese-request在lists.python.cn Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn Detail Info: http://python.cn/mailman/listinfo/python-chinese -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20071123/4736e795/attachment.htm
2007年11月23日 星期五 15:46
你想读文件的内容:可以使用用file('1.txt','r') 如果你想用命令看的话.可以用 st=os.popen('type 1.txt') sr.read() 呵呵! 在 07-11-23,昆仑<jackyboy在163.com> 写道: > > 哦,明白了。 > 不过,不知道是不是还是可以重定向到文件呢? > > 另外,还有多少种办法可以执行外部的程序? > > 执行外部的程序是否可以是文档而不是可执行程序? > 比如是否可以os.system("1.txt")然后自动打开记事本来编辑1.txt? > > > 2007-11-23 ________________________________ > > 昆仑 ________________________________ > > 发件人: 篱笆 > 发送时间: 2007-11-23 14:04:22 > 收件人: python-chinese在lists.python.cn > 抄送: > 主题: Re: [python-chinese]如何得到网卡的mac地址 > > import os > st=os.popen('ipconfig /all') > st.read() > 这样就读出来了. > > 在 07-11-23,昆仑 <jackyboy在163.com > 写道: > > > > system里是否还可以进行重定向呢?如果可以的话,可以输出到一个文件里,然后读取。 > > > > 不过,如果是windows应该可以用win32的模块来进行API调用取得的吧。 > > > > > > 2007-11-23 ________________________________ > > > > 昆仑 ________________________________ > > > > 发件人: 篱笆 > > 发送时间: 2007-11-23 13:24:41 > > 收件人: python-chinese在lists.python.cn > > 抄送: > > 主题: [python-chinese]如何得到网卡的mac地址 > > > > RT > > 有人说用下面方式: > > import os > > os.system('ipconfig /all') > > 这样也只能得到使命是否运行成功!(0/1) > > 还有别的好方法吗? > > _______________________________________________ > > python-chinese > > Post: send python-chinese在lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request在lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request在lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to > python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request在lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to > python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request在lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese >
2007年11月23日 星期五 17:18
Linux下用ioctl就行了 On 11/23/07, 篱笆 <nameliba在gmail.com> wrote: > 你想读文件的内容:可以使用用file('1.txt','r') > 如果你想用命令看的话.可以用 > st=os.popen('type 1.txt') > sr.read() > 呵呵! > > > > 在 07-11-23,昆仑<jackyboy在163.com> 写道: > > > > 哦,明白了。 > > 不过,不知道是不是还是可以重定向到文件呢? > > > > 另外,还有多少种办法可以执行外部的程序? > > > > 执行外部的程序是否可以是文档而不是可执行程序? > > 比如是否可以os.system("1.txt")然后自动打开记事本来编辑1.txt? > > > > > > 2007-11-23 ________________________________ > > > > 昆仑 ________________________________ > > > > 发件人: 篱笆 > > 发送时间: 2007-11-23 14:04:22 > > 收件人: python-chinese在lists.python.cn > > 抄送: > > 主题: Re: [python-chinese]如何得到网卡的mac地址 > > > > import os > > st=os.popen('ipconfig /all') > > st.read() > > 这样就读出来了. > > > > 在 07-11-23,昆仑 <jackyboy在163.com > 写道: > > > > > > system里是否还可以进行重定向呢?如果可以的话,可以输出到一个文件里,然后读取。 > > > > > > 不过,如果是windows应该可以用win32的模块来进行API调用取得的吧。 > > > > > > > > > 2007-11-23 ________________________________ > > > > > > 昆仑 ________________________________ > > > > > > 发件人: 篱笆 > > > 发送时间: 2007-11-23 13:24:41 > > > 收件人: python-chinese在lists.python.cn > > > 抄送: > > > 主题: [python-chinese]如何得到网卡的mac地址 > > > > > > RT > > > 有人说用下面方式: > > > import os > > > os.system('ipconfig /all') > > > 这样也只能得到使命是否运行成功!(0/1) > > > 还有别的好方法吗? > > > _______________________________________________ > > > python-chinese > > > Post: send python-chinese在lists.python.cn > > > Subscribe: send subscribe to > > > python-chinese-request在lists.python.cn > > > Unsubscribe: send unsubscribe to > > > python-chinese-request在lists.python.cn > > > Detail Info: > > > http://python.cn/mailman/listinfo/python-chinese > > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese在lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request在lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request在lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > _______________________________________________ > > python-chinese > > Post: send python-chinese在lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request在lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request在lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -- LinuX Power
2007年11月23日 星期五 17:39
Marco 正解 On Nov 23, 2007 5:18 PM, Marco <marco at waven.com> wrote: > Linux下用ioctl就行了
2007年11月23日 星期五 21:51
Çë¼û http://bitten.edgewall.org/browser/trunk/bitten/build/api.py ÖеÄCommandLineµÄ´úÂ룬дµÄ·Ç³£µÄºÃ¡£ËüÊÇBSDµÄÊÚȨ¡£ :) ÔÚ07-11-23£¬Àé°Ê <nameliba在gmail.com> дµÀ£º > > RT > ÓÐÈË˵ÓÃÏÂÃ淽ʽ: > import os > os.system('ipconfig /all') > ÕâÑùÒ²Ö»Äܵõ½Ê¹ÃüÊÇ·ñÔËÐгɹ¦!(0/1) > »¹ÓбðµÄºÃ·½·¨Âð? > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -- HD£¨È¼ÉÕÖеĻ𣩠ÎÒ¹¤×÷ÎÒ¿ìÀÖ£¬ÎÒÇÚ·ÜÎÒÊÕ»ñ¡£ÇëÓëÎÒÒ»Æð¿ìÀÖ£¬ÓëÎÒÒ»ÆðÊÕ»ñ¡£ -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20071123/7fb9da42/attachment.html
2007年11月24日 星期六 21:17
¹Ø×¢£¬ÎÒµ±Ê±ÓõÄÊÇCÓïÑÔдµÄ´úÂëÀ´µÃµ½µÄMacµØÖ·¡£ ÔÚ07-11-23£¬HD <hdcola在gmail.com> дµÀ£º > > Çë¼û > http://bitten.edgewall.org/browser/trunk/bitten/build/api.py > ÖеÄCommandLineµÄ´úÂ룬дµÄ·Ç³£µÄºÃ¡£ËüÊÇBSDµÄÊÚȨ¡£ :) > > ÔÚ07-11-23£¬ Àé°Ê <nameliba在gmail.com> дµÀ£º > > > > RT > > ÓÐÈË˵ÓÃÏÂÃ淽ʽ: > > import os > > os.system('ipconfig /all') > > ÕâÑùÒ²Ö»Äܵõ½Ê¹ÃüÊÇ·ñÔËÐгɹ¦!(0/1) > > »¹ÓбðµÄºÃ·½·¨Âð? > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese在lists.python.cn > > Subscribe: send subscribe to python-chinese-request在lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request在lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > > -- > HD£¨È¼ÉÕÖеĻ𣩠> ÎÒ¹¤×÷ÎÒ¿ìÀÖ£¬ÎÒÇÚ·ÜÎÒÊÕ»ñ¡£ÇëÓëÎÒÒ»Æð¿ìÀÖ£¬ÓëÎÒÒ»ÆðÊÕ»ñ¡£ > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20071124/70fd5d21/attachment.htm
2007年11月27日 星期二 13:47
import uuid node = uuid.getnode() mac = uuid.UUID(int=node) addr = mac.hex[-12:] print addr 跟mac很像啊,呵呵 xp下测试的,不知道linux下结果怎么样,呵呵 On Nov 24, 2007 9:17 PM, FireBird <ygonic在gmail.com> wrote: > 关注,我当时用的是C语言写的代码来得到的Mac地址。 > > 在07-11-23,HD <hdcola在gmail.com> 写道: > > > 请见 > > http://bitten.edgewall.org/browser/trunk/bitten/build/api.py > > 中的CommandLine的代码,写的非常的好。它是BSD的授权。 :) > > > > > > 在07-11-23, 篱笆 <nameliba在gmail.com> 写道: > > > > > > > > > RT > > > 有人说用下面方式: > > > import os > > > os.system('ipconfig /all') > > > 这样也只能得到使命是否运行成功!(0/1) > > > 还有别的好方法吗? > > > _______________________________________________ > > > python-chinese > > > Post: send python-chinese在lists.python.cn > > > Subscribe: send subscribe to python-chinese-request在lists.python.cn > > > Unsubscribe: send unsubscribe to > python-chinese-request在lists.python.cn > > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > -- > > HD(燃烧中的火) > > 我工作我快乐,我勤奋我收获。请与我一起快乐,与我一起收获。 > > _______________________________________________ > > python-chinese > > Post: send python-chinese在lists.python.cn > > Subscribe: send subscribe to python-chinese-request在lists.python.cn > > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese >
2007年11月27日 星期二 13:55
uuid 是什么? .NET/IronPython ????
2007年11月27日 星期二 13:59
ÎÒÒ²ÏëÖªµÀuuidÕâ¿éÖ÷ÒªÊÇÓÃÀ´´¦ÀíʲôµÄ£® 2003ÏÂimport uuidÕý³£ linux ϺÃÏñ²»ÄÜimport uuid »á±¨´í£® 2007/11/27, Yingbo Qiu <qiuyingbo在gmail.com>: > > uuid ÊÇʲô£¿ .NET/IronPython ???? > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20071127/729c12a5/attachment.html
2007年11月27日 星期二 14:14
呵呵,发现这个是 2.5 的标准模块,土了.. On Nov 27, 2007 1:55 PM, Yingbo Qiu <qiuyingbo at gmail.com> wrote: > uuid 是什么? .NET/IronPython ???? >
2007年11月27日 星期二 14:19
yingbo qiu´óÏÀÄܲ»ÄÜ˵ÏÂÕâ¸öuuidÄ£¿éÖ÷ÒªÓÃÀ´×öʲôµÄ£®ÊÖ²áÉϵÄû¿´¶® 2007/11/27, Yingbo Qiu <qiuyingbo在gmail.com>: > > ºÇºÇ£¬·¢ÏÖÕâ¸öÊÇ 2.5 µÄ±ê׼ģ¿é£¬ÍÁÁË.. > > On Nov 27, 2007 1:55 PM, Yingbo Qiu <qiuyingbo在gmail.com> wrote: > > uuid ÊÇʲô£¿ .NET/IronPython ???? > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20071127/84e6b89a/attachment.html
2007年11月27日 星期二 15:37
import os,sys a=os.popen('ipconfig /all').read() print a hongqing.lv 2007-11-27 ·¢¼þÈË£º Àé°Ê ·¢ËÍʱ¼ä£º 2007-11-27 14:02:30 ÊÕ¼þÈË£º python-chinese在lists.python.cn ³ËÍ£º Ö÷Ì⣺ Re: [python-chinese]ÈçºÎµÃµ½Íø¿¨µÄmacµØÖ· ÎÒÒ²ÏëÖªµÀuuidÕâ¿éÖ÷ÒªÊÇÓÃÀ´´¦ÀíʲôµÄ£® 2003ÏÂimport uuidÕý³£ linux ϺÃÏñ²»ÄÜimport uuid »á±¨´í£® 2007/11/27, Yingbo Qiu <qiuyingbo在gmail.com>: uuid ÊÇʲô£¿ .NET/IronPython ???? _______________________________________________ python-chinese Post: send python-chinese在lists.python.cn Subscribe: send subscribe to python-chinese-request在lists.python.cn Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn Detail Info: http://python.cn/mailman/listinfo/python-chinese -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20071127/63249175/attachment.htm
2007年11月27日 星期二 15:46
def get_ip_addr(ifname): "usage: get_ip_addr()" sfd = socket(AF_INET, SOCK_STREAM) binaryIP = fcntl.ioctl(sfd.fileno(),0x8915,struct.pack('25s',ifname))[20:24] #SIOCGIFADDR --> 0x8915 return inet_ntoa(binaryIP) On 11/27/07, hongqing.lv <hongqing.lv在gmail.com> wrote: > import os,sys > a=os.popen('ipconfig /all').read() > print a > > > > > hongqing.lv > 2007-11-27 > > > > 发件人: 篱笆 > 发送时间: 2007-11-27 14:02:30 > 收件人: python-chinese在lists.python.cn > 抄送: > 主题: Re: [python-chinese]如何得到网卡的mac地址 > > 我也想知道uuid这块主要是用来处理什么的. > 2003下import uuid正常 > linux 下好像不能import uuid > 会报错. > > > 2007/11/27, Yingbo Qiu <qiuyingbo在gmail.com>: > uuid 是什么? .NET/IronPython ???? > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -- LinuX Power
2007年11月27日 星期二 17:23
产生唯一的串列号。 On Tue, Nov 27, 2007 at 02:19:31PM +0800, 篱笆 wrote: > yingbo qiu大侠能不能说下这个uuid模块主要用来做什么的.手册上的没看懂 > > 2007/11/27, Yingbo Qiu <qiuyingbo在gmail.com>: > > 呵呵,发现这个是 2.5 的标准模块,土了.. > > On Nov 27, 2007 1:55 PM, Yingbo Qiu < qiuyingbo在gmail.com> wrote: > > uuid 是什么? .NET/IronPython ???? > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -- Best Regards, No.23 ---- My Blog: http://blog.chinaunix.net/u1/42287/
2007年11月27日 星期二 17:30
你干吗读个命令输出都要用临时文件? 另外, os.system("1.txt") 之类在并且只有在 Windows 下也许可以。 上次就不知道谁老在问 pdf 文件怎么不能被"执行"了 On Nov 23, 2007 3:39 PM, 昆仑 <jackyboy at 163.com> wrote: > > > 哦,明白了。 > 不过,不知道是不是还是可以重定向到文件呢? > > 另外,还有多少种办法可以执行外部的程序? > > 执行外部的程序是否可以是文档而不是可执行程序? > 比如是否可以os.system("1.txt")然后自动打开记事本来编辑1.txt? > >
2007年11月27日 星期二 17:31
好像不能? huahua at huahua:~$ python Python 2.5.1 (r251:54863, Oct 5 2007, 13:36:32) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import uuid >>> uuid.uuid4() UUID('eec21c44-32ea-41bc-9548-24aa1da7f618') >>> uuid.uuid4() UUID('d319e43e-11ce-4487-8dcb-36cb62b4c3d4') >>> On Nov 27, 2007 1:59 PM, 篱笆 <nameliba at gmail.com> wrote: > 我也想知道uuid这块主要是用来处理什么的. > 2003下import uuid正常 > linux 下好像不能 import uuid > 会报错. >
2007年11月27日 星期二 18:33
ÎÒµÄfcÏÂÓõÄÊÇ2.4°æ±¾ 2007/11/27, Jiahua Huang <jhuangjiahua在gmail.com>: > > ºÃÏñ²»ÄÜ£¿ > > huahua在huahua:~$ python > Python 2.5.1 (r251:54863, Oct 5 2007, 13:36:32) > [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import uuid > >>> uuid.uuid4() > UUID('eec21c44-32ea-41bc-9548-24aa1da7f618') > >>> uuid.uuid4() > UUID('d319e43e-11ce-4487-8dcb-36cb62b4c3d4') > >>> > > > On Nov 27, 2007 1:59 PM, Àé°Ê <nameliba在gmail.com> wrote: > > ÎÒÒ²ÏëÖªµÀuuidÕâ¿éÖ÷ÒªÊÇÓÃÀ´´¦ÀíʲôµÄ£® > > 2003ÏÂimport uuidÕý³£ > > linux ϺÃÏñ²»ÄÜ import uuid > > »á±¨´í£® > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20071127/83298f92/attachment.html
Zeuux © 2025
京ICP备05028076号