当前位置:网站首页>The window of the chosen data flow
The window of the chosen data flow
2022-08-03 08:34:00 【all-purpose cook】
This Internet can search a lot:
Simple example:
#!/usr/bin/env pythonimport os.pathf = open( os.path.join( os.path.abspath("."), "A.pkl"),"w")f.write("1")f.close()f = open( os.path.join( os.path.abspath("."), "A.pkl:legend"),"w")f.write("2")f.close()f = open( os.path.join( os.path.abspath("."), "A.pkl:legend1"),"w")f.write("3")f.close()f = open( os.path.join( os.path.abspath("."), "A.pkl"),"r")S = f.read()print(S)f.close()f = open( os.path.join( os.path.abspath("."), "A.pkl:legend"),"r")S = f.read()print(S)f.close()
Print out:
1
2
Note: If A.pkl is written last, the result will clear this alternative data stream
边栏推荐
猜你喜欢
随机推荐
牛客 - 最佳直播时间 (差分)
Arduino框架下对ESP32 NVS非易失性存储解读以及应用示例
AI中台序列标注任务:三个数据集构造过程记录
mysql服务器上的mysql这个实例中表的介绍
ArcEngine (six) use the tool tool to realize the zoom in, zoom out and translation of the pull box
ArcEngine (5) use the ICommand interface to achieve zoom in and zoom out
Pop Harmony Basics Big Notes
Path Prefixes (倍增!树上の二分)
JMeter接口自动化发包与示例
分析型数据库性能测试总结
AI mid-stage sequence labeling task: three data set construction process records
How does Mysql query two data tables for the same fields in two tables at the same time
Laya中关于摄像机跟随人物移动或者点击人物碰撞器触发事件的Demo
qt使用mysql数据库(自学笔记)
MySQL1
ArcEngine(六)用tool工具实现拉框放大缩小和平移
wordpress: 裁剪您的图片时发生错误
AcWing 3391. 今年的第几天?(简单题)
长短期记忆网络 LSTM
关于Unity,Laya学习,第一步加载Unity加载场景