【一些设置】1.eclipse里的中文注释比较小 Window --> Preferences --> General --> Appearance --> Colors and Fonts --> Basic --> Text Font --> Edit如果在新版eclipse中中文注释明显小于....
分类:
系统相关 时间:
2015-05-07 12:03:24
阅读次数:
182
常用快捷键设置(设置成跟Eclipse差不多) 按照路径:File -> Settings -> Appearance & Behavior -> Keymap -> Copy 一份 Eclipse,命名为 Eclipse_blog.snsgou.com 快捷键 功能 路径 Ctrl + / 双斜杠注释 Main...
分类:
其他好文 时间:
2015-05-05 17:03:20
阅读次数:
129
info.plist文件中,View controller-based status bar appearance项设为YES,则View controller对status bar的设置优先级高于application的设置。为NO则以application的设置为准,view controlle...
分类:
移动开发 时间:
2015-05-05 14:09:41
阅读次数:
168
MyEclipse/Eclipse修改字体/注释字体大小Eclipse在安装完成后,注释的字体大小远远小于代码的大小,按照网上查的相关信息窗口——首选项——常规——外观——颜色和字体——基本——文本字体——编辑Window-->Preferences-->General-->Appearance-->ColorsandFonts..
分类:
系统相关 时间:
2015-05-04 15:52:55
阅读次数:
188
尚未对内容进行删减,内容有偏差和冗余,谨慎阅读。发现在后面,写在前面:13,之前在Default模式下,之所以很多Appearance属性都起不到作用,是因为Control的LookAndFeel默认选择了UseDefultLookAndFeel.14,最早在接触该控件的时候,找了很久上调下拉的按钮...
分类:
编程语言 时间:
2015-05-01 00:30:52
阅读次数:
207
菜单栏 windows–>preferences–>general–>editors–>text editors中在Appearance color options下修改 background color为(将system default前的勾点掉)red:204;green:232;blue:20...
分类:
系统相关 时间:
2015-04-29 16:30:26
阅读次数:
278
iOS之后想要操作顶部状态栏就不是太容易了,操作步骤如下:
首先在info.plist文件中添加View controller-based status bar appearance项,
一. View controller-based status bar appearance项设为YES,则View controller对status bar的设置优先级高于application的设置。
………………
二. View controller-based status bar appearance项设为NO...
分类:
移动开发 时间:
2015-04-28 18:40:11
阅读次数:
121
为了保证项目的导航栏效果一直,一般都会设置导航栏的样式一样①自定义一个NavigationController类,继承与UINavigationController类
②更改所有的UITabBarController下面的UINavigationController的class属性为自定义类形式
③主要是取得导航栏的appearance对象,操作它就设置导航栏的主题UINavigationBar...
分类:
移动开发 时间:
2015-04-26 22:53:17
阅读次数:
206
界面设置
默认的 Android Studio 为灰色界面,可以选择使用炫酷的黑色界面。
Settings --> Appearance --> Theme ,选择 Darcula 主题即可。
字体设置
系统字体设置
如果你的Android Studio界面中,中文显示有问题,或者选择中文目录显示有问题,或者想修改菜单栏的字体,可以这么设置。
Settings ...
分类:
移动开发 时间:
2015-04-26 19:47:29
阅读次数:
259
设置主题为黑色1.打开偏好设置2.进入Appearance & Behavior,更改Theme为“Darcula”即可。PHP开发环境的设置你会看到502错误:回到PhpStorm,会看到一个警告,是php-cgi找不到。(common gateway interface:常见网关接口):
分类:
Web程序 时间:
2015-04-26 16:37:49
阅读次数:
410