系统: Ubuntu18.04 vmware 环境搭建 安装SDK https://dl.google.com/android/repository/platform-tools-latest-linux.zip 执行命令: unzip platform-tools-latest-linux.zip ...
                            
                            
                                分类:
其他好文   时间:
2020-12-11 12:34:15   
                                阅读次数:
23
                             
                    
                        
                            
                            
                                
                    场景 Android Studio中在新建项目时勾选了 Use legacy android.support licrary 然后在运行项目时提示: This project uses AndroidX dependencies, but the ‘android.useAndroidX‘ prop ...
                            
                            
                                分类:
移动开发   时间:
2020-12-11 12:11:50   
                                阅读次数:
9
                             
                    
                        
                            
                            
                                问题背景:windows 命令窗输入 adb devices -l 或者 adb devices 报error:protocol fault或error:device not found手机驱动有问题 解决方案一: windows:任务管理器, 看到adb的进程, 关闭掉, 然后重新启动 adb s ...
                            
                            
                                分类:
移动开发   时间:
2020-12-11 11:59:50   
                                阅读次数:
6
                             
                    
                        
                            
                            
                                
                    在开始之前 你的PC需要以下内容: 安装 Node.js version 10.x 或以上版本。可以通过在终端中运行以下命令来验证你是否安装了此版本的Node.js: node -v Visual Studio Code editor (或类似的代码编辑器) 全局安装 vue 的最新版本 Vue C ...
                            
                            
                                分类:
Web程序   时间:
2020-12-10 11:22:49   
                                阅读次数:
6
                             
                    
                        
                            
                            
                                
                    Sent: Samstag, 8. Juli 2017 11:03 Subject: RE: have a quick discussion about why the CDS view has a bad performance displayed in ST05 or SAT but the t ...
                            
                            
                                分类:
数据库   时间:
2020-12-10 10:45:30   
                                阅读次数:
4
                             
                    
                        
                            
                            
                                一:导入如百度地图等的外部类。 步骤:1.首先 将androidstudio项目显示切换到 project 状态显示项目 2.然后添加.jar文件,将所有的.jar文件放入libs文件夹内(libs文件夹就在项目文件夹下),然后在引入的.jar文件上右键然后点击 Add As Library...  ...
                            
                            
                                分类:
移动开发   时间:
2020-12-10 10:41:40   
                                阅读次数:
8
                             
                    
                        
                            
                            
                                为什么要用线程池 新启线程需要新建——执行任务——销毁这个过程,我们准备一批线程放在那,当需要执行任务的时候就可以直接拿到线程来用,节约了新建和销毁的过程,提高效率。 线程资源是稀缺而昂贵的,所以我们需要利用线程池统一管理,限制线程数。 创建线程池时各个参数的含义 corepoolsize:线程池的 ...
                            
                            
                                分类:
移动开发   时间:
2020-12-10 10:41:27   
                                阅读次数:
16
                             
                    
                        
                            
                            
                                在布局根节点加上下面三行 android:id="@+id/view_parent" android:clickable="true" android:focusableInTouchMode="true" 在代码中监听view_parent的FocusChangeListener事件 view_p ...
                            
                            
                                分类:
移动开发   时间:
2020-12-09 12:22:44   
                                阅读次数:
17
                             
                    
                        
                            
                            
                                安卓程序动态调试需要满足两个条件。1.在AndroidMainfest.xml文件中,在application标签下,Android:debuggable=true。2.系统默认调式,在build.prop(boot.img),ro.debugable=1。一:实例演示java层反调试以“百度加固”为例。1.将样本拖入jdax-gui中,进行反编译,来到加固程序的onCreate里,如下图所示。2
                            
                            
                                分类:
编程语言   时间:
2020-12-09 11:59:17   
                                阅读次数:
6
                             
                    
                        
                            
                            
                                <?xml version=“1.0” encoding=“utf-8”?> <RelativeLayout xmlns:android=”http://schemas.android.com/apk/res/android” xmlns:tools=”http://schemas.android. ...
                            
                            
                                分类:
其他好文   时间:
2020-12-09 11:51:43   
                                阅读次数:
4