Python论坛  - 讨论区

标题:[python-chinese] 如何得到网卡的mac地址

2007年11月23日 星期五 13:24

篱笆 nameliba在gmail.com
星期五 十一月 23 13:24:25 HKT 2007

RT
ÓÐÈË˵ÓÃÏÂÃ淽ʽ:
import os
os.system('ipconfig /all')
ÕâÑùÒ²Ö»Äܵõ½Ê¹ÃüÊÇ·ñÔËÐгɹ¦!(0/1)
»¹ÓбðµÄºÃ·½·¨Âð?
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071123/f030fb82/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月23日 星期五 13:34

doudou doudou array.doudou在gmail.com
星期五 十一月 23 13:34:40 HKT 2007

os.popen

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月23日 星期五 13:47

昆仑 jackyboy在163.com
星期五 十一月 23 13:47:45 HKT 2007

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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月23日 星期五 13:58

篱笆 nameliba在gmail.com
星期五 十一月 23 13:58:23 HKT 2007

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
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月23日 星期五 15:39

昆仑 jackyboy在163.com
星期五 十一月 23 15:39:55 HKT 2007

Ŷ£¬Ã÷°×ÁË¡£
²»¹ý£¬²»ÖªµÀÊ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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月23日 星期五 15:46

篱笆 nameliba在gmail.com
星期五 十一月 23 15:46:42 HKT 2007

你想读文件的内容:可以使用用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
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月23日 星期五 17:18

Marco marco在waven.com
星期五 十一月 23 17:18:48 HKT 2007

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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月23日 星期五 17:39

Yingbo Qiu qiuyingbo在gmail.com
星期五 十一月 23 17:39:38 HKT 2007

Marco 正解

On Nov 23, 2007 5:18 PM, Marco <marco at waven.com> wrote:
> Linux下用ioctl就行了

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月23日 星期五 21:51

HD hdcola在gmail.com
星期五 十一月 23 21:51:39 HKT 2007

Çë¼û
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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月24日 星期六 21:17

FireBird ygonic在gmail.com
星期六 十一月 24 21:17:30 HKT 2007

¹Ø×¢£¬ÎÒµ±Ê±ÓõÄÊÇ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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月27日 星期二 13:47

cai xiaozhong icaicai在gmail.com
星期二 十一月 27 13:47:51 HKT 2007

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
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月27日 星期二 13:55

Yingbo Qiu qiuyingbo在gmail.com
星期二 十一月 27 13:55:18 HKT 2007

uuid 是什么? .NET/IronPython ????

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月27日 星期二 13:59

篱笆 nameliba在gmail.com
星期二 十一月 27 13:59:01 HKT 2007

ÎÒÒ²ÏëÖªµÀ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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月27日 星期二 14:14

Yingbo Qiu qiuyingbo在gmail.com
星期二 十一月 27 14:14:58 HKT 2007

呵呵,发现这个是 2.5 的标准模块,土了..

On Nov 27, 2007 1:55 PM, Yingbo Qiu <qiuyingbo at gmail.com> wrote:
> uuid 是什么? .NET/IronPython ????
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月27日 星期二 14:19

篱笆 nameliba在gmail.com
星期二 十一月 27 14:19:31 HKT 2007

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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月27日 星期二 15:37

hongqing.lv hongqing.lv在gmail.com
星期二 十一月 27 15:37:19 HKT 2007

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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月27日 星期二 15:46

Marco marco在waven.com
星期二 十一月 27 15:46:32 HKT 2007

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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月27日 星期二 17:23

23号 no.0023在gmail.com
星期二 十一月 27 17:23:27 HKT 2007

产生唯一的串列号。

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/

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月27日 星期二 17:30

Jiahua Huang jhuangjiahua在gmail.com
星期二 十一月 27 17:30:08 HKT 2007

你干吗读个命令输出都要用临时文件?

另外, os.system("1.txt") 之类在并且只有在 Windows 下也许可以。

上次就不知道谁老在问 pdf 文件怎么不能被"执行"了

On Nov 23, 2007 3:39 PM, 昆仑 <jackyboy at 163.com> wrote:
>
>
> 哦,明白了。
> 不过,不知道是不是还是可以重定向到文件呢?
>
> 另外,还有多少种办法可以执行外部的程序?
>
> 执行外部的程序是否可以是文档而不是可执行程序?
> 比如是否可以os.system("1.txt")然后自动打开记事本来编辑1.txt?
>
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月27日 星期二 17:31

Jiahua Huang jhuangjiahua在gmail.com
星期二 十一月 27 17:31:42 HKT 2007

好像不能?

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
> 会报错.
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月27日 星期二 18:33

篱笆 nameliba在gmail.com
星期二 十一月 27 18:33:48 HKT 2007

ÎÒµÄ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 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号