Python论坛  - 讨论区

标题:Re: [python-chinese] 资源图谱的制作工具下载

2005年04月15日 星期五 15:53

Qiangning Hong hongqn at gmail.com
Fri Apr 15 15:53:27 HKT 2005

On 4/15/05, 5261314 <5261314 at vip.sina.com> wrote:
> 
>  记得曾经有人在这里提过一个图谱(就如啄目鸟开源社区的资源图谱)制作工具的下载,我竟然找不到了,哪位知道的请再发一下下载地址,谢。
> 
google freemind

-- 
Qiangning Hong
Get Firefox! <
http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050415/ec617729/attachment.htm

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

2005年04月15日 星期五 21:26

zhoukai zhou.kai at vip.163.com
Fri Apr 15 21:26:26 HKT 2005

Ê®¶þ·Ö¸ÐлÄãµÄÖ¸µã£º£©

ÔÚÄãµÄBlogÀïµÄÀý×ÓÀÓиöССµÄ´íÎ󣺣©
ºÇºÇ^



# ´Ówin32com.clientÄ£¿éÖе¼ÈëDispatch
from win32com.client import Dispatch

# COMÖÐͨ¹ýÒ»¸ö×Ö·û´®À´Î¨Ò»±êʾһ¸öCOM×é¼þ
xlsApp = Dispatch("Excel.Application")

# Ìí¼ÓÒ»¸öWorkbook
xlsApp.Workbooks.Add()

# »ñµÃWorkbook(1)µÄÒýÓÃ
xlsBook = xlsApp.Workbooks(1)

# ΪSheet1±í¸³Öµ
xlsBook.Sheets[0].Cells(1,1).Value = 'one.one'

# »ñÈ¡Öµ
#print xlsBook.Sheet[0].Cells(1,1).Value
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
print xlsBook.Sheets[0].Cells(1,1).Value
¡­¡­¡­¡­¡­¡­¡­¡­¡­¡­¡­¡­¡­¡­¡­¡­ÕâÀïÉÙÁ˸ö's',ºÇºÇ

# ʹÓù«Ê½À´¸øµ¥Ôª¸ñ¸³Öµ
xlsBook.Sheets[0].Cells(1,2).Formula = '=A1+10'

# »ñÈ¡Ò»¸öÇø¿éµÄÖµ£¬·µ»ØÒ»¸öÔª×é
print xlsBook.Sheets[0].Range('F2:F4').Value

# ΪSheet1¸ÄÃû
xlsBook.Sheets[0].Name = 'The first sheet'

# ±£´æÒ»¸öWorkbookµ½xlsÎļþ
xlsBook.SaveAs(Filename = 'C:\\testsheet.xls')

# Èç¹ûÄãÏ£Íû¿´µ½Õû¸ö²Ù×÷µÄ¹ý³Ì£¬¿ÉÒÔÕâÑù²Ù×÷ÈòÙ×÷¿É¼û
xlsApp.Visible = 1

# ÈòÙ×÷¹ý³Ì²»¿É¼û
#xlsApp.Visible = 0

# ¹Ø±ÕWorkbook
xlsBook.Close(SaveChanges = 0)

# ÊÍ·ÅxlsApp
del xlsApp






ÏÈÏÂÔØ  win32com µÄÀ©Õ¹ £¬pythonwinÀï¾Í´ø
È»ºó

from win32com.client import DispatchpsApp = Dispatch("PhotoShopµÄcom¶ÔÏó±êʶ×Ö·û´®")
ÎÒµÄblogÉÏÓе÷ÓÃexcelµÄÀý×Ó
http://blog.sina.com.cn/blog/1401337701



On 4/15/05, zhoukai <zhou.kai at vip.163.com> wrote:
Python£º

          ´ó¼ÒºÃ¡£

     ÎÒÊǸöÐÂÊÖ¡£ÎÒÏëÓÃpythonµ÷ÓÃCom×é¼þ¡£ÓÃPythonµ÷ÓÃphotoshop8µÄCom½Ó¿Ú
½øÐÐͼÏñ´¦Àí¡£ÎÒÔÚÍøÉÏËÑÁËһȦ£¬¹ØÓÚpythonµ÷ÓÃCom×é¼þµÄ×ÊÁÏ£¬¶¼Ã»ÓÐÕÒµ½Ê²Ã´ºÜÓÐÓõġ£

         ´ó¼ÒÓÐʲô×ÊÁÏ¿ÉÒÔÍƼö¸øÎÒô¡£Ð¡µÜÔÚ´ËÏÈл¹ý´ó¼ÒÁË£º£©

                ´Ë
