copy from : http://gityuan.com/2017/02/11/surface_flinger/ 基于Android 6.0源码, 分析SurfaceFlinger原理 frameworks/native/services/surfaceflinger/ - main_surfa ...
                            
                            
                                分类:
其他好文   时间:
2020-02-27 15:58:10   
                                阅读次数:
66
                             
                         
                    
                        
                            
                            
                                    React报错: 报错原因List.Item的Item写成了item,小写的i ...
                            
                            
                                分类:
其他好文   时间:
2020-02-27 01:15:53   
                                阅读次数:
140
                             
                         
                    
                        
                            
                            
                                    1. 简单列表解析 假设我们需要创建一个列表为:[0,0,0,0,0,0, 0,0,0, 0](size=10) 显然这样写0很费劲。所以有一种叫做列表解析的东西可以快速生成: >>> [0 for i in range(10)] [0, 0, 0, 0, 0, 0, 0, 0, 0, 0] # 还 ...
                            
                            
                                分类:
编程语言   时间:
2020-02-27 01:14:32   
                                阅读次数:
100
                             
                         
                    
                        
                            
                            
                                nginx: [error] invalid PID number ; in /usr/local/nginx/logs/nginx.pid
                            
                            
                                分类:
其他好文   时间:
2020-02-26 23:05:15   
                                阅读次数:
119
                             
                         
                    
                        
                            
                            
                                Resetting first dirty ofset to log start offset 2971862 since the checkpointed offset 12675089 is invalid reruirement failed 11302544 messages in segm ...
                            
                            
                                分类:
其他好文   时间:
2020-02-26 19:00:17   
                                阅读次数:
129
                             
                         
                    
                        
                            
                            
                                进程、线程和协程区别 1. 进程 进程是系统资源分配的最小单位, 系统由一个个进程(程序)组成一般情况下,包括文本区域(text region)、数据区域(data region)和堆栈(stack region)。 文本区域存储处理器执行的代码 数据区域存储变量和进程执行期间使用的动态分配的内存; ...
                            
                            
                                分类:
编程语言   时间:
2020-02-24 09:19:58   
                                阅读次数:
61
                             
                         
                    
                        
                            
                            
                                    1、OpenGL使用的是RGB颜色空间,例如三个颜色分量各占8位,那么就说这个颜色值色深24,能够表示2^24中颜色。 2、多重采样是基于采样的抗锯齿技术,有OGAA(ordered grid anti-sliasing)、SGAA(sparse grid anti-aliasing)、MSAA(m ...
                            
                            
                                分类:
其他好文   时间:
2020-02-24 00:33:17   
                                阅读次数:
83
                             
                         
                    
                        
                            
                            
                                1、dev_update_off ();dev_update_on 2、dev_close_window () 3、dev_open_window( : : Row, Column, Width, Height, Background : WindowHandle) 4、set_display_fo ...
                            
                            
                                分类:
其他好文   时间:
2020-02-23 21:58:02   
                                阅读次数:
488
                             
                         
                    
                        
                            
                            
                                Invalid bound statement (not found): XXXMybatis ...
                            
                            
                                分类:
其他好文   时间:
2020-02-23 20:28:15   
                                阅读次数:
96
                             
                         
                    
                        
                            
                            
                                using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Linq.Expressions; using ...
                            
                            
                                分类:
数据库   时间:
2020-02-23 19:53:14   
                                阅读次数:
293