上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页
  2019年9月2日
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>下载页面</title></head><body><a href="/day15/img/九尾.jpg">图片1</a><a href="/day15/img/1. 阅读全文
posted @ 2019-09-02 00:41 小猪_佩奇 阅读(614) 评论(0) 推荐(0) 编辑
  2019年9月1日
摘要: package com.hopetesting.web.servlet;import javax.imageio.ImageIO;import javax.servlet.ServletException;import javax.servlet.annotation.WebServlet;impo 阅读全文
posted @ 2019-09-01 21:43 小猪_佩奇 阅读(273) 评论(0) 推荐(0) 编辑
摘要: package com.hopetesting.web.servlet;import com.hopetesting.dao.UserDao;import com.hopetesting.domain.User;import org.apache.commons.beanutils.BeanUtil 阅读全文
posted @ 2019-09-01 01:30 小猪_佩奇 阅读(519) 评论(0) 推荐(0) 编辑
摘要: package com.hopetesting.dao;import com.hopetesting.domain.User;import com.hopetesting.util.JDBCUtil;import org.springframework.jdbc.core.BeanPropertyR 阅读全文
posted @ 2019-09-01 00:22 小猪_佩奇 阅读(201) 评论(0) 推荐(0) 编辑
  2019年8月31日
摘要: package com.hopetesting.web.request;import javax.servlet.ServletException;import javax.servlet.annotation.WebServlet;import javax.servlet.http.HttpSer 阅读全文
posted @ 2019-08-31 19:02 小猪_佩奇 阅读(3150) 评论(0) 推荐(0) 编辑
  2019年8月28日
摘要: 1、三次握手 1、三次握手 (1)三次握手的详述 首先Client端发送连接请求报文,Server段接受连接后回复ACK报文,并为这次连接分配资源。Client端接收到ACK报文后也向Server段发生ACK报文,并分配资源,这样TCP连接就建立了。 最初两端的TCP进程都处于CLOSED关闭状态, 阅读全文
posted @ 2019-08-28 21:08 小猪_佩奇 阅读(164) 评论(0) 推荐(0) 编辑
  2019年8月25日
摘要: <!DOCTYPE html><html lang="zh-CN"><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="w 阅读全文
posted @ 2019-08-25 21:46 小猪_佩奇 阅读(245) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>注册页面</title> <style> * { margin: 0px; padding: 0px; box-sizing: border-box; } body 阅读全文
posted @ 2019-08-25 15:37 小猪_佩奇 阅读(277) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>表格全选</title> <style> table { border: 1px solid; width: 500px; margin-left: 30%; } 阅读全文
posted @ 2019-08-25 14:19 小猪_佩奇 阅读(743) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>动态表格</title> <style> table { border: 1px solid; margin: auto; width: 500px; } td, 阅读全文
posted @ 2019-08-25 00:16 小猪_佩奇 阅读(205) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页