问题:首先我是把SVN上的代码checkout到我本地了(d:\svn),然后我在myeclipse中导入d:\svn里的项目,但在myeclipse中不显示代码的版本号.解决:windows->preferences->General->Appearance->LableDecorations勾选其中的SVN项即可。ps:小乌龟的版本必须和服务器上svn..
分类:
系统相关 时间:
2014-12-22 19:54:10
阅读次数:
187
下载 http://pan.baidu.com/s/1c0o1HKW解压到eclipse的dropins下安装 http://eclipse-color-theme.github.com/update插件,在 window -> general -> appearance 中设置 Theme在 wi...
分类:
系统相关 时间:
2014-12-16 13:10:35
阅读次数:
163
在delegate中修改 //修改整体的navigationBar的背景颜色 [[UINavigationBar appearance] setBarTintColor:[UIColor colorWithRed:46/255.0 green:186/255.0 blue:157/255...
分类:
移动开发 时间:
2014-12-15 18:38:34
阅读次数:
751
iOS开发中,需求让状态栏变为白色文字,这里mark一下:只需步骤: 1、设置info.plist里面的【View controller-based status bar appearance】 值为ON 2、在需要设置状态栏的ViewContrller里面添加上如下代码:[[UIApplica.....
分类:
移动开发 时间:
2014-12-15 13:40:52
阅读次数:
148
非原创~Initializing a View Object //初始化view- (id)initWithFrame:(CGRect)aRect //通过一个矩形对象初始化Configuring a View’s Visual Appearance //配置视觉展示@property(nonato...
分类:
移动开发 时间:
2014-12-09 21:27:19
阅读次数:
163
打开Eclipse,找到菜单栏Window-Preferences在打开的窗口左侧,找到General-Appearance-ColorsandFonts在窗口的右侧,就可以对具体的某一个语言设置,这里以Java语言为例,展开Java,选中“JavaEditorTextFont”,点击右侧的“Edit”按钮在打开的字体设置页面,即可对字体大小和样..
分类:
系统相关 时间:
2014-12-07 06:42:48
阅读次数:
397
1.设置navigationbar背景颜色[[UINavigationBar appearance] setBarTintColor:[UIColor blackColor]];2.设置按钮颜色self.navigationController.navigationBar.tintColor = [...
分类:
其他好文 时间:
2014-12-06 00:03:51
阅读次数:
199
1、设置Info.plist中的View controller-based status bar appearance为YES2、然后在AppDelegate.swift中的func application(application:UIApplication!, didFinishLaunching...
分类:
移动开发 时间:
2014-12-05 20:56:18
阅读次数:
134
java文件字体大小:1. Window---> preferences ---> General ---> Appearance ---> Java ---> Java Editor Text Fontxml文件字体大小:1. Window---> preferences ---> General...
分类:
编程语言 时间:
2014-12-02 14:43:27
阅读次数:
121
一、SecureCRT设置彩色和显示中文设置Options->SessionOptions->Emulation,然后把Terminal类型改成ANSIorlinuxorxterm,必须钩上ANSIColour。字体设置:Options->SessionOptions->Appearance->font然后改成你想要的字体就可以了。注意:1:字符集选择utf8,这样..
分类:
系统相关 时间:
2014-11-30 17:13:30
阅读次数:
205