Eclipse字体大小调整:
Window / Preferences / General / Appearance / ColorsAnd Fonts ,在右边的对话框里选择Java – Java Editor Text Font,点击出现的编辑(Edit)按钮,可以设置显示在在主窗体中程序的字体大小,设置完之后点击右下角的应用(Apply),最后点击确定(OK)即可。
X...
分类:
系统相关 时间:
2014-06-10 17:49:28
阅读次数:
286
自定义TabBarController Push下一级Controller时 会报这样的错误:Unbalanced calls to begin/end appearance transitions for .
网上的一些回答,都说是动画引起的,解决方法就是,加一个BOOL型的变量,检查是否在做动画。但是,这并没有解决我的问题!
所以真正的答案是...
分类:
移动开发 时间:
2014-06-09 23:20:54
阅读次数:
343
if (IS_IOS7()) { // NavigationBar 颜色
[[UINavigationBar appearance] setBarTintColor:HexColor(0xffffff)]; } else {
self.nav...
分类:
移动开发 时间:
2014-06-06 15:48:39
阅读次数:
283
iOS5
UIViewController加入了管理UIViewController的功能,就像管理subview一样方便。这儿有一博文介绍得很清楚。我在项目中用到了它,方便view的切换。下面的代码有一种fade
in/out的效果。[selftransitionFromViewControlle...
分类:
移动开发 时间:
2014-06-06 07:39:54
阅读次数:
345
我们刚开始用webStrom或者phpStrom时,可能会遇到中文乱码的问题,比如菜单乱码、中文文件名乱码:其实解决方法也很简单,只需在这里调整就行了:打开:File
-> Settings -> Appearance,这里可以设置你的软件界面的字体,勾选“Override default font...
分类:
Web程序 时间:
2014-05-24 01:17:25
阅读次数:
859
隐藏标签tabControl.SizeMode =
TabSizeMode.Fixed;tabControl.Appearance =
TabAppearance.FlatButtons;tabControl.ItemSize = new Size(0, 1);切换标签foreach
(TabPag...
分类:
其他好文 时间:
2014-05-16 09:47:34
阅读次数:
288
if (IS_IOS7()) { /* iOS7 时 Navigation 颜色 */
[[UINavigationBar appearance] setBarTintColor: HexColor(0x7bae01)]; } else { ...
分类:
其他好文 时间:
2014-05-16 03:42:25
阅读次数:
359
在Oracle/PLSQL中,instr函数返回要截取的字符串在源字符串中的位置。instr是一个非常好用的字符串处理函数,几乎所有的字符串分隔都用到此函数。。语法如下:
instr( string1, string2, start_position,nth_appearance ) strin.....
分类:
其他好文 时间:
2014-05-16 03:33:52
阅读次数:
262
elipse 背景色
1、打开window->Preference,弹出Preference面板
2、展开General标签,选中Editors选项,展开。
3、选中 Test Editors,右边出现Test Editors面板。
面板中有这样一个选项:Appearance color options; 其中是各种板块颜色的设置,其中有一项是backgrou...
分类:
其他好文 时间:
2014-05-09 14:11:31
阅读次数:
358
因idea13版本与12版本配置兼容性不是很好,许多之前的配置不能用了。故重新学习配置了一遍,将其过程记录下来,作为将来参考使用1.显示行号Settings->Editor->Appearence->Show
Line Number2.修改主题Settings->Appearance->Theme-...
分类:
其他好文 时间:
2014-05-08 20:28:01
阅读次数:
275