[App Sharing] spark-webapp-runtime 运行器
Tofloor
poster avatar
gfdgd_xi
deepin
Ecological co-builder
2021-01-31 03:38
Author

一个基于 Python3 tkinter 构建的 spark-webapp-runtime 图形化运行器,可以轻度代替以下几条命令命令(支持保存 shell 脚本到桌面和 .desktop 文件到启动器和桌面)

spark-webapp-runtime -u 协议://网址 -i 图标路径 -d 描述信息 -t 标题

软件截图:

下载地址:

Gitee:

    源码:https://gitee.com/gfdgd-xi/spark-webapp-runtime-runner

    软件包:https://gitee.com/gfdgd-xi/spark-webapp-runtime-runner/releases

蓝奏云:https://gfdgdxi.lanzous.com/b01nzcuqd,密码:awcg

迅雷网盘:https://pan.xunlei.com/s/VMSI4AVMGGPKnGqlZbnCqsOMA1,提取码:62h9

百度网盘:链接: https://pan.baidu.com/s/1M47pDz5MyND3WreGw0Y0HQ 提取码: fs9k 

Reply Favorite View the author
All Replies
SamLukeYes
deepin
2021-01-31 03:49
#1

可以用 threading 模块创建一个新的线程来运行可执行文件

def start():
    threading.Thread(
        target = os.system,
        args = (f"spark-webapp-runtime -u '{e1.get()}' -i '{e3_text.get()}' -t '{e2_text.get()}' -d '{e4_text.get()}'",)
        ).start()

参考文档:

https://docs.python.org/zh-cn/3/library/threading.html#thread-objects

Reply View the author
Comments
gfdgd xi
2021-01-31 05:37
学习到了,明天改一下
deltacatxx
deepin
2021-01-31 03:49
#2

支持

Reply View the author
清怨
deepin
2021-01-31 03:59
#3

问一下,这个缺少依赖是要怎么处理?

Reply View the author
Comments
gfdgd xi
2021-01-31 05:36
安装 spark-webapp-runtime 软件包 星火商店的源里有
SamLukeYes
deepin
2021-01-31 05:15
#4

 

Reply View the author
Comments
gfdgd xi
2021-01-31 05:38
找时间设置一下
SamLukeYes
deepin
2021-01-31 05:16
#5

本来想在 gitee 上给你发 issue 的,老是说有敏感词

(That's why we use GitHub

Reply View the author
jiutian123
deepin
2021-01-31 06:05
#6
Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2021-01-31 06:07
#7

歪瑞古德

Reply View the author
剥壳白煮蛋
deepin
2021-02-01 01:19
#8

太强了!我去安利一发!!!

Reply View the author
jiutian123
deepin
2021-02-01 07:43
#9

 

Reply View the author
jiutian123
deepin
2021-02-01 07:43
#10

视频播放最大化不正常 不知道怎么处理

Reply View the author
gfdgd_xi
deepin
Ecological co-builder
2021-02-01 15:47
#11
jiutian123

视频播放最大化不正常 不知道怎么处理

该问题已经复现,我现在去反馈一下

Reply View the author
小明Hackintosh
deepin
2021-06-01 20:30
#12

这东西怎么清理缓存?

Reply View the author
‌量子巡游者
Moderator
2022-11-06 21:53
#13

UOS 系统下无法运行!!!

Reply View the author
gfdgd_xi
deepin
Ecological co-builder
2022-11-06 22:35
#14
小明Hackintosh

这东西怎么清理缓存?

要不找一下spark webapp runtime 的作者问问

Reply View the author
gfdgd_xi
deepin
Ecological co-builder
2022-11-06 22:36
#15
‌量子巡游者

UOS 系统下无法运行!!!

确实不能,因为我没有在 UOS 上面编译这个程序

Reply View the author
‌量子巡游者
Moderator
2022-11-06 23:21
#16
gfdgd_xi

确实不能,因为我没有在 UOS 上面编译这个程序

pride支持一波吧!!!!

Reply View the author