码迷,mamicode.com
首页 >  
搜索关键字:appearance    ( 712个结果
Eclipse调整XML源代码文件字体大小
?? Eclipse调整XML源代码文件字体大小: Window -> Preferences -> General -> Appearance -> Colors and Fonts -> Basic ->  Text Font 点击Edit,设置字体的大小。...
分类:系统相关   时间:2015-03-02 16:55:43    阅读次数:171
导航控制器--NavgationController
//此方法只会调用一次,设置UIBarButtonItem样式+(void)initialize{ //通过appearance对象能修改整个项目中所有UIBarButtonItem的样式 UIBarButtonItem *appearance = [UIBarButtonItem ap...
分类:其他好文   时间:2015-02-28 16:10:48    阅读次数:100
dbvisualizer之编辑区中文乱码问题
!在SQL Commander中,sql语句中如果有中文,显示是‘口口口’。 解决办法如下: 在Tools->tool Properties->General->Appearance->Fonts->SQL Editor选择支持中文的字体(比如:[新宋体]),同时把Grid和Application也选择[新宋体]就可以了。 如上配置以后,中文就可以正常显示了。...
分类:数据库   时间:2015-02-28 11:30:02    阅读次数:250
dbVisualizer之中文乱码
在SQL Commander中,sql语句中如果有中文,显示是‘口口口’。 解决办法如下: 在Tools->tool Properties->General->Appearance->Fonts->SQL Editor选择支持中文的字体(比如:[新宋体]),同时把Grid和Application也选择[新宋体]就可以了。 如上配置以后,中文就可以正常显示了。...
分类:数据库   时间:2015-02-28 11:29:02    阅读次数:218
How to Change the Default Theme Appearance [editing with no theme]
Windows Live Writer has the ability to allow users to see their blog as it'd be posted as they are composing. The standard editor for Windows Live Wri...
分类:移动开发   时间:2015-02-26 18:11:14    阅读次数:174
NavigationController title颜色修改
//设置返回按钮的颜色。 self.navigationBar.tintColor = [UIColor whiteColor]; //设置title属性 UINavigationBar *appearance=[UINavigationBar appearance]; ...
分类:其他好文   时间:2015-02-13 16:27:44    阅读次数:166
【转】Android Studio简单设置
原文网址:http://ask.android-studio.org/?/article/14Android Studio 简单设置界面设置默认的 Android Studio 为灰色界面,可以选择使用炫酷的黑色界面。Settings-->Appearance-->Theme,选择Darcula主题...
分类:移动开发   时间:2015-02-11 00:26:04    阅读次数:181
eclipse下配置tomcat、修改字体、为什么得运行两次才能实现新做的改动的问题
问题一: 手把手图文教你eclipse下如何配置tomcat 问题二: 用Eclipse做j2me工程为什么得运行两次才能实现新做的改动 这个问题简而言之:先保存再运行就可以一次实现了。 问题三: Eclipse怎样修改字体 我的是英文版的eclipse,所以是window -> preferences -> General -> Appearance -> ...
分类:系统相关   时间:2015-02-09 00:53:08    阅读次数:241
eclipse最合适设置的字体-Courier New
新版本的eclipse editor默认字体,英文看起来还算顺眼,中文注释就小得不得了。 改成Courier New, 看起来最顺眼。 window ->preferences -> General -> Appearance -> Color and Fonts -> ?Basic -> Text Font...
分类:系统相关   时间:2015-02-05 11:42:10    阅读次数:214
UIActionSheet的常用方法
enum UIActionSheetStyle : Int { case Automatic // take appearance from toolbar style otherwise uses 'default' case Default //默认风格:灰色背景上显示白色文...
分类:其他好文   时间:2015-02-05 10:45:09    阅读次数:129
712条   上一页 1 ... 57 58 59 60 61 ... 72 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!