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
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
一、前言 RTAB-Map (Real-Time Appearance-Based Mapping)是一种基于全局贝叶斯闭环检测的RGB-D Graph SLAM方法。它可以用kinect的深度信息结合kinect变 换得到的激光数据进行即时定位与建图(gmapping算法志只用到了kinect转换 ...
分类:
其他好文 时间:
2016-10-13 02:32:26
阅读次数:
428
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
想把界面全部设置成这样的深色系只需要几步File|Settings|Appearance&Behavior|AppearanceUIOptionsTheme:Darcula你还可以去官网下载更多的主题。phpstorm主题
分类:
Web程序 时间:
2016-09-29 22:34:45
阅读次数:
185
状态栏设置颜色没用: [[UINavigationBar appearance] setBackgroundImage:[[UIImage alloc] init] forBarPosition:UIBarPositionAny barMetrics:UIBarMetricsDefault]; [[ ...
分类:
移动开发 时间:
2016-09-26 13:14:07
阅读次数:
188
这两天遇到一个问题,页面在安卓手机里面正常显示,但是在IOS里面按钮的样式完全失效了,一番了解之后才知道是appearance属性的原因。在原来的样式里面加上一行"-webkit-appearance:none;",IOS下的按钮样式立马显示出来了#btn{width:80%;padding:2%0;color:#fff;font-family:‘..
分类:
其他好文 时间:
2016-09-23 21:59:10
阅读次数:
133
移动端网站或APP点击后出现闪动或灰色背景 隐藏文本框阴影:(去除文本框默认样式) input, textarea{-webkit-appearance: @none;} 取消手机点击屏幕时,会出现的灰块 html,body{-webkit-text-size-adjust: 100%;-webki ...
分类:
移动开发 时间:
2016-09-20 16:39:15
阅读次数:
205
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