首先看看MS对Visual Styles的解释: Windows XP and later operating systems support a feature called visual styles that enables the appearance of common controls ...
分类:
其他好文 时间:
2016-03-31 18:35:07
阅读次数:
232
1.设置全局导航backButton标题为nil [[UIBarButtonItem appearance] setBackButtonTitlePositionAdjustment:UIOffsetMake(NSIntegerMin, NSIntegerMin) forBarMetrics:UIB ...
分类:
其他好文 时间:
2016-03-31 14:44:22
阅读次数:
181
因为个人习惯,喜欢把eclipse的文本编辑框背景调成全黑色,可是代码提示框的默认背景色也是黑色。所以两者就冲突了。导致看不到代码提示框的内容。后来发现代码提示框的背景色能够改动。改动内容例如以下: 在窗体(windows)-->首选项(preference)-->外观(Appearance)--> ...
分类:
系统相关 时间:
2016-03-31 14:18:06
阅读次数:
191
// 导航条 变透明,去掉黑线 [[UINavigationBar appearance] setBackgroundImage:[[UIImage alloc] init] forBarPosition:UIBarPositionAny barMetrics:UIBarMetricsDefault ...
分类:
其他好文 时间:
2016-03-31 10:42:33
阅读次数:
136
之前遇到过这个问题,今天无意中在网上看见博文 记录一下。 设置这个就好: -webkit-appearance : none ; ...
分类:
移动开发 时间:
2016-03-30 19:32:48
阅读次数:
173
一、按钮点击时出现黑色背景 解决方法: 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
编辑器设置1、设置代码的字体类型和大小 Window -> Preferences -> General -> Appearance -> Content Assist -> Colors and Fornts,只需修改 Basic 里面的 Text Font 就可以了2、设置快捷键 windows... ...
分类:
系统相关 时间:
2016-03-29 20:59:22
阅读次数:
278
将浏览器默认的下拉框样式清除,然后应用上自己的,再附一张向右对齐小箭头的图片即可。 IE8/9并不支持 appearance:none CSS属性,想要支持的话可能需要非常特殊的方法,参考SF: 我们需要为其添加一个父容器,容器是用来覆盖小箭头的,然后为select添加一个向右的小偏移或者宽度大于父 ...
分类:
Web程序 时间:
2016-03-27 15:23:12
阅读次数:
184
注意:因为使用的工具和SDK版本不同,过程可能就不同,我把我试验过的几种情况都会说下。
一、工具和SDK版本:Android studio1.51, SDK版本:23 (最新的6.0)
二、工具和SDK版本:Android studio1.51, SDK版本:21
在这两种情况之前你必须做好一件事:安装NDK。过程如下:
在setting 中appearance -> And...
分类:
移动开发 时间:
2016-03-27 11:12:08
阅读次数:
1480
Options->Session Options,接着在Terminal->Appearance页签中设定Character encoding为Unicode (UTF-8)。
分类:
系统相关 时间:
2016-03-21 12:11:50
阅读次数:
280