码迷,mamicode.com
首页 >  
搜索关键字:intent based    ( 6181个结果
UE4中添加Android BroadcastReceiver
最近在UE项目中需要接收Android应用发送的退出事件,然后做相关处理。在Android应用中使用“广播“sendBroadcast来发送相关事件,发送端比较简单。 在接收端需要注册接收事件,分别为静态和动态注册。 // 在UE中与Android相关的接口和配置信息定义在*APL_xml中,以下代 ...
分类:移动开发   时间:2019-12-26 13:30:19    阅读次数:166
接口自动化测试框架 -- reudom
reudom Automated testing framework based on requests and unittest interface. 基于 Unittest 和 Requests 的 接口自动化测试框架 介绍 基于Unittest/Requests的接口自动化测试库 提供脚手架, ...
分类:其他好文   时间:2019-12-24 23:18:59    阅读次数:167
ContextLoaderListener vs DispatcherServlet
In XML based Spring MVC configuration, you must have seen two declarations in web.xml file i.e. ContextLoaderListener and DispatcherServlet. Let’s try ...
分类:其他好文   时间:2019-12-24 18:54:02    阅读次数:85
23.Intent传值,Bundle包传值
package com.example.p85; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import androi ...
分类:其他好文   时间:2019-12-24 10:07:20    阅读次数:65
GHOST CMS - Content Taxonomies
Content Taxonomies Content Taxonomies Taxonomies are groupings of posts based on a common relation. In Ghost, this is always defined by the post's aut ...
分类:其他好文   时间:2019-12-23 00:11:21    阅读次数:88
192-0070 Final project proposal
Final project proposal192-00701 – Summary of your project.It is based on an existing game which is called “league of dodging”.And the main idea of the ...
分类:其他好文   时间:2019-12-22 20:08:32    阅读次数:77
RTX Caustics
RTX caustics based on photon mapping. ...
分类:其他好文   时间:2019-12-22 14:58:44    阅读次数:73
基因组序列注释 (基因结构预测)
基因组组装完后需要对基因组序列进行注释。注释前首先得构建基因模型,有三种策略: 从头注释(de novo prediction):通过已有的概率模型来预测基因结构,在预测剪切位点和UTR区准确性较低 同源预测(homology-based prediction):有一些基因蛋白在相近物种间的保守型高 ...
分类:其他好文   时间:2019-12-21 18:16:33    阅读次数:360
RTX Caustics
RTX caustics based on photon mapping.From WizNote ...
分类:其他好文   时间:2019-12-21 13:50:32    阅读次数:61
(Concurrent)HashMap的存储过程及原理。
1.前言 看完咕泡Jack前辈的有关hashMap的视频(非宣传,jack自带1.5倍嘴速,高效),收益良多,所以记录一下学习到的东西。 2.基础用法 源码的注释首先就介绍了哈希表是基于Map接口,所以它的用法和其他集合的用法差不多。 /** * Hash table based implement ...
分类:其他好文   时间:2019-12-20 18:48:46    阅读次数:138
6181条   上一页 1 ... 32 33 34 35 36 ... 619 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!