发表评论取消回复
相关阅读
相关 fragment 踩坑onPause()
不是所有的情况都是fragment在可见的时候才走onPause() 有时候这个fragment在还未可见的时候就走了onResume()会导致一些问题,比如说我遇到的:
相关 《Foundations of Cryptography》chapter 1 Introduction
《Foundations of Cryptography》chapter 1 Introduction 原文教材:《Foundations of Cryptography
相关 leetcode: Power of Three
Power of Three Given an integer, write a function to determine if it is a power of th
相关 three method of config mybatis
在之前的文章中总结了三种方式,但是有两种是注解sql的,这种方式比较混乱所以大家不怎么使用,下面总结一下常用的两种总结方式: 一、 动态代理实现 不用写dao的实现类 这种
相关 [leetcode]: 326. Power of Three
1.题目 Given an integer, write a function to determine if it is a power of three. Foll
相关 326.Power of Three
/ Given an integer, write a function to determine if it is a power of three.
相关 Introduction of Filter in Servlet
Filter,过滤器,顾名思义,即是对数据等的过滤,预处理过程。为什么要引入过滤器呢?在平常访问网站的时候,有时候发一些敏感的信息,发出后显示时 就会将敏感信息用\等字符
相关 Introduction of three activity modules [onSavedInstanceState()] [onPause()] [onResume()]
`onSaveInstanceState()` is called by Android if the Activity is being stopped and may be
相关 Introduction of Cookie and Session
cookie存在于客户端,session存在于服务端。cookie与session相配合,实现了用户认证的功能,解决了张三是张三的问题。 我们用下图来模拟一下客户端与服务端之
相关 Introduction of Build Tool/Maven, Gradle
什么是构建工具? 构建工具是从源代码自动创建可执行应用程序的程序(例如.apk for android app)。构建包括将代码编译,链接和打包成可用或可执行的形式。
还没有评论,来说两句吧...