Python论坛  - 讨论区

标题:Re: [python-chinese] 不要太多的时间花在技术的。。

2005年05月20日 星期五 13:20

Ducky Yazy yazy at mail.csdn.net
Fri May 20 13:20:35 HKT 2005

有人觉得人活着就是为了享受,有些人的生活便充满吃喝玩乐……

有人觉得人活着应该让自己开心,让自己感觉到充实,幸福,有价值
我希望自己快快乐乐的,充充实实的,幸福,可以有爱自己的爱人,
可以活得有价值些……

技术也好,玩也好,那都是人的选择。喜欢玩的人可能体会不到喜欢技
术的心理,喜欢技术的人可能体会不到喜欢玩的心理……




--- 马剑 <honeyday at staffonly.org> 写道:
> 男儿当自强,鄙视应该不是我们的选项。
> 
> On Wed, 18 May 2005 17:53:36 +0800
> geckor at 126.com wrote:
>
=================================================================
> > 为什么鄙视他啊 我对他不是很了解
> > 只是引用大家都是知道的人
> > 在 2005.5.18, 下午5:40, 曹君 写道:
> > 
> > >
>
别把你心目中的上帝,偶像强加到别人头上,这个世界还有很多人是bs
>   bill的
> > >
> > >
> > > ------
> > >
> > > A Linux fans .
> > > http://caoshijun.nease.net
> > >
> > > ----------------------------------------
> > >
> > > ----- Original Message -----
> > > From: <geckor at 126.com>
> > > To: <qutr at tjub.com.cn>;
> <python-chinese at lists.python.cn>
> > > Sent: Wednesday, May 18, 2005 2:06 PM
> > > Subject: Re: [python-chinese]
> 不要太多的时间花在技术的。。
> > >
> > >
> > >> 编程生活可以两不误的,呵呵
> > >> 我是这么认为的
> > >> 难道说billgates就没穿过沙滩裤躺在沙滩上晒太阳吗
> > >> 我是小字辈的
> > >> 不敢妄言
> > >> 但我觉得技术还是很好的
> > >> 我的最爱有是用展现技术赢来的 呵呵
> > >> 她说她就喜欢看我专注地摆弄计算机的样子
> > >> 感觉好好
> > >> 很有安全感
> > >>
> > >> 呵呵
> > >>
> > >> 她就是我奋斗的动力呀
> > >>
> > >> 大家共勉 为了能有可秀外慧中的好老婆 不懈努力
> > >>
> > >> 在 2005.5.17, 下午5:00, Carambo 写道:
> > >>
> > >>> Neo Chan,你好
> > >>>
> > >>> 同感
> > >>> 热爱编成,更要热爱生活!哈哈
> > >>>
> > >>>
> > >>> Carambo, qutr at tjub.com.cn
> > >>> 2005-5-17----- 收到以下来信内容 -----
> > >>>> 发件人:  Neo Chan
> > >>>> 收件人:  python-chinese
> > >>>> 时  间: 2005-05-17, 16:56:54
> > >>>> 主  题: [python-chinese]
> 不要太多的时间花在技术的。。
> > >>>>
> > >>>>
>
以前我用所有的时间研究技术。。。抬起头来看看这个世界,,这只在自己的小圈子里
> > >>>>  活动。。一定的人群。
> > >>>>  越往上研究,人越少。哎。。
> > >>>>
> > >>>> 
> 我从去年改变了自己。。一次一个女孩约我去穿越海岸线。
> 此后我变了。。开始玩,
> > >>>>  不停的玩。。
> > >>>>
> > >>>>  后来就玩摄影,无线电。。。。
> > >>>>
> > >>>> 
> 但我的技术方面慢慢落后。。。其它方面得到很多。。!
> > >>>>
> > >>>>  这世界上还有很多好玩的东东呢。。。
> > >>>>
> > >>>>
> > >>>> 
> _______________________________________________
> > >>>>  python-chinese list
> > >>>> python-chinese at lists.python.cn
> > >>>>
> http://python.cn/mailman/listinfo/python-chinese
> > >>>>
> > >>>
> _______________________________________________
> > >>> python-chinese list
> > >>> python-chinese at lists.python.cn
> > >>>
> http://python.cn/mailman/listinfo/python-chinese
> > >>
> > >
> > >
> > >
>
-----------------------------------------------------------------------
> 
> > > ---------
> > >
> > >
> > >> _______________________________________________
> > >> python-chinese list
> > >> python-chinese at lists.python.cn
> > >>
> http://python.cn/mailman/listinfo/python-chinese
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese
> > 
> > 
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> > 
> 
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 

 
 

