开发工具:Android Studio TestView(线性布局) 1、基本属性: layout_width:组件宽度(单位dp) layout_height:组件高度 id:组件id text:文本内容 textColor:字体颜色 textStyle:字体风格,normal(无效果)、bold ...
                            
                            
                                分类:
移动开发   时间:
2021-04-22 16:12:15   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                There is no tracking information for the current branch. Please specify which branch you want to merge with. See git-pull(1) for details. git pull <re ...
                            
                            
                                分类:
其他好文   时间:
2021-04-22 15:28:20   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                在/root/init.rc中添加下面内容, 开机就会执行/system/bin/boot-complete-script.sh脚本 service boot_complete_script /system/bin/boot-complete-script.sh class main oneshot ...
                            
                            
                                分类:
移动开发   时间:
2021-04-21 12:38:11   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    可参考的表达方式: However, in the past decade linear (stepwise) regression methods have been criticized for their lack of flexibility, their ignorance of pote ...
                            
                            
                                分类:
其他好文   时间:
2021-04-21 12:23:21   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                ####1.准备站点目录 for i in {android,iphone,firefox,chrome,default} ;do mkdir /html/terminal/${i} && echo $i >/html/terminal/${i}/index.html ;done ####2.准备配 ...
                            
                            
                                分类:
Web程序   时间:
2021-04-21 12:00:37   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>邮件模板</title> </head> <body> <table width="1024" border="0" cellspacing="0" cellp ...
                            
                            
                                分类:
Web程序   时间:
2021-04-21 11:46:08   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1.进程 定义:进程是运行中的程序,运行中的程序可以理解为内存中的代码指令和运行相关的数据被CPU读写并计算的过程。 有人会认为,要提升CPU的利用率,可以开多个进程,但是开多个进程的话,进程间通讯是个比较麻烦的事情(进程之间地址空间是独立的,需要通过其他方式,例如:管道来解决) 相反,线程之间是可 ...
                            
                            
                                分类:
编程语言   时间:
2021-04-20 15:30:44   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    Android平台OpenGL ES/Assimp/OpenCV/GLM集成说明 本文代码见: https://github.com/jiangxincode/OpenGLDemo 集成Assimp 下载Assimp 5.0.1版本:https://codeload.github.com/assim ...
                            
                            
                                分类:
移动开发   时间:
2021-04-20 15:30:14   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1.安装node.js 官网:https://nodejs.org/en/download/ 下载对应的系统版本,安装完后,cmd 运行 node -v 查看版本号,是否安装成功 2.安装jdk 百度找一个jdk下载, java -version 查看是否安装成功 3.Android SDK 安装s ...
                            
                            
                                分类:
移动开发   时间:
2021-04-20 14:55:06   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    IOC(inversion of control)控制反转,这是一种比较重要的解决面向对象设计耦合问题的方式,是Spring框架的核心之一,控制反转一般分为两大类型,一种是依赖注入(dependecy injection)简称DI,另一种是依赖查找(dependency lookup),依赖注入的应 ...
                            
                            
                                分类:
其他好文   时间:
2021-04-20 14:06:28   
                                阅读次数:
0