E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Intent
Android开发之
Intent
Android开发之
Intent
Intent
的介绍
Intent
的中文意思是“意图”,
Intent
是Android的核心和灵魂,是各组件之间通信的桥梁。
Afison
·
2024-01-23 19:49
Android
android
java
开发语言
从0开始学习mysql 第十六课:数据库锁及InnoDB锁机制
掌握意向锁(
Intent
ionLocks)、记录锁(RecordLocks)、间隙锁(GapLocks)和临键锁(Next-KeyLocks)的概念和用法。学习如何检测和解决死锁问题。
mls学习小记
·
2024-01-23 19:50
从0开始学mysql
数据库
学习
mysql
Android 跨页面传参数 查询结果为空
问题笔者进行Android项目开发,使用
Intent
进行页面跳转并传递参数,跳转页面查询所传递结果为空。
飞滕人生TYF
·
2024-01-23 10:17
android
python
开发语言
72.sleep和wait的区别
/***每天一个知识点day72TODOsleep()和wait()的区别、
Intent
Service**sleep()和wait()的区别*1.sleep是线程方法,wait是Object方法*2.sleep
SlideException
·
2024-01-22 23:01
android.os.FileUriExposedException: exposed beyond app through
Intent
.getData()
android.os.FileUriExposedException:file:///storage/emulated/0/Android/data/com.android.mms/cache/.temp0.3gpexposedbeyondappthrough
Intent
.getData
超__越
·
2024-01-22 18:05
flutter 泛型_Flutter-如何将嵌套的json解析为具有泛型的类?
I'mwonderinghowcanIparseanestedjsontoaclasswithgenerictypes.My
intent
ionistowrapresponsesfromthebackend
文森特·凡喵
·
2024-01-22 17:14
flutter
泛型
Android多线程开启如何选择
目录前言AsyncTask分析总结HandlerThread推荐分析总结Service和
Intent
Service分析总结RxJava/RxAndroid分析总结Kotlin协程推荐分析总结Executor
工程师丶佛爷
·
2024-01-22 08:28
原创
android
Android 设置期望网络选择 wifi 移动流量 有线
Settings.System.canWrite(HomeActivity.this)){
Intent
intent
=new
Intent
(Settings.ACTION_MANAGE_WRITE_SETTINGS
xiaoerbuyu1233
·
2024-01-22 00:43
android
网络
php
深入理解Activity的四种启动方式
当一个Activity实例已经存在于任务栈中时,如果再次启动这个Activity,系统就会把这个
Intent
传递
尘世中迷途小书僮
·
2024-01-21 06:19
android
Peter算法小课堂—贪心算法
Agreedyalgorithmfollowsheuristicofmakingthelocallyoptimalchoiceateachstagewiththe
intent
offindingaglobaloptimum
Peter Pan was right
·
2024-01-21 03:06
建模
贪心算法
算法
Android 13.0 Recent列表不显示某个app
1,app中处理为该应用AndroidManifestxml文件中主MainActivity设置属性android:excludeFromRecents=“true”例如:应用是否具有android.
intent
安卓兼职framework应用工程师
·
2024-01-20 22:34
android
13.0
Rom定制化系列讲解
android
recents
屏蔽某些app
任务列表屏蔽某些app
recents屏蔽某些app
Service通知Activity(Broadcast)
LayoutServicepackagecom.example.hzx.service_broadcast;importandroid.app.Service;importandroid.content.
Intent
昨天剩下的一杯冷茶
·
2024-01-20 15:45
android11 tts,Android 11使用TextToSpeech实现文字转换语音相关bug:speak failed: not bound to TTS engine...
MainActivity.javapackagecom.example.myapplication;importandroidx.appcompat.app.AppCompatActivity;importandroid.content.
Intent
一棵竹笋
·
2024-01-20 09:15
android11
tts
android使用相机
intent
.resolveActivity returns null
问题笔者使用java进行android开发,启动相机时
intent
.resolveActivityreturnsnulltakePicture
Intent
.resolveActivity(getPackageManager
飞滕人生TYF
·
2024-01-20 09:09
android
数码相机
Service.onStartCommand()返回值
onStartCommand()方法必须返回一个整数,这个整数是一个描述了在系统的杀死事件中,系统应该如何继续这个服务的值(虽然你能够修改这个值,但是
Intent
Service处理还是为你提供了默认实现
使劲挤海绵
·
2024-01-19 21:01
【android】有些系统的应用唤起不了
Intent
launch
Intent
=getActivity().getPackageManager().getLaunch
Intent
ForPackage("com.miui.screenrecorder
dualven_in_csdn
·
2024-01-19 16:43
android
java
android
开发语言
Android调用系统通讯录获取联系人姓名和号码
publicvoidbtn_contacts(){
Intent
intent
=new
Intent
(
Intent
.ACTION_PICK,ContactsContract.CommonDataKinds.Phone.CONTENT_URI
souls0808
·
2024-01-19 14:24
android
开发app打开应用设置 ios 安卓 设备打开
打开wifi设置页:varmain=plus.android.runtimeMainActivity();var
Intent
=plus.android.importClass("android.content.
Intent
玄学大师
·
2024-01-19 14:04
Android 网页打开app(或者打开指定页面)并且接收参数
Inserttitlehere打开app然后再app的AndroidManifest.xml中配置代码,如果只想打开app即在app的启动页面即可,如果想要再指定页面打开并且接收参数,再对应的activity中配置
intent
-f
DINGCHAO_
·
2024-01-19 07:12
android 相机拍照返回,Android6.0机型上调用系统相机拍照返回的resultCode值始终等于0的问题...
简单的调用系统相机的写法://调用系统拍照
Intent
intent
=new
Intent
(MediaS
jean luo
·
2024-01-19 01:36
android
相机拍照返回
Android 7.0手机打开相机或相册报错解决方案
edec55192944在android7.0以上的手机上打开相机、相册会报如下错误:android.os.FileUriExposedException:**exposedbeyondappthrough
Intent
.getData
学无止境0205
·
2024-01-19 01:35
Android Activity间
Intent
传递数据报TransactionTooLargeException异常
1、为什么Activity间
Intent
传递数据会报TransactionTooLargeException异常因为
Intent
传递数据中用到了Binder的通信机制,
Intent
中的数据,会作为Parcel
黑芝麻胡
·
2024-01-18 23:02
国外有关描述唯美时间的语句摘选
TimeTimeisthecurrencyofyourlife,spenditwisely时间就像是生命的金钱,要学会合理支配Don’tletothersnomatterhowwell
intent
ionedspenditforyou
超甜吖
·
2024-01-18 22:49
CMU15-445-Spring-2023-Project #4 - Concurrency Control
锁管理器将支持五种锁模式下的表锁和元组锁:
intent
ion-shared、
intent
ion-exclusive、shared-
intent
ion-exclusive、shared、exclusive
gongyuandaye
·
2024-01-18 20:07
Linux服务器编程
数据库
笔记
cmu
spring2023
托福必备词汇(2020版)-每日15词 2020-04-12
speakonlywordsofkindness.SalmonroeisoneofLucy'sfavoritefoods.Wecharacterizepeoplebytheirappearances.Theoriginal
intent
oftheconferencewastomakead
文心武士
·
2024-01-18 17:00
接受一个爱自己的人,还是努力地爱一个不爱自己的人?
Someonelovesyou,butyoudon'thaveanykindofexcitementfromyourheart.听有人提起我是你初衷你曾几度眼眶泛红ListentosomeonesayingIwasyour
intent
ion.Youhadseveraleyesred
三品姐姐
·
2024-01-18 15:49
【无标题】
@
Intent
中的this代表什么含义:也是相当于当前类的实例,只不过不用再将类名也加上进行强调,一般在UI组件类中直接进行定义时会这样写(也即不是在匿名类,内部类中)
睿智闷骚男
·
2024-01-18 13:46
android
零基础学鸿蒙编程-通过WebView打开网页
而不是采用系统浏览器打开网页.基础样例效果图实现方案activitypublicclassMainAbilitySliceextendsAbilitySlice{@OverridepublicvoidonStart(
Intent
intent
蓝不蓝编程
·
2024-01-18 08:36
2023-03-19
包含选择什么样的换端协议,我们先看看唤端路径,如下:唤端的协议分为自定义协议和平台标准协议,自定义协议在iOS端会有系统提示弹框,在Android端chrome25后自定义协议失效,需用
Intent
协议包装才能打
TuTu6169
·
2024-01-18 08:36
每日一词99 fathom
1.认识这个词(基础篇)英英释义:tounderstandsomethingcomplicatedormysterious例句:Girls’behaviors/
intent
ionsareoftenhardtofathom
Kungogo
·
2024-01-18 07:22
BroadcastReceiver
1.分类普通广播范围:整个系统系统广播范围:整个系统有序广播范围:整个系统本地广播(LocalBroadcast)背景Android中的广播可以跨App直接通信(exported对于有
intent
-filter
woochen123
·
2024-01-18 06:35
Android Pending
Intent
闪退
先来给大家推荐一个我日常会使用到的图片高清处理在线工具,主要是免费,直接白嫖。有时候我看到一张图片感觉很不错,但是图片清晰度不合我意,就想有没有什么工具可以处理让其更清晰,网上随便搜下就能找到,但是搜出来的很大可能是需要付费,这里便发现了两个比较好用的值得推荐,或许它每天对免费用户有一定的限制,但对于我每天可能也就处理不超过三张图片足矣,批量处理很可能还是付费吧!AI人工智能图片放大JPGHD人工
l and
·
2024-01-17 09:14
Android
android
android实现跳转第三方地图导航
valuri=Uri.parse("geo:24.473306,118.123456");//打开地图定位valit=
Intent
(
Intent
.ACTION_VIEW,uri)valcn=it.resolveActivity
史蒂文周
·
2024-01-17 00:53
android
android跳转地图
android
高德地图
百度地图
Android
Intent
使用
学习书《第一行代码笔记》
Intent
是Android程序中各组件之间进行交互的一种重要方式,它不仅可以指明当前组件想要执行的动作,还可以在不同组件之间传递数据。
EA_emran
·
2024-01-16 17:23
android
android
studio
ide
Android
intent
传输数据、
intent
通过bundle传输数据
目录一
intent
传输基本使用(传递零零散散的数据)二
intent
传输bundle(把零零散散的数据放在bundle对象里传过去)三总结
intent
传递对象请点这里一
intent
传输基本使用(传递零零散散的数据
梨轻巧
·
2024-01-16 17:22
Android
android
Android
Intent
的几种跳转方式
1、显示跳转
Intent
intent
=new
Intent
();
intent
.setClass(MainActivity6.this,MainActivity6son1.class);startActivity
Dragon Wu
·
2024-01-16 17:22
java
Android
android
java
AndroidStudy1-5
AndroidStudy1-5View视图Android六大布局ListView控件RecyclerView控件Android生命周期状态Android启动和关闭ActivityFragment
Intent
View
jc_t
·
2024-01-16 17:22
IT
android
安卓
Intent
/消息弹出Toast.makeText(FirstActivity.this,"加载中",Toast.LENGTH_SHORT).show();//页面跳转SecondActivity须和xml中一致
Intent
intent
lcannal
·
2024-01-16 17:50
Android
android
本地广播原理
本地广播使用的是观察者模式本地广播的基本使用注册广播localBroadcast=newLocalBroadcast();
Intent
Filter
intent
Filter=new
Intent
Filter
azu_test
·
2024-01-16 14:08
vulnhub靶场之DC-9
一.环境搭建1.靶场描述DC-9isanotherpurposelybuiltvulnerablelabwiththe
intent
ofgainingexperienceintheworldofpenetrationtesting.Theultimategoalofthischallengeistogetrootandtoreadtheoneandonlyflag.Linuxskillsandfam
MS02423
·
2024-01-16 12:07
[
vulnhub靶机通关篇
]
web安全
Android查询不到支持MediaBrowseService的应用
如果使用以下代码的androidapp查询不到支持MediaBrowseService的应用:
Intent
mediaBrowserService
Intent
=new
Intent
(MediaBrowserService.SERVICE_INTERFACE
belyxiong
·
2024-01-16 11:02
android
媒体播放器
mysql-锁
REPEATABLEREAD)可串行化(SERIALIZABLE)锁分类按性能乐观锁(用版本对比来实现)悲观锁按照锁定机制全局锁表锁读S/写X锁——悲观锁元数据锁(metadatalock,MDL)意向锁(
Intent
ionLocks
star-1331
·
2024-01-16 09:17
数据库
mysql
数据库
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE
TargetingS+(version31andabove)requiresthatoneofFLAG_IMMUTABLEorFLAG_MUTABLEbespecifiedwhencreatingaPending
Intent
.StronglyconsiderusingFLAG_IMMUTABL
冰糖葫芦三剑客
·
2024-01-16 05:27
Android技术的实现
android
java
android 返回到首页案例
现再次总结下:一、ActivityA返回到ActivityBActivityA返回到ActivityB,回收掉中间页面
Intent
intent
=new
Intent
(ActivityA.this,ActivityB.class
人民的石头
·
2024-01-15 17:18
Android
android
vulnhub靶场之DC-6
一.环境搭建1.靶场描述DC-6isanotherpurposelybuiltvulnerablelabwiththe
intent
ofgainingexperienceintheworldofpenetrationtesting.Thisisn'tanoverlydifficultchallengesoshouldbegreatforbeginners.Theultimategoalofthisc
MS02423
·
2024-01-15 11:13
[
vulnhub靶机通关篇
]
web安全
vulnhub靶场之DC-7
一.环境搭建1.靶场描述DC-7isanotherpurposelybuiltvulnerablelabwiththe
intent
ofgainingexperienceintheworldofpenetrationtesting.Whilethisisn'tanoverlytechnicalchallenge
MS02423
·
2024-01-15 11:13
[
vulnhub靶机通关篇
]
web安全
Android启动页开发
1、闪屏设计实现方式有比较多种,其中有一种是通过
Intent
跳转的方式,跳转到一个布局只有布局中添加了闪屏图片的SplashActivity中,实现短暂的闪屏效果。
淮左明都
·
2024-01-15 10:45
vulnhub靶场之DC-8
一.环境搭建1.靶场描述DC-8isanotherpurposelybuiltvulnerablelabwiththe
intent
ofgainingexperienceintheworldofpenetrationtesting.Thischallengeisabitofahybridbetweenbeinganactualchallenge
MS02423
·
2024-01-15 10:33
[
vulnhub靶机通关篇
]
web安全
论文阅读笔记 | ACL-2022 | 分治文本语义匹配:关键词和意图
原文标题:DivideandConquer:TextSemanticMatchingwithDisentangledKeywordsand
Intent
s原文链接:https://arxiv.org/abs
Megrezz
·
2024-01-15 02:20
论文阅读笔记
人工智能
自然语言处理
语言模型
Servicec-
Intent
Sercice
好处:1.不需要开线程,
Intent
Service自带线程,且不在主线程中;2.只需要处理onHandle
Intent
()方法;3.自己stop(),不需要调用stopservice()使用场景主要适用于单线程完成某项任务
Yison_a169
·
2024-01-14 14:04
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他