Re: my newsgroup base database. (test)

2006-07-03 Thread Netkiller
Netkiller 写道: > Netkiller 写道: > > > #!/usr/bin/python > > # -*- coding: utf-8 -*- > > """ > > Project: Network News Transport Protocol Server Program > > Description: > > 基于数据库的新闻组,实现BBS前端使用NNTP协议来访问贴子 > > Database SQL Scri

Re: my newsgroup base database. (test)

2006-07-03 Thread Netkiller
Netkiller 写道: > #!/usr/bin/python > # -*- coding: utf-8 -*- > """ > Project: Network News Transport Protocol Server Program > Description: > 基于数据库的新闻组,实现BBS前端使用NNTP协议来访问贴子 import sys,re import MySQLdb class NewsDB: conn = None cursor = None

my newsgroup base database. (test)

2006-07-03 Thread Netkiller
listinfo/python-chinese - """ import sys import socket import threading import time import asyncore, asynchat import string, StringIO, re #from netkiller import * #import testMessages from messages import Me