myeclipse 10 优化博客分类:开发软件一、Myeclipse10修改字体 MyEclipse10是基于Eclipse3.7内核,但在Eclipse的Preferences-〉general-〉 Appearance->Colors and Fonts 中并没有找到Courier New字体...
分类:
系统相关 时间:
2015-04-01 21:42:14
阅读次数:
302
1.设置单元格背景gridview属性,Appearance->Row->BackColor 这里如果设置为透明的话,可以显示GridControl的背景2.设置GridControl背景 BackgroundImage属性3.设置整行选中gridview属性,FocusRectStyle设置为R....
分类:
其他好文 时间:
2015-04-01 15:03:44
阅读次数:
172
使用 CSS 去掉 iPhone 网页上按钮的默认圆角样式使用 iPhone 上的浏览器去浏览网页的时候,按钮总是显示超大圆角的样式,显得超级恶心,但是我们自己定义 border-radius 也没有效果,经过搜索发现这是 webikt 内核浏览器通过私有属性 -webkit-appearance ...
分类:
Web程序 时间:
2015-04-01 12:49:04
阅读次数:
166
在PyCharm 里,显示行号有两种办法: 1,临时设置。右键单击行号处,选择 Show Line Numbers。 但是这种方法,只对一个文件有效,并且,重启PyCharm 后消失。 2,永久设置。File --> Settings -->Editor -->Appearance ,之后勾...
分类:
其他好文 时间:
2015-03-31 19:56:26
阅读次数:
123
iOS7默认状态栏文字颜色为黑色 修改为白色的方法:(chenyong注意 我的Status bar style 使用的仍是默认值Gray style(default))1在Info.plist中设置View controller-based status bar appearance 为NO2 在...
分类:
移动开发 时间:
2015-03-31 14:32:51
阅读次数:
278
我们在实际的项目开发中,一般都需要把时间栏去掉。
下面小编给大家介绍一种方法:
在info.plist中增加
View controller-based status bar appearance 设置为NO
Status bar is initially hidden 设置为YES
无图无真相:...
分类:
移动开发 时间:
2015-03-27 22:20:49
阅读次数:
142
appearance使用方法:.elmClass{ -webkit-appearance: value; -moz-appearance: value; appearance: value;}接下来我们一起来看个简单的实例:我是一个段落P元素 我是一个段落P元素 我...
分类:
移动开发 时间:
2015-03-27 21:53:33
阅读次数:
208
今天在web群里聊天的时候,发现了这个东东,我好像不怎么认识他,于是查了下关于他的信息:抄的例子,-----------IOS环境下的按钮都是经过美化的,但通常我们在设计web app的时候不需要这些看上去老土的样式,所以,去除这些显得很有必要。下面这句代码就是重置这些样式的:-webkit-app...
分类:
移动开发 时间:
2015-03-20 10:37:20
阅读次数:
135
//设置公共TabBarItem 的属性
[UITabBarItem appearance]
//设置公共NavigationBar 的属性
[UIBarButtonItem appearance]...
分类:
移动开发 时间:
2015-03-19 14:49:27
阅读次数:
152
1、代码字体大小:菜单栏--window--preferences--general--appearance--colorandfonts--basic--textfont;2、双击后显示明显的颜色:菜单栏--window--preferences--editors--texteditors--annotations--occurrences,在右侧的“color”点击颜色栏换颜色;3、每行显示代码字数:菜..
分类:
系统相关 时间:
2015-03-18 18:36:39
阅读次数:
1757