摘要:
1 package com.haifei.jedis.test; 2 3 import org.junit.Test; 4 import redis.clients.jedis.Jedis; 5 6 public class JedisTest { 7 8 /** 9 * 快速入门jedis 10 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
客户端 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>用户注册</title> 6 <script src="js/jquery-3.3.1.min.js"></script> 7 <s 阅读全文
摘要:
1 package com.haifei.domain; 2 3 import com.fasterxml.jackson.annotation.JsonFormat; 4 import com.fasterxml.jackson.annotation.JsonIgnore; 5 6 import 阅读全文
摘要:
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>5-json语法-定义和取值</title> 6 <script> 7 //1 基本格式 8 var person = {"name":"z 阅读全文
摘要:
1 package com.haifei.web.servlet; 2 3 import javax.servlet.ServletException; 4 import javax.servlet.annotation.WebServlet; 5 import javax.servlet.http 阅读全文