-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1dc9226
commit 581543d
Showing
6 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Main-Version: 1.0 | ||
Main-Class: alert | ||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import javax.swing.*; | ||
|
||
public class alert | ||
{ | ||
public static void main(String[]args) | ||
{ | ||
JOptionPane.showMessageDialog(null, "Boot Successful [HTTP服务启动成功,在终端内输入: linwinhttp 查看选项]", "成功启动", JOptionPane.WARNING_MESSAGE); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#! /bin/bash | ||
|
||
linwinboot | ||
|
||
java -jar /home/kali/桌面/linwin-http-server/Sevice/desktop/alert.jar | ||
|
||
#read -p "Boot Successfurl! [启动成功,按任意键退出控制台]:" num |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
[Desktop Entry] | ||
X-Deepin-CreatedBy=com.deepin.dde.daemon.Launcher | ||
X-Deepin-AppID=com.qq.music | ||
Categories=Utility; | ||
Comment=qqmusic application for linux | ||
Exec=/usr/LinWinHttp/start_linwinhttp %U | ||
Comment=LinWin Http Server For Linux | ||
Exec=/home/kali/桌面/linwin-http-server/Sevice/desktop/desktopboot %U | ||
Icon=/usr/LinWinHttp/out/production/LinWinHttpServer/img/logo.png | ||
Name=LinWin Http Server | ||
GenericName=LinWin Http Server | ||
Name[zh_CN]=LinWin Http Server | ||
Terminal=false | ||
Type=Application | ||
X-Deepin-Vendor=user-custom |