IP地址子网划分和子网掩码计算今天主要介绍IPv4,有类编址方面的一些方法首先IP地址分为5类 <div style="color:#fff"> @parent <br> {{$content}} </div> @stop <!-- 2. 模板中调用PHP代码 --> {{ date("Y-m-d",time( ...
分类:
其他好文 时间:
2020-04-27 22:55:20
阅读次数:
102
@charset "utf-8";html{background-color:#fff;color:#000;font-size:12px} body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,b ...
分类:
Web程序 时间:
2020-03-22 15:51:26
阅读次数:
446
对于谷歌浏览器input输入框,下拉列表选中之后,input背景色变黄,这是什么鬼, 经查看,原来是这个在搞鬼, 解决方案: input:-webkit-autofill{ -webkit-box-shadow:0 0 0px 1000px #fff inset;} ...
分类:
其他好文 时间:
2020-03-18 18:43:07
阅读次数:
75
<style> /*手机*/ @media screen and (max-width:600px){ .box_2 { padding-top: 45px; padding-bottom: 50px; /* background: #fff; */ /* 添加背景图片 */ background- ...
分类:
移动开发 时间:
2020-03-10 16:01:01
阅读次数:
63
<style> .head_pic{ width: 200px; height: 200px; background: #fff; /* border: 1px solid #e1e1e1; */ border-radius: 8px; margin: 10px auto; overflow: hi ...
分类:
Web程序 时间:
2020-03-05 10:28:54
阅读次数:
143
通过继承BaseMapper就可以获取到各种各样的单表操作 插入操作: @Test public void testInsert(){ User user = new User(); user.setAge(20); user.setEmail("test@fff.cn"); user.setNam ...
分类:
其他好文 时间:
2020-03-03 14:29:55
阅读次数:
82
事件监听可以使用 v-on 指令 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>demo</title> </head> <style> .base{color:#fff} .pink{background:pink} </s ...
分类:
Web程序 时间:
2020-03-02 15:00:06
阅读次数:
90