码迷,mamicode.com
首页 >  
搜索关键字:i see    ( 2224个结果
CSS 实现单边阴影
五个值分别为:x y blur spread color 将 spread 设置成 x 或 y 的绝对值的负值即可 see: codepen ...
分类:Web程序   时间:2018-03-29 20:05:59    阅读次数:332
CSS外边距属性,深入理解margin
margin See the Pen margin by wmui (@wmui) on CodePen. 该属性用于设置元素的外边距,外边距是透明的,默认值0。这是一个简写属性,属性值最多为4个,例如 ,分别表示上外边距、右外边距、下外边距、左外边距。属性值也可以是3个,例如 ,表示上外边距、左右 ...
分类:Web程序   时间:2018-03-27 12:25:05    阅读次数:884
How DNS Work
How DNS Work When the client try to connect to a hostname, it go through the following process 1) Check it own cache, to see if it can find it, ipconf ...
分类:其他好文   时间:2018-03-27 10:25:41    阅读次数:158
ngVerify - 更高效的 angular 表单验证
ngVerify v1.5.0 a easy Angular Form Validation plugin.简洁高效的__angular表单验证插件__ See how powerful it.看看它有多强大 动态校验 自动关联提交按钮 多种 tip 校验消息提示 不只校验 dom 元素值,还可以校 ...
分类:其他好文   时间:2018-03-24 23:52:48    阅读次数:431
leetcode-8. String to Integer (atoi)
1 题目 Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see b ...
分类:其他好文   时间:2018-03-24 11:31:25    阅读次数:138
IDEA: 遇到问题Error during artifact deployment. See server log for details.详解
IDEA 的配置确实有些烦人,完整的配置我之前发过,现在有个著名的报错: Error during artifact deployment. See server log for details. 这个很多人都找不出来,原因无非2个: 一、jar 包有有些没能识别,tomcat没有配置好! 二、这个 ...
分类:其他好文   时间:2018-03-22 17:21:02    阅读次数:215
052-224(新增70题2018)
View the Exhibit to see the data in the emp table. You created a PRIMARY KEY constraint on the empno column of the emp table, and the constraint is no ...
分类:其他好文   时间:2018-03-21 13:49:26    阅读次数:133
[LeetCode] 355. Design Twitter 设计推特
Design a simplified version of Twitter where users can post tweets, follow/unfollow another user and is able to see the 10 most recent tweets in the u ...
分类:其他好文   时间:2018-03-21 11:34:15    阅读次数:232
httpd配置
# This is the main Apache HTTP server configuration file. It contains the# configuration directives that give the server its instructions.# See <URL:h ...
分类:Web程序   时间:2018-03-19 16:51:32    阅读次数:241
Linux Programming
You can use the cat command to see the content of a file and display the line numbers by using the -b option along with the cat command as follows You ...
分类:系统相关   时间:2018-03-15 16:33:16    阅读次数:161
2224条   上一页 1 ... 51 52 53 54 55 ... 223 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!