所以今天早上我注意到我的网站被关闭了,在我的服务器上看到网络服务器已经停止了。
当我试图再次启动它时,我会得到这个错误。
start -Dhttp.port=80 -Dapplication.secret=**********
[info] Wrote /home/Jakob/Apps/Botlanegg/target/scala-2.11/botlanegg_2.11-1.0.pom
(Starting server. Type Ctrl+D to exit logs, the server will remain in background)
Java HotSpot(TM) 64-
我完成了静态网页的设置,并设置了apache和mysql,目前在本地主机上。我想让用户输入一些文本,这些文本将被放在实际的网页上(让每个人都能看到)。下面是我的代码:
<div id="1" style="background-image: url('bg1.jpg')>
<p> Select your location and input your required service </p>
<form action="index.php" method="POST