some looks like this Some looks like this and this So it seems that the appearance of the flowchart is not important as expected. Go and focus on the  ...
                            
                            
                                分类:
其他好文   时间:
2016-07-01 19:54:27   
                                阅读次数:
133
                             
                    
                        
                            
                            
                                    在chrome下: input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{ -webkit-appearance: none !important; margin: 0; } Firefox下: input[type="n ...
                            
                            
                                分类:
Web程序   时间:
2016-07-01 18:25:14   
                                阅读次数:
169
                             
                    
                        
                            
                            
                                    工具类UIAppearance可以统一设置控件的风格,当调用appearance方法时他会拿到相对应的控件(你用什么控件调用appearace方法,他就会返回什么控件),然后你可以设置统一主题(风格) + (id)appearance + (id)appearanceWhenContainedIn: ...
                            
                            
                                分类:
其他好文   时间:
2016-06-29 13:25:06   
                                阅读次数:
157
                             
                    
                        
                            
                            
                                    关于导航的一些总结会慢慢添加 // //实力导航栏去黑线 // [[UINavigationBar appearance]setBackgroundImage:[[UIImage alloc]init] forBarMetrics:UIBarMetricsDefault]; ...
                            
                            
                                分类:
其他好文   时间:
2016-06-27 10:13:43   
                                阅读次数:
125
                             
                    
                        
                            
                            
                                2016-06-25 1、Windows → Preferences 2、General → Appearance → Colors and Fonts → Basic → Text Font ...
                            
                            
                                分类:
系统相关   时间:
2016-06-25 17:51:34   
                                阅读次数:
187
                             
                    
                        
                            
                            
                                要改变状态栏颜色的前提条件这个是让颜色显示 info.plist中 View controller-based status bar appearance这个属性 View controller-based status bar appearance =NO 统一设置(但是只有三中系统的)在plis ...
                            
                            
                                分类:
其他好文   时间:
2016-06-24 20:31:54   
                                阅读次数:
183
                             
                    
                        
                            
                            
                                如果要在启动的时候隐藏启动完后显示状态栏需要做如下操作infoplist 中View controller-based status bar appearance 设为NO 然后在delegate中 [[UIApplication sharedApplication] setStatusBarHid ...
                            
                            
                                分类:
其他好文   时间:
2016-06-24 20:20:23   
                                阅读次数:
115
                             
                    
                        
                            
                            
                                infoplist 中View controller-based status bar appearance 设为NO Status bar is initially hidden 也为no (这个主要影响全部视图) 满足这两条件 可以使用下面方法 灵活 显示或影藏 状态栏[[UIApplicati ...
                            
                            
                                分类:
其他好文   时间:
2016-06-24 20:18:23   
                                阅读次数:
190
                             
                    
                        
                            
                            
                                ??
Android Studio 简单设置
界面设置
默认的 Android Studio 为灰色界面,可以选择使用炫酷的黑色界面。
Settings --> Appearance --> Theme ,选择
Darcula 主题即可。
字体设置
系统字体设置
如果你的Android Studio界面中,中文显示有问题,或者选择中文目录显示有问题,...
                            
                            
                                分类:
移动开发   时间:
2016-06-24 15:36:56   
                                阅读次数:
340
                             
                    
                        
                            
                            
                                    1.plist文件中添加View controller-based status bar appearance字段 值为NO 2.程序中添加 [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleLightContent ...
                            
                            
                                分类:
移动开发   时间:
2016-06-24 10:35:49   
                                阅读次数:
211