sass的使用 减少重复的工作 1.变量的声明: 是以$开头给变量命名; $height-color: #F30 2.变量的使用范围: 变量可以在多个地方存在,不一定限制在代码块中。但是如果定义在了代码块中,则只能在代码块中使用。 先在外面或者上面给属性命名,在使用的地方应用这些变量。 3.变量的命 ...
分类:
其他好文 时间:
2019-10-14 16:21:27
阅读次数:
111
135. 数字组合 中文 English English 给定一个候选数字的集合 candidates 和一个目标值 target. 找到 candidates 中所有的和为 target 的组合. 在同一个组合中, candidates 中的某个数字不限次数地出现. 给定一个候选数字的集合 can ...
分类:
其他好文 时间:
2019-10-13 23:35:17
阅读次数:
102
网站错误访问常见的状态提示代码:404、403、500、502 我们在使用wordpress建立网站的时候,会遇到一些问题,一般来说分为2种情况。 第一种情况是程序报错:程序报错一般会直接在网站顶部或者网站其他部分显示错误或者警告提示,如error:… 、Notice:….、 warning:…. ...
分类:
其他好文 时间:
2019-10-12 12:53:54
阅读次数:
89
1php -l test.php二、基本调试基本调试 API:1var_dump($var);print_r($var);echo $var;基本的配置:1display_errors、log_errors、error_reporting、error_log备注:有时候,会关闭报错,需要手动开启。常... ...
分类:
Web程序 时间:
2019-10-08 00:55:48
阅读次数:
173
# connect timeout in seconds# default value is 30sconnect_timeout=30 # network timeout in seconds# default value is 30snetwork_timeout=60 # the base p ...
分类:
其他好文 时间:
2019-09-19 11:58:43
阅读次数:
203
我发现网页版爱奇艺的广告用浏览器广告屏蔽插件去不掉,然后找到了改hosts的方法,可以去除客户端和网页的广告 在文件资源管理器打开 以文本编辑器编辑 在最后一行加入 屏蔽爱奇艺广告 203.208.43.119 notice.ppstream.com 203.208.43.119 api.cupid ...
分类:
其他好文 时间:
2019-09-19 10:37:07
阅读次数:
2530
第五天 A1009 Product of Polynomials (25 分) 题目内容 This time, you are supposed to find A×B where A and B are two polynomials. Input Specification: Each inpu ...
分类:
其他好文 时间:
2019-09-18 00:13:49
阅读次数:
113
#定义Nginx运行的用户和用户组user www www; #nginx进程数,建议设置为等于CPU总核心数。worker_processes 8; #全局错误日志定义类型,[ debug | info | notice | warn | error | crit ]error_log /var/ ...
分类:
其他好文 时间:
2019-09-17 09:40:59
阅读次数:
107
<view class='notice-wrap' hidden='{{hideNotice}}'> <view class='tongzhitext'> <text class="tongzhi-text">{{notice}}</text> </view> <view bindtap='swit ...
分类:
微信 时间:
2019-09-12 13:22:26
阅读次数:
1115
time()获得时间戳PHP的time()函数为您提供有关当前日期和时间的所有信息。它不需要参数但返回一个整数。time()返回的整数表示自1970年1月1日格林尼治标准时间午夜起经过的秒数。此时间称为UNIX纪元,自此以后经过的秒数称为时间戳。<html><head><title>E_NOTICE</title></head><b
分类:
Web程序 时间:
2019-09-04 11:32:48
阅读次数:
1579