摘要: 输入输出流 字节输入流 FileInputStream /** * 标准 读取流 */ public static void test2() { File file = new File("test.txt"); //创建 输入流 InputStream is = null; try { //获取字 阅读全文
posted @ 2020-07-17 18:54 郭宗鑫 阅读(531) 评论(0) 推荐(0) 编辑
摘要: Java8新特性总结 Lamdba 表达式: /** * @author :CodingFarmer_码农 Connor(康纳)_郭 * @date : 17:24 20.5.12 * @Company : http://www.gskj.com * @Version : 1.0 * <p> * 1 阅读全文
posted @ 2020-07-17 18:20 郭宗鑫 阅读(256) 评论(0) 推荐(0) 编辑
摘要: AJax上传各种表单 1.普通表单 (input) enctype="application/x-www-form-urlencoded" <form action="" method="post" enctype="application/x-www-form-urlencoded"> <inpu 阅读全文
posted @ 2020-07-17 18:00 郭宗鑫 阅读(422) 评论(0) 推荐(0) 编辑