- 博客(5)
- 收藏
- 关注
原创 从前台页面读取input框选中的文件内容(使用HTML5的readAsText方法)
<html> <head> <title>title</title> <script type="text/javascript"> function readFile() { var file=document.getElementById("file").files[0]; var reader=new FileRea...
2019-05-08 14:18:04
1806
原创 Java调用系统外部的程序
Runtime.getRuntime().exec(String command); 此方法可以调用系统外部的程序或直接运行系统外部jar文件,command参数为运行外部程序的dos命令.
2018-12-07 15:09:33
349
转载 jsp页面一个表单提交到多个Action
https://www.cnblogs.com/baorantHome/p/8075489.html
2018-11-28 17:05:39
18192
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅
1