1. 代码字体设置 :注意需要另存为 Scheme name一个才可以修改Editor Font. 字体设置:Editor->Color & Fonts->Font2.界面字体设置:用yahei 字体比较好,大小:12 Appearance->Override font .......
分类:
Web程序 时间:
2015-01-08 00:52:19
阅读次数:
607
ios7以后的标题栏默认风格显示式文字黑色,背景是浅色,但是很多时候我们希望是改成深色背景,白色文字的,怎么改呢在plist里面设置View controller-based status bar appearance 为 NO;设置statusBarStyle 为 UIStatusBarStyle...
分类:
移动开发 时间:
2015-01-07 18:26:35
阅读次数:
226
一、下载
建议直接在Google Developers上面下载最新的版本。因为Android Studio还存在很多问题,使用新版本,bug比较少。
二、升级
Help ->Check for update
三、设置代码主题
File->Settings
设置代码风格:Appearance
设置设置界面的字体和字体大小:Appearance
设置代码字体和字体大小:Edit...
分类:
移动开发 时间:
2015-01-05 14:55:38
阅读次数:
259
IOS环境下的按钮都是经过美化的,但通常我们在设计web app的时候不需要这些看上去老土的样式,所以,去除这些显得很有必要。下面这句代码就是重置这些样式的:-webkit-appearance: none;通常,我们在写移动端的web开发时,会zaicommon.css中添加以下CSS代码来:in...
分类:
移动开发 时间:
2015-01-04 13:27:50
阅读次数:
146
Myeclipse10 优化设置一、myeclipse字体设置Window->Preferences->General->Appearance->Colors and Fonts在右侧找到”Aa Test Font”双击或者点击Edit按钮修改字体;建议字体设置如下:Courier New字体常规四...
分类:
系统相关 时间:
2015-01-02 23:42:25
阅读次数:
277
1. SecureCRT设置字条编码
Option--Session Option--Appearance
示例设置为UTF8如下:
2. SecureCrt设置当前会话的编码
Option--Session Option --Terminal -- Log File
OverWrite file 为覆盖原有日志, Append to File 把新...
分类:
其他好文 时间:
2014-12-29 23:08:06
阅读次数:
922
1.设置大字大小
eclipse打开Window -> Preferences -> General -> Appearance -> Colors and Fonts -> Basic ->Text Font
2.eclipse打开一个文件,左边的树怎么自动对应文件
有一个左右两个小箭头的按钮,在左边的树装菜单的右上,点上了就可以了;如果不需要,不要点就可以了。...
分类:
移动开发 时间:
2014-12-29 13:51:19
阅读次数:
215
TreeList一、简介二、属性列表1、OptionsSelection:EnableAppearanceForcusedCell:选中的Cell的Appearance设置是否可用。默认为True;EnableAppearanceForcusedRow:选中的Node的Appearance设置是否可...
分类:
其他好文 时间:
2014-12-27 11:21:02
阅读次数:
239
Qt Style Sheets are a powerful mechanism that allows you to customize the appearance of widgets, in addition to what is already possible by subclassin...
分类:
其他好文 时间:
2014-12-24 17:55:26
阅读次数:
257
1.ctrl+alt+s打开设置面板
2,选择appearance
3,设置theme,选择不同的主题。
4.重启Android Studio....
分类:
移动开发 时间:
2014-12-23 13:58:52
阅读次数:
212