码迷,mamicode.com
首页 >  
搜索关键字:highlight    ( 8728个结果
Python __str__(self)和__unicode__(self)
官方文档:https://docs.python.org/2.7/reference/datamodel.html?highlight=__mro__ object.__str__(self) Called by the str() built-in function and by the prin...
分类:编程语言   时间:2015-03-05 20:42:38    阅读次数:155
去除android手机浏览器中, 按住链接出现border的情况
body{ -moz-user-select:none; -webkit-user-select:none; -webkit-tap-highlight-color:transparent;}
分类:移动开发   时间:2015-02-13 19:53:25    阅读次数:212
手机网页点击后出现蓝色框
在手机网页中点击某一个链接或是文本框后通常会在上面出现一个蓝色的透明的框(不同手机颜色有差别)。在网页中可以使用一个css修改这个框的颜色。 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 上述代码中设定颜色为白色,透明度为0。应用之...
分类:移动开发   时间:2015-02-11 18:04:36    阅读次数:203
去除浏览器输入框等的边框(包括手机浏览器)
在电脑上只需加入input{ outline:none}input:focus{ outline:none}而在手机浏览器上是没有效果的手机浏览器需要设置input{ -webkit-tap-highlight-color:rgba(0,0,0,0);}input:focus{ ...
分类:移动开发   时间:2015-02-10 10:58:14    阅读次数:179
Android应用切换皮肤功能实现(二)
原文地址http://www.apkbus.com/forum.php?mod=viewthread&tid=149034&highlight=%E7%9A%AE%E8%82%A4上次写完应用切换皮肤功能实现的时候,有网友提了些问题。我觉得上次说的还不够详细吧。现在接着再写详细点。这次再在布局里增加...
分类:移动开发   时间:2015-01-26 16:51:53    阅读次数:232
前端实用插件-辅助
Flexi a pure JavaScript color pickerhttp://www.daviddurman.com/flexi-color-picker/highlight Syntax highlighting for the Webhttps://highlightjs.org/?J....
分类:其他好文   时间:2015-01-24 18:37:24    阅读次数:228
codemirror 小功能的添加(点击删除默认的提示语)
最近要写一个简单的html网页的日志规范,领导建议用一些目前流行的code代码高亮度显示插件(javascript)等。然后,就开始对各种不通的code代码显示插件的研究。研究的目标:(1)有一个纯文本显示(highlight,codemirror都可以实现);(2)一个输入代码高亮度显示(codemirror..
分类:其他好文   时间:2015-01-22 15:45:42    阅读次数:1342
shell基础(转)
shell基础1:文件安全与权限http://bbs.chinaunix.net/forum/viewtopic.php?t=434579&highlight=wingger附:Linux的用户和用户组管理http://bbs.chinaunix.net/forum/viewtopic.php?t=...
分类:系统相关   时间:2015-01-21 13:24:57    阅读次数:231
ckeditor4.4.6添加代码高亮
研究了很久才发现,在ckeditor4.4.6中添加代码高亮超级简单啊,下面直接上过程ckeditor4.4.6支持自定义代码高亮,利用Code Snippet插件并默认启用highlight.js库去ckeditor官网下载Code Snippet,然后把解压的文件codesnippet添加到ck...
分类:其他好文   时间:2015-01-16 14:36:50    阅读次数:248
CSS 兼容手机浏览器 点击蓝色边框
* { -webkit-tap-highlight-color: transparent; -webkit-appearance: none; } CSS放入全局,屏蔽部分手机浏览器 点击链接出现蓝色虚线框。...
分类:移动开发   时间:2015-01-14 16:52:04    阅读次数:350
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!