码迷,mamicode.com
首页 >  
搜索关键字:intent based    ( 6181个结果
C# compare different Encoding pattern between UTF8 and UTF32 based on Md5
原文:C# compare different Encoding pattern between UTF8 and UTF32 based on Md5 1 using System; 2 using System.Text; 3 using System.IO; 4 using System.Se... ...
分类:Windows程序   时间:2020-01-01 23:26:49    阅读次数:99
Android中的显示Intent和隐式Intent
1.显示Intent 在onclick方法中 Intent intent=new Intent(FirstActivity.this,SecondActivity.class); startActivity(intent); 2.隐式Intent 隐式Intent不明确指出我们要启动哪一个活动,而是 ...
分类:移动开发   时间:2020-01-01 21:05:01    阅读次数:113
Programming paradigms
https://en.wikipedia.org/wiki/Aspect-oriented_programming Action Agent-oriented Array-oriented Automata-based Concurrent computing Relativistic progra ...
分类:其他好文   时间:2020-01-01 16:57:08    阅读次数:86
推荐算法之基于物品的协同过滤
基于物品的协同过滤( item-based collaborative filtering )算法是此前业界应用较多的算法。无论是亚马逊网,还是Netflix 、Hulu 、 YouTube ,其推荐算法的基础都是该算法。为行文方便,下文以英文简称ItemCF表示。本文将从其基础算法讲起,一步步进行... ...
分类:编程语言   时间:2020-01-01 13:34:21    阅读次数:1198
Orthogonal Neighborhood Preserving Projections: A projection-based dimensionality reduction technique
Abstract 1 Introduction ...
分类:其他好文   时间:2020-01-01 09:52:17    阅读次数:44
virtual columns
Virtual columns are expressions that are based on one or more existing columns in the table. When using Virtual Column-Based Partitioning, a virtual c ...
分类:其他好文   时间:2019-12-31 10:43:22    阅读次数:87
Launch X431 Pro Mini Diagnostic Tool with Bluetooth Global Version 2 Years Free Update Online
X-431 PRO MINI is a Android-based vehicle trouble diagnostic tool,it achieves full car model and full system vehicle trouble diagnosis, which includes ...
分类:其他好文   时间:2019-12-30 21:15:55    阅读次数:76
Android:用Intent传送图片
三种方法对应三种情况: 1.传送本地res中的图片 如果是本地res中的资源文件可以用intent.putExtra(""id"", R.id.xxx);传递一个对应的id过去。在新activity中通过id取出图片。getResources().getDrawable(R.id.xxx); 传送图 ...
分类:移动开发   时间:2019-12-29 16:46:19    阅读次数:247
Android开发 广播监听系统的各种状态
前言 此篇博客用于记录系统的各种广播状态 广播监听开机 注册静态广播 <receiver android:name=".receiver.MyReceiver"> <intent-filter> <action android:name="android.intent.action.BOOT_COM ...
分类:移动开发   时间:2019-12-28 16:27:11    阅读次数:133
Andriod:一个Activity向另一个Activity传递数据
假设现在有两个Activity:A与B,A要向B传递数据。 首先要创建两个Activity:Android:当前Activity跳转到另一个Activity A启动B: intent = new Intent(ActivityA.this,ActivityB.class); startActivit ...
分类:其他好文   时间:2019-12-27 00:25:40    阅读次数:155
6181条   上一页 1 ... 31 32 33 34 35 ... 619 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!