团队作业第七天
今日完成了字段的提取,前端绘制
<%-- Created by IntelliJ IDEA. User: 86158 Date: 2023/4/18 Time: 16:23 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>Title</title> <link href="Css/indexCss.css" rel="stylesheet"> </head> <body> <h1><td>智能简历解析</td></h1> <form action="/uploadServlet" method="post" enctype="multipart/form-data"> <div id="div1"> <div > 上传人:<input type="text" name="name"> </div> </div> <div id="file_input"> <textarea id="textarea_input" rows="10"></textarea></br> 上传文件: <input type="file" id="filecss" placeholder="文件上传" name="myfile" ><br> <p class="text-red">(支持格式:pdf|doc|docx|txt|odt|RTF|HTML|JPG等30多种格式, 最大8M)</p> </div> <input class="mybutton" type="submit" value="提交"> </form> </body> </html>
html{ height: 100%; width: 100%; overflow: hidden; margin: 0; padding: 0; background: url(../imgs/Desert1.jpg) no-repeat 0px 0px; background-repeat: no-repeat; background-size: 100% 100%; -moz-background-size: 100% 100%; } h1{ color: #0a5995; font-size: 30px; /* 字体大小 */ font-weight: bolder; /* 字体加粗 */ /*字体背景颜色*/ font-style: italic; /* 字体阴影*/ font-family: "Microsoft Yahei", "微软雅黑", "Pinghei"; text-align: center; text-shadow: 1px 1px; } input[type=text] { /* 通过border设置边框样式 */ border:1px solid #191817; border-radius: 10px; } #filecss { width:70px; height:24px; margin-top:1px; } .mybutton { border-color: cornsilk; /*margin: 36px;*/ text-align: center; background-color: rgba(10, 107, 206, 0.7); color: aliceblue; border-style: hidden; border-radius: 5px; width: 100px; height: 31px; font-size: 16px; display: block; margin:50px auto } #name_input{ font-family: 华文行楷; font-size: 24px; margin-top: 36px; margin-left: 570px; } #file_input{ margin-top: auto; font-family: 华文行楷; font-size: 24px; margin-top: 36px; margin-left: 520px; } #textarea_input{ margin-top: auto; margin-bottom: 32px; border:0; border-radius:5px; background-color:rgba(241,241,241,.98); width: 355px;height: 100px; padding: 10px; resize: none; } #div1{ margin-top: auto; font-family: 华文行楷; font-size: 24px; line-height: 80px; /*margin-top: 36px;*/ /*margin-left: 520px;*/ width: auto; height: 80px; text-align: center; background-color: rgba(75, 81, 95, 0.3); display: flex; box-shadow: 7px 7px 17px rgba(12, 80, 144, 0.5);/*边框偏移量-X,-y,-阴影模糊半径,-阴影颜色*/ border-radius: 30px;/*边框圆滑程度*/ /*弹性布局 justify-content:flex在x上的偏移量 align-items:flex在y上的偏移量 */ display: flex; justify-content: center; align-items: center; } p{ margin-top: auto; font-family: 楷体; font-size: 12px; margin-top: 18px; margin-left: 2px; }
明日任务:全部字段提取并保存到数据库
问题:今日暂时无问题
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· winform 绘制太阳,地球,月球 运作规律
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
· 超详细:普通电脑也行Windows部署deepseek R1训练数据并当服务器共享给他人