Attached the video link hereDoc requirements:TODO1. English doc2. Mark the important note 语法框架:10种词性、9种成分、8种句型10种词性nounpronoun we, that, all, whonumer... ...
分类:
其他好文 时间:
2020-02-27 17:39:03
阅读次数:
260
!important规则最重要,大于其它规则 行内样式规则,加1000 eg,<html> <head> </head> <body> <h3>站长中心</h3><p style="padding-left: 60;color: blue">站长 </p> </body></html> 对于选择器中 ...
分类:
Web程序 时间:
2020-02-27 13:01:12
阅读次数:
85
css选择器: 权重 尽量避免使用!important 覆盖!important ...
分类:
Web程序 时间:
2020-02-26 18:57:11
阅读次数:
86
实际开发搞搞起来!!!! rem适配方案 媒体查询+rem+less 基础知识铺垫 第一步,我们需要拿到设计稿,安装设计稿的要求来设置一个合适的html字体大小。 第二步,计算元素大小的取值 页面rem = 页面元素值(设计稿) / (屏幕的宽度/划分的份数) (屏幕的宽度/划分的份数) = htm ...
分类:
移动开发 时间:
2020-02-26 17:12:49
阅读次数:
84
Quick pow is very important and basics. 法一(递归法): 先举个栗子: 求2 ^10? 我们将它分为下面五步: 2^10 = 2^5 * 2^5 2^5 = 2 * 2^4 2^4 = 2^2 * 2^2 2^2 = 2^1 * 2^1 2^1 = 2 * 2 ...
分类:
其他好文 时间:
2020-02-23 15:00:27
阅读次数:
127
This simple example raises a number of important points. First, the price is set by the buyer who is willing to pay the highest price. This price is n ...
分类:
其他好文 时间:
2020-02-23 11:53:35
阅读次数:
81
简介 今天参加i春秋新春抗疫赛 一道web没整出来 啊啊啊 好垃圾啊啊啊啊啊啊啊 晚上看群里赵师傅的buuoj平台太屌了分分钟上线 然后赵师傅还分享了思路用handler语句绕过select过滤。。。。 原题复现: 考察知识点:SQL注入漏洞-堆叠注入、注入绕过 线上平台:https://buuoj ...
分类:
数据库 时间:
2020-02-23 10:02:18
阅读次数:
136
新的存储网站,和存储单元dropbox 待办https://www.dropbox.com/homegoogle 登陆 google邮箱 密码 521google ...
分类:
Web程序 时间:
2020-02-22 00:33:21
阅读次数:
88
是谁在耳边对我说!important提升权重优先级,只为这一句,我用了3600s研究通配符与标签!important的背景展示,也是让我怀疑人生了!选择器权值:标签选择器1,类选择器和伪类选择器:10,ID选择器:100,通配符选择器:0,行内样式:1000,!important 在一定条件下,优先... ...
分类:
其他好文 时间:
2020-02-21 19:55:41
阅读次数:
101
一、按钮数组,选中时,样式改变(小程序 + vant weapp ,其他的按照需求改改便好) 1.Template: <view v-for="(item, index) in size" :key="index" class="standard-button-single"> <van-butto ...
分类:
其他好文 时间:
2020-02-20 10:28:56
阅读次数:
574