1、伪类 参考链接: "CSS 伪类|runoob.com" css伪类,个人理解内容为,为了提供一下选择器的特殊功能,给我感觉最有用的是:hover(哈哈,我水平也比较低) 参考链接中也有所有的伪类链接。 :not() 伪类 参考链接: "否定伪类|MDN" / 类名不是 的 元素 / p:not ...
分类:
其他好文 时间:
2018-06-23 18:53:38
阅读次数:
162
1.什么是错误处理,什么是异常。 https://www.zhihu.com/question/19918532 关于错误处理,这个错误并不是我们平常的Trapped Error和UnTrapped Error。而是我们定制的错误,也就是说,程序能够运行,但是最后得到的结果并不是我们想得到的答案,此 ...
来源:https://www.zhihu.com/question/19599986 作者: https://www.zhihu.com/people/yuan-hao-yang/answers IT运维人员的视角比较好一些. 首先的首先,我想请各位玩家,你们不要自己最近新玩上什么就觉得什么好,然后 ...
分类:
系统相关 时间:
2018-06-22 10:18:36
阅读次数:
281
转自百度知道:https://zhidao.baidu.com/question/557013141.html ...
分类:
其他好文 时间:
2018-06-21 22:30:50
阅读次数:
205
Browsing the web Enter google.com, who is this google.com This question gets asked all the way down to our ISP(Internet Service Provider), like Verizo ...
分类:
Web程序 时间:
2018-06-21 11:25:25
阅读次数:
214
问题: RGB颜色 都是0为黑色而255是白色 与日常生活的黑色白色差距怎么那么大,(与物理学中的黑色吸收光是否相悖)而且为什么要这样定义呢? 链接:https://www.zhihu.com/question/22590703/answer/21891955来源:知乎 这是因为两种颜色的产生方法不 ...
分类:
其他好文 时间:
2018-06-20 23:58:45
阅读次数:
996
2种方式:1 正确配置证书;2 如果没有正确配置证书,在代理服务器的防火墙上添加例外 https://zhidao.baidu.com/question/244427203945580524.html?qbl=relate_question_0&word=%D4%DAmac%C9%CF%D4%F5% ...
分类:
其他好文 时间:
2018-06-20 16:36:07
阅读次数:
752
1.https://blog.csdn.net/bobobe/article/details/80489303 2.https://www.zhihu.com/question/46688107 3.https://blog.csdn.net/chonghlyln/article/details/7 ...
分类:
其他好文 时间:
2018-06-20 12:48:28
阅读次数:
113
UDP实现的可靠协议,基本都会对TCP的某一部分进行加强,另外一部分进行削弱。因为: “实时性+可靠性+公平性” 三者不能同时保证,因此可以牺牲TCP的局部公平性来换取更好的实时性,或者更浪费点带宽,来实现更低的延迟。 看一个很有趣的问题: QQ 为什么采用 UDP 协议,而不采用 TCP 协议实现 ...
分类:
其他好文 时间:
2018-06-20 11:11:15
阅读次数:
128
http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1149 F(x) = 1 (0 <= x < 4) F(x) = F(x - 1) + F(x - pi) (4 <= x) Pi = 3.1415926535..... 现 ...
分类:
其他好文 时间:
2018-06-19 20:38:12
阅读次数:
204