 
                mysql DATE_FORMAT 年月日时分秒格式化
SELECT DATE_FORMAT(NOW(), '%Y-%m-%d %H:%i:%s')
 
                SELECT DATE_FORMAT(NOW(), '%Y-%m-%d %H:%i:%s')
 
                https://www.cnblogs.com/fsjohnhuang/p/4094777.htmlhttps://blog.csdn.net/lonely_fireworks/article/details/796...
 
                根据用途和安全性级别的不同,IP地址还可以大致分为两类:公共地址和私有地址。公用地址在Internet中使用,可以在Internet中随意访问。私有地址只能在内部网络中使用,只有通过代理服务器才能与Internet通...
 
                https://blog.csdn.net/pkaq_/article/details/52230005
 
                @RunWith(SpringRunner.class) @SpringBootTest(classes = StartUpApplication.class, webEnvironment = SpringBoo...