码迷,mamicode.com
首页 >  
搜索关键字:appearance    ( 712个结果
myeclipse10 优化设置
http://it.oyksoft.com/post/5898/ 一、Myeclipse10修改字体MyEclipse10是基于Eclipse3.7内核,但在Eclipse的Preferences-〉general-〉Appearance->Colors and Fonts 中并没有找到Courie ...
分类:系统相关   时间:2016-10-22 07:29:47    阅读次数:276
7_nodejs angularjs
webstrom使用: ctrl+b/点击,代码导航,自动跳转到定义 ctrl+n跳转指定类 ctrl+d复制当前行ctrl+enter另起一行ctrl+y删除当前行 ctrl+alt/shift+b跳转方法实现/定义处 包裹/去掉外围代码unwrap... 主题appearance 字体edito ...
分类:Web程序   时间:2016-10-14 11:49:30    阅读次数:253
rtabmap_ros---43
一、前言 RTAB-Map (Real-Time Appearance-Based Mapping)是一种基于全局贝叶斯闭环检测的RGB-D Graph SLAM方法。它可以用kinect的深度信息结合kinect变 换得到的激光数据进行即时定位与建图(gmapping算法志只用到了kinect转换 ...
分类:其他好文   时间:2016-10-13 02:32:26    阅读次数:428
去掉 input type="number" 在浏览器中遗留的图标样式
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{ /* chrome */ -webkit-appearance: none!important; margin: 0; }input[type="number"]{- ...
分类:其他好文   时间:2016-10-07 01:31:55    阅读次数:136
phpstorm主题设置
想把界面全部设置成这样的深色系只需要几步File|Settings|Appearance&Behavior|AppearanceUIOptionsTheme:Darcula你还可以去官网下载更多的主题。phpstorm主题
分类:Web程序   时间:2016-09-29 22:34:45    阅读次数:185
iOS导航栏状态栏相关
状态栏设置颜色没用: [[UINavigationBar appearance] setBackgroundImage:[[UIImage alloc] init] forBarPosition:UIBarPositionAny barMetrics:UIBarMetricsDefault]; [[ ...
分类:移动开发   时间:2016-09-26 13:14:07    阅读次数:188
safari下按钮样式失效
这两天遇到一个问题,页面在安卓手机里面正常显示,但是在IOS里面按钮的样式完全失效了,一番了解之后才知道是appearance属性的原因。在原来的样式里面加上一行"-webkit-appearance:none;",IOS下的按钮样式立马显示出来了#btn{width:80%;padding:2%0;color:#fff;font-family:‘..
分类:其他好文   时间:2016-09-23 21:59:10    阅读次数:133
移动端网站或APP点击后出现闪动或灰色背景
移动端网站或APP点击后出现闪动或灰色背景 隐藏文本框阴影:(去除文本框默认样式) input, textarea{-webkit-appearance: @none;} 取消手机点击屏幕时,会出现的灰块 html,body{-webkit-text-size-adjust: 100%;-webki ...
分类:移动开发   时间:2016-09-20 16:39:15    阅读次数:205
September 17th 2016 Week 38th Saturday
Our eyes do not show a lack of beauty, but a lack of observation. 世上不是缺少美,而是缺少发现美的眼睛。 Don't pay too much attention on people's appearance. Try to find ...
分类:其他好文   时间:2016-09-17 07:11:36    阅读次数:109
best performance / best appearance
...
分类:移动开发   时间:2016-09-09 11:43:31    阅读次数:144
712条   上一页 1 ... 25 26 27 28 29 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!