摘要: 2015年02月04日 15:56:32 阅读数:1464 2015年02月04日 15:56:32 阅读数:1464 阅读数:1464 TCP 和 UDP 都使用相同的网络层 IP,但是与 UDP 不同的是,TCP 是面向连接的、可靠的字节流协议。因此,在传输数据之前通信双方必须建立一个 TCP 阅读全文
posted @ 2018-05-23 15:46 bonelee 阅读(14712) 评论(0) 推荐(1)
摘要: X, y = get_feature_charseq() #max_document_length=64 volcab_file = "volcab.pkl" assert os.path.exists(volcab_file) pkl_file = open(volcab_file, 'rb') ... 阅读全文
posted @ 2018-05-23 09:47 bonelee 阅读(626) 评论(0) 推荐(0)