2006年02月14日 星期二 14:12
Karrigell如何在后台运行呢?总不能一直开着个终端窗口吧 -- 因为你,我才在这沙漠中独步而行……
2006年02月14日 星期二 14:14
python Karrigell.py & On 2/14/06, 肯定来过 <rocker.yuan at gmail.com> wrote: > Karrigell如何在后台运行呢?总不能一直开着个终端窗口吧 > > -- > 因为你,我才在这沙漠中独步而行…… > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- Blog:http://qingfeng.ushared.com/blog/
2006年02月14日 星期二 14:24
On 2/14/06, 肯定来过 <rocker.yuan at gmail.com> wrote: > Karrigell如何在后台运行呢?总不能一直开着个终端窗口吧 > http://wiki.woodpecker.org.cn/moin/KarrigellRunSrv 咔咔咔!思路明确,一切就非常自然了………… > -- > 因为你,我才在这沙漠中独步而行…… > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- """Time is unimportant, only life important! blogging : http://blog.zoomquiet.org/pyblosxom/ wiki enter: http://wiki.woodpecker.org.cn/moin/ZoomQuiet in douban: http://www.douban.com/people/zoomq/ """
2006年02月15日 星期三 08:46
哪位有BlackAdder,告诉我一下! 多谢!
2006年02月15日 星期三 09:59
hup python Karrigell.py & 这是linux的一个方法,把程序放到init 0状态 2006/2/14, Zoom Quiet <zoom.quiet at gmail.com>: > > On 2/14/06, 肯定来过 <rocker.yuan at gmail.com> wrote: > > Karrigell如何在后台运行呢?总不能一直开着个终端窗口吧 > > > http://wiki.woodpecker.org.cn/moin/KarrigellRunSrv > 咔咔咔!思路明确,一切就非常自然了………… > > > -- > > 因为你,我才在这沙漠中独步而行…… > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > > > -- > """Time is unimportant, only life important! > blogging : http://blog.zoomquiet.org/pyblosxom/ > wiki enter: http://wiki.woodpecker.org.cn/moin/ZoomQuiet > in douban: http://www.douban.com/people/zoomq/ > """ > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- QQ: 2667799 MSN Messenger: xds2000ATmsn.com E-mail: xiaodsATgmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060215/500a5ea0/attachment.html
2006年02月21日 星期二 10:18
哪能放到 init 0 ,这是关机嘛 可以放到/etc/inittab里面,然后用respawn,叫init帮你监视这个程序,进程如果死了,马上叉一个新的。 On 2/14/06, tommy xiaods <xiaods at gmail.com> wrote: > hup python Karrigell.py & > > 这是linux的一个方法,把程序放到init 0状态 > > 2006/2/14, Zoom Quiet <zoom.quiet at gmail.com>: > > On 2/14/06, 肯定来过 <rocker.yuan at gmail.com> wrote: > > > Karrigell如何在后台运行呢?总不能一直开着个终端窗口吧 > > > > > http://wiki.woodpecker.org.cn/moin/KarrigellRunSrv > > 咔咔咔!思路明确,一切就非常自然了………… > > > > > -- > > > 因为你,我才在这沙漠中独步而行…… > > > > > > _______________________________________________ > > > python-chinese > > > Post: send python-chinese at lists.python.cn > > > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > > > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > > > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > -- > > """Time is unimportant, only life important! > > blogging : http://blog.zoomquiet.org/pyblosxom/ > > wiki enter: > http://wiki.woodpecker.org.cn/moin/ZoomQuiet > > in douban: http://www.douban.com/people/zoomq/ > > """ > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > -- > QQ: 2667799 > MSN Messenger: xds2000ATmsn.com > E-mail: xiaodsATgmail.com > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > >
2006年02月21日 星期二 12:37
win下.pyw文件就是静默运行 呃,linux...不晓得 在06-2-21,shhgs <shhgs.efhilt at gmail.com> 写道: > > 哪能放到 init 0 ,这是关机嘛 > > 可以放到/etc/inittab里面,然后用respawn,叫init帮你监视这个程序,进程如果死了,马上叉一个新的。 > > > > On 2/14/06, tommy xiaods <xiaods at gmail.com> wrote: > > hup python Karrigell.py & > > > > 这是linux的一个方法,把程序放到init 0状态 > > > > 2006/2/14, Zoom Quiet <zoom.quiet at gmail.com>: > > > On 2/14/06, 肯定来过 <rocker.yuan at gmail.com> wrote: > > > > Karrigell如何在后台运行呢?总不能一直开着个终端窗口吧 > > > > > > > http://wiki.woodpecker.org.cn/moin/KarrigellRunSrv > > > 咔咔咔!思路明确,一切就非常自然了………… > > > > > > > -- > > > > 因为你,我才在这沙漠中独步而行…… > > > > > > > > _______________________________________________ > > > > python-chinese > > > > Post: send python-chinese at lists.python.cn > > > > Subscribe: send subscribe to > > python-chinese-request at lists.python.cn > > > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > > > > > > -- > > > """Time is unimportant, only life important! > > > blogging : http://blog.zoomquiet.org/pyblosxom/ > > > wiki enter: > > http://wiki.woodpecker.org.cn/moin/ZoomQuiet > > > in douban: http://www.douban.com/people/zoomq/ > > > """ > > > > > > _______________________________________________ > > > python-chinese > > > Post: send python-chinese at lists.python.cn > > > Subscribe: send subscribe to > > python-chinese-request at lists.python.cn > > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > > > > -- > > QQ: 2667799 > > MSN Messenger: xds2000ATmsn.com > > E-mail: xiaodsATgmail.com > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- Andelf BLOG:http://blog.sohu.com/members/andelf/ BLOG:http://spaces.msn.com/members/andelf -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060221/b7f36102/attachment.html
Zeuux © 2025
京ICP备05028076号