Ö£¡

¡î¡£*:¡£.*?'©b¡î¡£¡¢::¡£.*?'¡î¡£¡¢::¡£.*?'©b¡î¡£.::?'©b¡î¡£.::?'©b¡î ¡£.::?'©b¡î ¡£.::?'©b¡î
¡ì----------
!-------- ZhouKai
!-------- zhoukai at vip.163.com
¡î¡£*::¡£.*?'©b¡î¡£¡¢::¡£.*?'¡î¡£¡¢::¡£.*?'©b¡î¡£.::?'©b¡î¡£.::?'©b¡î ¡£.::?'©b¡î ¡£.::?'©b¡î 


_______________________________________________
python-chinese list
python-chinese at lists.python.cn
http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050415/374dd07c/attachment.htm

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

2005年04月16日 星期六 00:18

alongrun catchbug at 163.com
Sat Apr 16 00:18:18 HKT 2005

Kane,您好!

	me too,谢谢

======= 2005-04-01 10:07:30 您在来信中写道:=======

>我也想要一个,谢谢
>
>======= 2005-03-31 11:39:57 您在来信中写道:=======
>
>>Yahoo! 360°真是大手笔,一上来就是一百个邀请。
>>我早上一得到邀请,头两个就送给了Limodou和Zoom。
>>还要的请吱一声。回复一下我就能看到你的的email地址了。
>>大家都来尝试一下SNS吧。就像Zoom说的那样。可以激发我们的灵感。
>>_______________________________________________
>>python-chinese list
>>python-chinese at lists.python.cn
>>http://python.cn/mailman/listinfo/python-chinese
>>
>
>= = = = = = = = = = = = = = = = = = = =
>			
>
>        致
>礼!
> 
>				 
>        Kane
>        kane_phyton at 163.com
>          2005-04-01
>
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
>

= = = = = = = = = = = = = = = = = = = =
			

        致
礼!
 
				 
        alongrun
        catchbug at 163.com
          2005-04-16


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

2005年04月16日 星期六 08:47

5261314 5261314 at vip.sina.com
Sat Apr 16 08:47:08 HKT 2005

好的,知道了,谢谢。
	

======= 2005-04-15 15:06:14 您在来信中写道:=======

>叫freemind,自已找一下就行了。是java写的。
>
>在05-4-15,5261314<5261314 at vip.sina.com> 写道:
>>  
>>  
>> 
>> 记得曾经有人在这里提过一个图谱(就如啄目鸟开源社区的资源图谱)制作工具的下载,我竟然找不到了,哪位知道的请再发一下下载地址,谢。
>> 
>>         致
>> 礼! 
>>   
>>               5261314 
>>               5261314 at vip.sina.com 
>>                2005-04-15 
>>   
>> _______________________________________________
>> python-chinese list
>> python-chinese at lists.python.cn
>> http://python.cn/mailman/listinfo/python-chinese
>> 
>> 
>> 
>
>
>-- 
>I like python! 
>My Donews Blog: http://www.donews.net/limodou
>My Sina Blog: http://blog.sina.com.cn/blog/1148608914
>New Google Maillist: http://groups-beta.google.com/group/python-cn
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
>

= = = = = = = = = = = = = = = = = = = =
			

        致
礼!
 
				 
        5261314
        5261314 at vip.sina.com
          2005-04-16


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

2005年04月16日 星期六 11:16

Ankh Chen ankhnews at 163.com
Sat Apr 16 11:16:45 HKT 2005

是不是叫graphviz的东西?
    用类似:
    digraph G {
        BC->HOOK
        }
    的脚本自己产生一个图谱?
 
如果是,那么我也忘了在哪下了。但是记得在zoomquiet的blog上有提到。

  _____  

From: python-chinese-bounces at lists.python.cn
[mailto:python-chinese-bounces at lists.python.cn] On Behalf Of Qiangning Hong
Sent: Friday, April 15, 2005 3:53 PM
To: python-chinese at lists.python.cn
Subject: Re: [python-chinese] 资源图谱的制作工具下载



On 4/15/05, 5261314 <5261314 at vip.sina.com> wrote: 

记得曾经有人在这里提过一个图谱(就如啄目鸟开源社区的资源图谱)制作工具的下
载,我竟然找不到了,哪位知道的请再发一下下载地址,谢。

google freemind

-- 
Qiangning Hong
Get Firefox! <
<http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1>
http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050416/c804dd71/attachment.html

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号