Differences between revisions 6 and 7
Revision 6 as of 2005-07-12 00:33:30
Size: 2457
Editor: 61
Comment:
Revision 7 as of 2005-07-12 03:46:00
Size: 582
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[http://www.avcom.cn 电话会议]
[http://www.avcom.cn 会议电话]
[http://www.avcom.cn IP电话会议]
[http://www.repolycom.com polycom]
[http://www.avcom.cn voip电话会议]
[http://www.driavision.com 电视电话会议]
[http://www.driavision.com/audioimage/ss.htm 电话会议终端]
[http://www.driavision.com IP电话会议]
[http://www.driavision.com voip电话会议]
[http://www.avcom.cn/chanpinbaojia/polycom.htm polycom]
[http://www.avcom.cn/dianhuahuiyi/ddypq.htm 音频会议]
[http://www.repolycom.com 会议电话]
[http://www.avcom.cn/hht/phone.htm 电话机]
[http://www.driavision.com 会议电话]
[http://www.driavision.com/hydhj1.asp 电话会议]
[http://www.m-office.cn 录音电话]
[http://www.m-office.cn 数字录音电话]
[http://www.m-office.cn 数码录音电话]
[http://www.avcom.cn/cnc/index.htm 电话会议]
[http://www.avcom.cn/cnc/index.htm 电话会议系统]
[http://www.avcom.cn/cnc/index.htm 企业电话会议]
[http://www.avcom.cn/cnc/index.htm 多方通话]
[http://www.m-office.com.cn 电话会议]
[http://www.m-office.cn 录音]
[http://www.m-office.cn 网络电话]
[http://www.m-office.cn 会议电话]
[http://www.repolycom.com/product/ss2.htm 会议电话]
[http://www.repolycom.com/product/hhthyq.htm 电话会议桥]
[http://www.avcom.cn/dianhuahuiyi/dhhyj.htm 电话会议]
[http://www.repolycom.com/product/hhthyq.htm 多方电话会议]
[http://www.avcom.cn/hht/phone.htm 会议电话]
[http://www.avcom.cn/hht 电话会议]
[http://www.repolycom.com/product/eacome.htm 会议电话]
[http://www.driavision.com 电话会议]
[http://www.repolycom.com/product/mgc100.htm 电话会议系统]
[http://www.repolycom.com/polycom.htm 宝利通]
[http://www.repolycom.com/product/mgc100.htm 电话会议]
[http://www.repolycom.com/product/hhthyq.htm 电话会议]
[http://www.avcom.cn/chanpinbaojia/polycom.htm 会议电话]
[http://www.avcom.cn/hht/phone.htm 会议电话]
[http://www.avcom.cn/dianhuahuiyi/dhhyj.htm 会议电话]
[http://www.avcom.cn 会议电话]
[http://www.avcom.cn/shipinhuiyi 视频会议]
[http://www.avcom.cn/shipinhuiyi 视频会议系统]
[http://www.repolycom.com 会议电话系统]
[http://www.avcom.cn/dianhuahuiyi/ddypq.htm 电话会议]
[http://www.avcom.cn/hht/phone.htm 会议电话终端]
[http://www.skypei.com 电话伴侣]
[http://www.repolycom.com/product/hhthyq.htm 电话会议]
[http://www.skypei.com skype]
#pragma section-numbers off
Editor of WebProgramming.

[mailto:daniel@dittmar.net]

==== Python cheat sheet ====
{{{
pickle:
  cPickle.dump (object, open (fname, 'wb'), 1)
  object = load (open (fname, 'wb'))

date format:
  time.strftime ("%Y-%m-%d %H:%M:%S", time.localtime (time.time ()))

cStringIO:
  buffer.getvalue ()

tempfile:
  import tempfile
  var = tempfile.mktemp ()
}}}

==== To do ====

===== Information Search Tree =====

  * c.l.p
  * parnassus
  * official docs
  * SoYouWanna
  * guides
  * cookbooks

----

CategoryHomepage

Editor of WebProgramming.

[mailto:daniel@dittmar.net]

Python cheat sheet

pickle:
  cPickle.dump (object, open (fname, 'wb'), 1)
  object = load (open (fname, 'wb'))

date format:
  time.strftime ("%Y-%m-%d %H:%M:%S", time.localtime (time.time ()))

cStringIO:
  buffer.getvalue ()

tempfile:
  import tempfile
  var = tempfile.mktemp ()

To do

Information Search Tree
  • c.l.p
  • parnassus
  • official docs
  • SoYouWanna

  • guides
  • cookbooks


CategoryHomepage

DanielDittmar (last edited 2009-12-03 22:09:38 by vpn-8061f516)

Unable to edit the page? See the FrontPage for instructions.