Python论坛  - 讨论区

标题:[python-chinese] 用Freemind做的“提问的智慧”,欢迎指教。

2005年02月20日 星期日 18:39

ding jianting dfar2008 at gmail.com
Sun Feb 20 18:39:38 HKT 2005

前天在limodou的blog上介绍的freemind,大致浏览一下,感觉不错,所以今天闲来无事,就拿提问的智慧做了试验,希望pythonic们指点一二。


-- 
________________________________________
ABS DFar
email: dfar2008 at gmail.com
msn:  djt2008 at hotmail.com
addr:  China ShangHai 
-----------------------------------------------------------------------


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

2005年02月20日 星期日 19:03

limodou limodou at gmail.com
Sun Feb 20 19:03:57 HKT 2005

在哪呢?

ding jianting wrote:
> 前天在limodou的blog上介绍的freemind,大致浏览一下,感觉不错,所以今天闲来无事,就拿提问的智慧做了试验,希望pythonic们指点一二。
> 
> 

-- 
I love python!
My Blog: http://www.donews.net/limodou


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

2005年02月20日 星期日 19:13

Zoom Quiet zoom.quiet at gmail.com
Sun Feb 20 19:13:29 HKT 2005

好也!
汇集到
http://wiki.woodpecker.org.cn/moin.cgi/FreeMind
来哪!


On Sun, 20 Feb 2005 18:39:38 +0800, ding jianting <dfar2008 at gmail.com> wrote:
> 前天在limodou的blog上介绍的freemind,大致浏览一下,感觉不错,所以今天闲来无事,就拿提问的智慧做了试验,希望pythonic们指点一二。
> 
> --
> ________________________________________
> ABS DFar
> email: dfar2008 at gmail.com
> msn:  djt2008 at hotmail.com
> addr:  China ShangHai
> -----------------------------------------------------------------------
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 


-- 
[Time is unimportant, only life important!]


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

2005年02月20日 星期日 21:22

jian wang wangjian5748 at 163.com
Sun Feb 20 21:22:14 HKT 2005

limodou,您好!

	我说的是这个yield产生的对象是否是线程安全的,代码如下(dvie into python中的代码):

>>> def make_counter(x):
...     print 'entering make_counter'
...     while 1:
...         yield x               
...         print 'incrementing x'
...         x = x + 1
...     
>>> counter = make_counter(2) 
>>> counter                   

>>> counter.next()            
entering make_counter
2
>>> counter.next()            
incrementing x
3
>>> counter.next()            
incrementing x
4
 若在多线程中调用counter.next()会怎么样

======= 2005-02-19 10:27:51 您在来信中写道:=======

>与线程安全是一回事吗?
>
>Chun Lin Zhang wrote:
>> 支持concurrent processing
>> 
>
>-- 
>I love python!
>My Blog: http://www.donews.net/limodou
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
>

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

        致
礼!
 
				 
        jian wang
        wangjian5748 at 163.com
          2005-02-20


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

2005年02月20日 星期日 21:34

jian wang wangjian5748 at 163.com
Sun Feb 20 21:34:12 HKT 2005

limodou,您好!

	可以现看这个内建方法:unicode( [object[, encoding [, errors]]]) 
    是可以对object制定编码的,那么是否可以指定为ascii码呢?还是说只能制定为双字节编码呢?
测试代码如下:
>>> a = unicode('asd', 'ascii')
>>> a
u'asd'
>>> a.decode()
u'asd'
>>> a.decode('ascii')
u'asd'

======= 2005-02-19 01:17:46 您在来信中写道:=======

>那你就要知道对方使用的编码呀。比如对方使用的是中文系统,一般就是gb2312,
>或gbk编码。对方是英文系统,一般就是ascii,这样你的东西里面最好不要有中
>文。或者仍然使用gb2312进行转换也是可以的。因为gb2312(gbk)就是ascii编码的
>一种扩展。这个就要看具体的情况了。
>
>但对方发回东西时你仍然要进行转换,把B转换成unicode。只不过对方可以不理会
>你到底用什么编码罢了。其实使用utf-8也是这个意思。就是假设对方系统是使用
>的utf-8编码而已。
>
>cry wrote:
>> limodou,您好!
>> 
>> 是呀!所以我想统一到UNICODE上。为以后的发展建立一个好的基础。
>> 怎么能把UNICODE字符串转换成B字节流呢?
>> 
>
>-- 
>I love python!
>My Blog: http://www.donews.net/limodou
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
>

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

        致
礼!
 
				 
        jian wang
        wangjian5748 at 163.com
          2005-02-20


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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号