84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
https://github.com/nickola/web-console/releases/
在web中加入shell脚本控制台的
我大致知道后台的情况了,但是这个界面如何实现,而且执行命令后的数据显示的格式都和linux中的控制台类似的格式
认证0级讲师
1.只能模拟样式2.exec等调用shell脚本的方式在操作3.毕
https://github.com/nickola/web-console/blob/master/src/webconsole.main.php#L9-L32
这个库封装的是 http://php.net/manual/zh/function.proc-open.php
针对题主的更新:
terminal的实现使用的是 https://github.com/jcubic/jquery.terminal
exec,system,··,这些都可以执行shell命令,你可以做个ajax请求,返回命令结果,然后自己调下样式就行了
web中的shell并不是真正的shell,通过后端处理接受命令并过滤,再使用php中的exec调用界面实现:1.前端绘制2.flash动画
1.只能模拟样式
2.exec等调用shell脚本的方式在操作
3.毕
https://github.com/nickola/web-console/blob/master/src/webconsole.main.php#L9-L32
这个库封装的是 http://php.net/manual/zh/function.proc-open.php
针对题主的更新:
terminal的实现使用的是 https://github.com/jcubic/jquery.terminal
exec,system,··,这些都可以执行shell命令,你可以做个ajax请求,返回命令结果,然后自己调下样式就行了
web中的shell并不是真正的shell,通过后端处理接受命令并过滤,再使用php中的exec调用
界面实现:
1.前端绘制
2.flash动画