Hello Dear All:
I would like to write some simple python test code with ACL(Access Control
List) functions.
Now simply I aim to use MAC address as ACL parameters, is there any good ACL
open source recommended for using?
Simple one is better.
Any tips or suggestions welcomed and appreciated.
Sorry for the misarrangement of my code in list, it happens everytime.
I apologized.
From: waitmefore...@hotmail.com
To: python-list@python.org
Subject: python2.7 kill thread and find thread id
Date: Wed, 4 Jan 2012 14:10:46 +0800
Hello,guys!!
I am using python2.7 to write a simple thread
Hello,guys!!
I am using python2.7 to write a simple thread program which print the current
running thread id
and kill it with this id.
But I have some questions with this.
My code: -from threading
import Threadclass t(Thread): def __init__(
> To: python-list@python.org
> From: li...@cheimes.de
> Subject: Re: Localhost client-server simple ssl socket test program problems
> Date: Thu, 15 Dec 2011 20:45:43 +0100
>
> Am 15.12.2011 20:09, schrieb Yang Chun-Kai:
> > Server side error:
> >
&g
hanks.
Kay
> To: python-list@python.org
> From: li...@cheimes.de
> Subject: Re: Localhost client-server simple ssl socket test program problems
> Date: Thu, 15 Dec 2011 21:19:14 +0100
>
> Am 15.12.2011 21:09, schrieb Yang Chun-Kai:
> > Thanks for tips.
> >
>
calhost client-server simple ssl socket test program problems
> Date: Thu, 15 Dec 2011 20:45:43 +0100
>
> Am 15.12.2011 20:09, schrieb Yang Chun-Kai:
> > Server side error:
> >
> > File "views.py", line 17, in
> > connstream = ssl.wrap_socket(newsocket, ser
Hello,everyone!!
I am writing a simple ssl client-server test program on my personal laptop.
And I encounter some problems with my simple programs.
Please give me some
helps.---