使用dropbox自动同步自己mac上的文件夹:ln -s /Volumes/Macintosh_HD_2/Programs/00-My_Programs /Users/foreverycc/Dropbox/My_Program# 1. must be full absolute path ( "~...
分类:
系统相关 时间:
2015-01-08 07:05:54
阅读次数:
337
先看看w3c关于浮动float和绝对定位absolute的讲解:float:浮动的框可以向左或向右移动,直到它的外边缘碰到包含框或另一个浮动框的边框为止。由于浮动框不在文档的普通流中,所以文档的普通流中的块框表现得就像浮动框不存在一样。absolute:设置为绝对定位的元素框从文档流完全删除,并相对...
分类:
其他好文 时间:
2015-01-07 14:33:17
阅读次数:
201
今天写了个下拉插件分享出来 效果: , 可以搜素,也可以使用上下键选择匹配出来的值 css .select4_box{border: 1px solid #5897fb;position: absolute;width:250px;background: #fff;
border-radius: 4px;-webkit...
分类:
Web程序 时间:
2015-01-07 13:20:03
阅读次数:
121
所有元素产生偏移一的参照物是文档(浏览器的左上角)会产生偏移量的属性:标准流(就是盒子上下排列),float,margin,position的absolute或rellative定位是在margin外面开始定位的offsetLeft/offsetTop 左偏移和上偏移offsetHeight...
分类:
其他好文 时间:
2015-01-06 22:57:47
阅读次数:
186
1.Technical Q&A QA1398Mach Absolute Time Unitshttps://developer.apple.com/library/mac/qa/qa1398/_index.html2.Kernel Programming Guidehttps://developer...
分类:
移动开发 时间:
2015-01-05 12:37:56
阅读次数:
256
Indigital image processing, thesum of absolute differences(SAD) is an algorithm for measuring the similarity between imageblocks. It works by taking t...
分类:
其他好文 时间:
2015-01-05 10:48:34
阅读次数:
156
&:after { position: absolute; bottom: 0; left: 50%; content: ""; display: inline-block; ...
分类:
其他好文 时间:
2015-01-04 18:59:48
阅读次数:
182
Given an absolute path for a file (Unix-style), simplify it.For example,path = "/home/", => "/home"path = "/a/./b/../../c/", => "/c"click to show corn...
分类:
其他好文 时间:
2015-01-04 06:27:08
阅读次数:
225
1. Context.getFilesDir()http://developer.android.com/reference/android/content/Context.html#getFilesDir()"Returns the absolute path to the directory o...
分类:
移动开发 时间:
2014-12-31 14:16:06
阅读次数:
189
看大前端博客,找到一个超好用的css浮出层,文章地址:http://www.daqianduan.com/4518.html ◆◆ ◆◆ ◆◆ ◆◆ Hi,知道吗? 大前端D7主题很快就疯抢了!/* poptip */.poptip{position: absolute...
分类:
Web程序 时间:
2014-12-30 16:42:00
阅读次数:
197