当前位置:首页 > 移动开发 >

文章分类:移动开发

移动开发 带你了解Android Jetpack

1.Jetpack主要特性有以下三点: 1.加速开发 组件可单独使用,也可以协同工作,当使用kotlin语言特性时,可以提高效率。 2.消除样板代码 Android Jetpack可管理繁琐的Activity(如后台任务、导……

移动开发 使用Android手机作为树莓派的屏幕

在使用树莓派时,有时出于应急,身边没有屏幕,或者外出携带时也不方便带着屏幕走。如果能使用随身携带的智能手机当做其屏幕,则会方便许多。看看效果,一个树莓派 充电宝 手……

移动开发 Android从Fragment跳转Activty

private static final int CHANGE = 200; //在Fragment声明context private Context context; @Override public void onAttach(Context context) { super .onAttach(context); this .context = context; //这个代码片段是必要的 } public void o……

移动开发 javascript 在移动端鼠标事件点透问题

! DOCTYPE html html lang ="en" head meta charset ="UTF-8" meta name ="viewport" content ="width=device-width, initial-scale=1.0" meta http-equiv ="X-UA-Compatible" content ="ie=edge" title Document / title style #box { position : absolute ;……

移动开发 AWS::Serverless::Application

This resource type embeds a serverless application from the AWS Serverless Application Repository or from an Amazon S3 bucket as a nested application. Nested applications are deployed as nested stacks, which can contain multiple other resou……

移动开发 App性能测试

响应时间 app启动:首次安装启动、冷启动、暖启动、热启动 app交互:事件响应、内部加载速度、首屏渲染 接口性能:dns、http/https、download、json h5性能:cache、资源加载、dom、page UI性能检测……

移动开发 App加载主要流程

主要流程 Application OnCreate 加载第三方的sdk 加载自身的逻辑 发送远程数据请求 xxx.json 渲染界面 List……

移动开发 【leetcode】689. Maximum Sum of 3 Non-Overlapping Subarrays

题目如下: In a given array nums of positive integers, find three non-overlapping subarrays with maximum sum. Each subarray will be of size k , and we want to maximize the sum of all 3*k entries. Return the result as a list of indices……

移动开发 spring boot集成MyBatis 通用Mapper 使用总结

spring boot集成MyBatis 通用Mapper 使用总结 2019年 参考资料: Spring boot集成 MyBatis 通用Mapper SpringBoot框架之通用mapper插件(tk.mybatis) spring boot 如何优雅的使用mybatis-spring-boot-starter 三分钟让你……

移动开发 第37月第2天 tensorflow ios

1. tensorflow /lite /tools / make /download_dependencies .sh https://www.jianshu.com/p/bde1bec2bd1e……