Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/290.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 将数据写入旧文件_Python_Thrift - Fatal编程技术网

Python 将数据写入旧文件

Python 将数据写入旧文件,python,thrift,Python,Thrift,我想写一个应用程序,用python创建一个旧文件。你知道我在哪里可以得到正确的文档以及安装指南吗 欢迎举例 5秒通过谷歌搜索“thrift file python”就可以得到。这就是你想要的吗?网上没有什么教程。。。所以我创造了一个。你可以查看我关于节俭的完整教程:我认为它相当全面。如果你还有任何问题,请在这里提问或在我的博客上发表评论。我非常乐意回答这些问题。从 阅读tutorial/README和tutorial/tutorial.thrift python C/S代码在tutorial/p

我想写一个应用程序,用python创建一个旧文件。你知道我在哪里可以得到正确的文档以及安装指南吗


欢迎举例

5秒通过谷歌搜索“thrift file python”就可以得到。这就是你想要的吗?

网上没有什么教程。。。所以我创造了一个。你可以查看我关于节俭的完整教程:我认为它相当全面。如果你还有任何问题,请在这里提问或在我的博客上发表评论。我非常乐意回答这些问题。

从 阅读tutorial/README和tutorial/tutorial.thrift
python C/S代码在tutorial/py

中,我不太了解Thrift,但是Thrift文件不是一个接口定义吗?是否要将数据写入包含接口定义的文件?我不太明白。