---------------------------------
 傻鸭子傻到忘了上帝叫耶稣~ Yazy's CSDN-blog.
---------------------------------




_________________________________________________________
Do You Yahoo!?
注册世界一流品质的雅虎免费电邮
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/

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

2005年05月20日 星期五 16:20

Neo Chan neo.chen at achievo.com
Fri May 20 16:20:52 HKT 2005

这是一个chat 小程序。
telnet xxx 8000 即可。。


import socket
import threading
import time

class mythread(threading.Thread):
    def __init__(self, threadname):
        threading.Thread.__init__(self, name = threadname)
    def run(self):
        global queue
        #sock = copy.copy(conn)      
        #address = copy.copy(addr)
        print 'activeCount:'+str(threading.activeCount())
        while 1:
            conn, addr = server.accept()
            print 'Connected by', addr
            n = 0
            while 1:
                tmp = ''
                data= ''
                exits = 0
                while tmp != '\r\n':
                    tmp = conn.recv(1024)
                    data = data + tmp
                print repr(data)
                if data != '\r\n':
                    if len(queue) < 20:
                        queue.append(str(n)+' From: '+str(addr)+' =>  '+data)
                    else:
                        queue.pop(0)
                        queue.append(str(n)+' From: '+str(addr)+' =>  '+data)
                        #queue.remove()
                    print '>>>', repr(data)
                    print '=================================================='
                    n = n + 1
                for msg in queue:
                    conn.sendall(msg)
                    #queue.pop()
                    #conn.sendto(data,msg)
                conn.send('>>>')
               
                if data == 'quit\r\n':
                    #queue.remove(addr)
                    break
            conn.close()
       
HOST = ''                 # Symbolic name meaning the local host
PORT = 8000	              # Arbitrary non-privileged port
server = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
server.bind((HOST, PORT))
server.listen(5)
queue = []


for i in range(5):
    mythread('echo '+str(i)).start()
    


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

2005年05月20日 星期五 18:00

zythuman-maillist zythuman-mailist at 163.com
Fri May 20 18:00:04 HKT 2005

python-chinese,您好!

	         请问怎样用python程序修改firefox的代理

        致
礼!
 				

        zythuman-maillist
        zythuman-mailist at 163.com
          2005-05-20

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

2005年05月21日 星期六 15:17

Falls Huang bhuang at qubit-star.com
Sat May 21 15:17:23 HKT 2005

Neo Chan wrote:
> 这是一个chat 小程序。
> telnet xxx 8000 即可。。
> 
>                 while tmp != '\r\n':
>                     tmp = conn.recv(1024)
>                     data = data + tmp
>                 print repr(data)
这段代码可能会导致死循环
-- 
Regards
Falls Huang

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

2005年05月22日 星期日 02:25

Pei Zhong qqqeee at gmail.com
Sun May 22 02:25:15 HKT 2005

好玩

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

2005年05月22日 星期日 02:32

geckor at 126.com geckor at 126.com
Sun May 22 02:32:04 HKT 2005

?????
在 2005.5.22, 上午2:25, Pei Zhong 写道:

> 好玩
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese



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

2005年05月23日 星期一 09:15

Neo Chan neo.chen at achievo.com
Mon May 23 09:15:11 HKT 2005

是啊,应该控制在256个字符


-----Original Message-----
From: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] On Behalf Of Falls Huang
Sent: Saturday, May 21, 2005 3:17 PM
To: python-chinese at lists.python.cn
Subject: Re: [python-chinese] 我们公司不让上网。写写python消磨时间。

Neo Chan wrote:
> 这是一个chat 小程序。
> telnet xxx 8000 即可。。
> 
>                 while tmp != '\r\n':
>                     tmp = conn.recv(1024)
>                     data = data + tmp
>                 print repr(data)
这段代码可能会导致死循环
-- 
Regards
Falls Huang
_______________________________________________
python-chinese list
python-chinese at lists.python.cn
http://python.cn/mailman/listinfo/python-chinese

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号