1.字体设置:第一步:进入设置窗口windows->preferences第二步:进入修改字体的选项卡。General->Appearance->ColorsandFonts第三步:选中"Basic"子选项里的"TextFont"。第四步:点右边那个"Edit"按钮,修改字体。2.编码设置:依次打开...
分类:
其他好文 时间:
2014-08-12 16:11:34
阅读次数:
225
1.安装linux时选择中文系统,或安装后vi /etc/sysconfig/i18n文件改为:LANG= zh_CN.UTF-8 2.在secureCRT里面: Session Options(会话选项) -> Terminal(终端) -> Appearance(显示), 将Fonts(字体)选...
分类:
其他好文 时间:
2014-08-11 00:02:10
阅读次数:
296
Use the General, Text Editor, Options Dialog Box to customize the appearance and functionality of the Text and Code editor. You can set Text Editor op...
分类:
其他好文 时间:
2014-08-10 08:07:49
阅读次数:
177
状态栏的字体为黑色:UIStatusBarStyleDefault
状态栏的字体为白色:UIStatusBarStyleLightContent
一、在info.plist中,将View controller-based status bar appearance设为NO
状态栏字体的颜色只由下面的属性设定,默认为白色:
// default is UIStatu...
分类:
移动开发 时间:
2014-08-08 18:14:36
阅读次数:
250
改变footer为扁平化效果整个footer背景色CustomDrawFootere.Appearance.BackColor = Color.Transparent; e.Appearance.DrawBackground(e.Graphics, e.Cache, e.Bou...
分类:
其他好文 时间:
2014-08-05 21:57:30
阅读次数:
361
iOS7上tableView的分割线左边短了一点,要实现和iOS6中的效果还是有方法的,UITableView头文件里个属性:
@property (nonatomic)
UIEdgeInsets separatorInset
NS_AVAILABLE_IOS(7_0)
UI_APPEARANCE_SELECTOR; // allows...
分类:
移动开发 时间:
2014-08-05 15:55:29
阅读次数:
260
在application: application didFinishLaunchingWithOptions: launchOptions 加入下面代码就可以实现对tabbar的颜色的修改
//设定Tabbar的点击后的颜色
[[UITabBar
appearance] setTintColor:[UIColor
redColor]];
//设定Ta...
分类:
移动开发 时间:
2014-08-01 13:37:31
阅读次数:
248
打开Elcipse,点击菜单栏上的“Windows”——点击“Preferences”——点击“Genneral”——点击“Appearance”——点击“Colors and Font”——在右侧框展开“Basic”文件夹--双击“Text Font”——在弹出窗选择“Courier New”(注...
分类:
系统相关 时间:
2014-07-30 11:29:33
阅读次数:
267
VCL BitMap Style Proceject Options->Application->Appearance
选择几个样式
使用代码设置 uses Vcl.Themes;procedure TForm1.Button1Click(Sender: TObject);beginTStyleMa...
分类:
其他好文 时间:
2014-07-29 21:29:42
阅读次数:
1013
Eclipse在安装完毕后,凝视的字体大小远远小于代码的大小,依照网上查的相关信息窗体——首选项——常规——外观——颜色和字体——基本——文本字体——编辑Window -->Preferences --> General --> Appearance --> Colors and Fonts -.....
分类:
系统相关 时间:
2014-07-27 21:39:00
阅读次数:
269