摘要:
package com.itheima.web; import com.itheima.pojo.User; import com.itheima.service.UserService; import javax.servlet.*; import javax.servlet.http.*; im 阅读全文
posted @ 2023-04-20 22:46
嘎嘎鸭1
阅读(9)
评论(0)
推荐(0)
摘要:
package com.itheima.web; import com.itheima.pojo.User; import com.itheima.service.UserService; import javax.servlet.*; import javax.servlet.http.*; im 阅读全文
posted @ 2023-04-20 22:46
嘎嘎鸭1
阅读(9)
评论(0)
推荐(0)
摘要:
今天完成了求职人岗位推荐 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>简历推荐</title> <style> .el-header { background-color: #d2d5e0; color: 阅读全文
posted @ 2023-04-19 18:55
嘎嘎鸭1
阅读(15)
评论(0)
推荐(0)
摘要:
package com.itheima.web; import com.itheima.pojo.User; import com.itheima.service.UserService; import javax.servlet.ServletException; import javax.ser 阅读全文
posted @ 2023-04-19 18:55
嘎嘎鸭1
阅读(5)
评论(0)
推荐(0)
摘要:
今天完成了求职人信息管理 1.信息展示 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>用户个人信息</title> <style> .el-header { background-color: #d2d5e 阅读全文
posted @ 2023-04-18 19:01
嘎嘎鸭1
阅读(10)
评论(0)
推荐(0)
摘要:
package com.itheima.web; import com.itheima.pojo.User; import com.itheima.service.UserService; import javax.servlet.*; import javax.servlet.http.*; im 阅读全文
posted @ 2023-04-18 19:01
嘎嘎鸭1
阅读(11)
评论(0)
推荐(0)
摘要:
package com.itheima.service; import com.itheima.mapper.UserMapper; import com.itheima.pojo.User; import com.itheima.util.SqlSessionFactoryUtils; impor 阅读全文
posted @ 2023-04-17 20:29
嘎嘎鸭1
阅读(6)
评论(0)
推荐(0)
摘要:
名字 张三 年龄性别 22,男 职位 刚毕业的本科学生 收入 实习生或零 知识层次 本科大学 生活 计算机系出身 动机目的困难 刚毕业没有合适的工作,想要找到一份适合计算机的工作,找不到途径来快速找到适合自己的工作 用户偏好 javaweb开发 用户比例 ? 典型场景 用户注册登录 查看适合自己的工 阅读全文
posted @ 2023-04-17 18:47
嘎嘎鸭1
阅读(9)
评论(0)
推荐(0)
摘要:
今天进行了登陆注册界面的编程。 登录界面代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style lang="less" scoped> .body { margin-l 阅读全文
posted @ 2023-04-17 15:49
嘎嘎鸭1
阅读(14)
评论(0)
推荐(0)
摘要:
https://www.bilibili.com/video/BV1Rh4y1p7vJ/?vd_source=3da436af71d03773232f172b05d57001 团队视频地址 阅读全文
posted @ 2023-04-12 18:26
嘎嘎鸭1
阅读(14)
评论(0)
推荐(0)
摘要:
第一天,进行了分工。 进行了编程的环境配置, <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XML 阅读全文
posted @ 2023-04-12 18:26
嘎嘎鸭1
阅读(12)
评论(0)
推荐(0)
|