码迷,mamicode.com
首页 >  
搜索关键字:highlight    ( 8728个结果
sublimetext 3 set
from https://segmentfault.com/a/1190000002596724{ "font_size": 21, "highlight_line": true, "show_full_path": true, "ignored_packages": [ "Vintage" ], ...
分类:其他好文   时间:2016-04-23 22:52:53    阅读次数:152
HTML小技巧
去除手机中按钮点击默认有灰色背景: *{ tap-highlight-color:rbga(0, 0, 0, 0); -webkit-tap-highlight-color:rgba(0,0,0,0);} // 禁止右键和手指长按事件 document.oncontextmenu = new Fun ...
分类:Web程序   时间:2016-04-19 11:59:05    阅读次数:200
ztree 2.0 节点搜索
最近做了一个简单的功能,树节点的搜索。ztree的版本的2.0,3.X以上的版本请百度解决办法。 1、在setting中增加 后台生成树的代码中 需要添加一个 自定义属性 highlight,其值为 false、 2、页面上需要定义一个input和一个搜索按钮, 下面的方法是 按钮的点击方法。 上面 ...
分类:其他好文   时间:2016-04-09 21:53:46    阅读次数:327
事件 与 中断 装载自 openedv
http://www.openedv.com/forum.php?mod=viewthread&tid=2495&highlight=%D6%D0%B6%CF%2B%BA%CD%2B%2B%CA%C2%BC%FE 中断和事件的产生源都可以是一样的! 之所以分成2个部分,由于中断是需要CPU参与的,需 ...
分类:其他好文   时间:2016-04-03 21:58:19    阅读次数:122
python3.4 build in functions from 官方文档 翻译中
2. Built-in Functions https://docs.python.org/3.4/library/functions.html?highlight=file The Python interpreter has a number of functions and types bui ...
分类:编程语言   时间:2016-04-01 00:45:26    阅读次数:319
opencv拼接相关1
这里面都是一些比较杂的东西,没什么实际意义。主要是为了,后面能跑一个程序: Stitcher: 抠细节: http://docs.opencv.org/2.4.2/modules/stitching/doc/high_level.html?highlight=stitcher#stitcher St ...
分类:其他好文   时间:2016-03-30 19:37:17    阅读次数:231
Web移动端常见问题
一、按钮点击时出现黑色背景 解决方法: 1.class { -webkit-tap-highlight-color:rgba(0,0,0,0);} 2.class { -webkit-appearance: none; -webkit-tap-highlight-color: transparent ...
分类:移动开发   时间:2016-03-30 14:55:32    阅读次数:149
去除手机端a标签等按下去背景色
a,button,input,textarea,label,i,em{/*highlight*/ -webkit-tap-highlight-color: rgba(255,0,0,0); border: 0; -webkit-appearance: none; }
分类:移动开发   时间:2016-03-10 12:34:24    阅读次数:347
vimperator setting records
vimperator confugration files:highlight Hint color:#000;background:rgb(250,230,150);border-radius:4px;width:20px;height:16px;font-size:14px;font-weigh
分类:系统相关   时间:2016-03-09 01:20:56    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!