posted @ 2021-09-03 09:43
普朗克麻辣鸡
阅读(103)
推荐(0)
posted @ 2021-09-03 09:42
普朗克麻辣鸡
阅读(30)
推荐(0)
摘要:
编写页面,注意 method="post" enctype="multipart/form-data"编写controller 修改一起的上传方法,固定硬盘位置 注意@RequestParam MultipartFile pic 其中pic和页面file的name对应 @RequestMapping
阅读全文
posted @ 2019-11-14 20:29
普朗克麻辣鸡
阅读(355)
推荐(0)
posted @ 2019-09-03 21:00
普朗克麻辣鸡
阅读(413)
推荐(0)
摘要:
<style> ul{ list-style:none; margin:0px; padding:0px; } ul li{ margin-left:15px; } ul li a{ display:block; height:30px; width:80px; line-height:30px;
阅读全文
posted @ 2019-08-30 18:48
普朗克麻辣鸡
阅读(4141)
推荐(1)
摘要:
public class Copy1 { public static void main(String[] args) throws IOException { File src=new File("src"); File dest=new File("dest"); if(src.equals(d
阅读全文
posted @ 2019-08-29 18:46
普朗克麻辣鸡
阅读(167)
推荐(1)
摘要:
public static void main(String[] args) { Scanner scanner=new Scanner(System.in); System.out.println("请输入一个几层的三角:"); int x=scanner.nextInt(); //int x=8
阅读全文
posted @ 2019-08-27 21:14
普朗克麻辣鸡
阅读(670)
推荐(1)
摘要:
public class year { public static void main(String arg[]){ Scanner a=new Scanner(System.in); System.out.print("请输入一个年份:"); int b=a.nextInt(); System.o
阅读全文
posted @ 2019-08-27 20:51
普朗克麻辣鸡
阅读(987)
推荐(1)