目录一、功能介绍二、制作过程1. 收集数据,明确任务2. 修改xlsx文件,生成sql数据库3. 使用Tkinter,编写检索界面三、学后总结我一直在探索如何让python快速地检索数据,除了把数据装在py文件里,一起打包之外,我还
i have a python script, that submits an job to the SGE (Sun Grid Engine). When the job is done i want to access the output file, generated from the SGE job.