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
implementation
2018-09-10 方法调用流程
objc.h屏幕快照2018-09-10上午11.26.24.pngruntime.h类内部实现//查找IMPIMPclass_getMethod
Implementation
(Classcls,SELsel
OneStepAway
·
2022-02-03 18:33
关于蓝牙扫描出现的BLUETOOTH_PRIVILEGED权限异常
问题描述全部异常信息大致如下,发生在进行蓝牙扫描阶段:W/Binder:CaughtaRuntimeExceptionfromthebinderstub
implementation
.java.lang.SecurityException
kongzue
·
2022-02-03 17:37
NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9843)
qq登陆的时候出现错误出现错误解决办法在AppDelegate中添加@
implementation
NSURLRequest(DataController)+(BOOL)allowsAnyHTTPSCertificateForHost
sttech
·
2022-02-03 12:07
探究KVO本质
的简单用法首先我们先写一个常规的KVO:创建一个Person类#import@interfacePerson:NSObject@property(nonatomic,assign)NSIntegerage;@end@
implementation
Pers
我是C
·
2022-02-03 07:29
UITextView
interfaceViewController()@property(weak,nonatomic)UITextView*textview;@property(assign,nonatomic)BOOLisSelect;@end@
implementation
ViewController
Michael_NO1
·
2022-02-03 01:13
Android Kotlin Coroutines ktx扩展
本篇文章主要讲的是,kotlin协程在ktx上的扩展lifecycle扩展对于lifecycle的扩展,已经在以前的文章中讲过了主要的依赖
implementation
"androidx.lifecycle
·
2022-01-11 20:40
androidkotlin
易 AI - 使用 TensorFlow 2 Keras 实现 ResNet 网络
原文:https://makeoptim.com/deep-learning/yiai-resnet-
implementation
前言网络结构实现测试小结参考前言上一篇笔者使用如何阅读深度学习论文的方法阅读了
CatchZeng
·
2022-01-07 17:27
framework制作
import@interfacePrintStaticLibrary:NSObject-(void)justPrintSomething;@end#import"PrintStaticLibrary.h"@
implementation
PrintStaticLibrary
夜雨聲煩_
·
2022-01-04 14:56
android Retrofit2网络请求封装介绍
RetrofitUtil使用最后1.Retrofit使用Retrofit是一个现在网络请求框架,先来说一下怎么使用网络权限(添加到AndroidManifest.xml)gradle依赖(添加到build.gradle)
implementation
·
2021-12-30 10:52
Okhttp3+Retrofit2+RxJava2网络请求
1.导入依赖//网络请求okhttp3
implementation
'com.squareup.okhttp3:okhttp:3.12.0'//日志的拦截器
implementation
'com.squareup.okhttp3
程序猿的小生活
·
2021-12-28 17:24
初学Android之网络封装实例
从安卓发送请求到服务端校验,再从服务端返回给安卓校验结果1.在AndroidManifest.xml文件中添加网络权限所放位置如图所示:2.添加依赖,在app模块下的build.gradle中添加okhttp和json的依赖
implementation
group
·
2021-12-27 12:48
在Android Studio Arctic Fox 2020-3-1上依赖aar包
IDEimage.png步骤一:将aar文件放到如下目录(名字可自定义):app-|cuslibs-|abc-1.0.0.aar步骤二:App模块的build.gradle文件中申明:dependencies{
implementation
files
十二哥
·
2021-12-24 19:17
Vue.js关于响应式部分的优化
其中一个吸引我的点是提升了响应式的性能:Moreefficientref
implementation
(~260%fasterread/~50%fasterwrite)~40%fasterdep
·
2021-12-23 12:37
前端html5vue.js
2021-12-21 Category 导航栏nav相关
AppDelegate+Appearance记录iOS15之后,nav和tabbar等一些的全局设置#import"AppDelegate+Appearance.h"@
implementation
AppDelegate
两米长的大白菜
·
2021-12-21 15:04
Lifecycler原理解析
官网Lifecycle文档一:Lifecycle的集成1.1采用下面的方式,添加注解和集成
implementation
找到默认的DefaultLifecycleObserver老版本deflifecycle_version
全球顶尖伪极客
·
2021-12-17 02:52
Android开发最全代码-赶紧码住!!
DownloadGradle:
implementation
'com.blankj:utilcode:1.28.4'//ifuuseAndroidX,usethefollowing
implementation
'com.blankj
·
2021-12-06 15:30
android
使用Retrofit进行网络请求
技术详述添加依赖包//Retrofit
implementation
'com.squareup.retr
·
2021-12-03 11:05
android
第十六章:接口
接口的优点2涵盖的技术概念接口interface具体实现concrete
implementation
实现一个接口接口的方法集3介绍刚开始编程时,接口似乎很难理解。
Zioyi
·
2021-11-28 17:00
CSCI-570 Analysis of Algorithms
CSCI-570Fall2021AnalysisofAlgorithmsFinalProjectDue:Dec8,2021I.GuidelinesTheprojectisrelatedtothe
implementation
ofthetwodifferentsolutionsprovidedinchapter6oftheKleinbergtextbookfortheSequenceAlignment
·
2021-11-28 09:13
算法
IOS设计模式
一、创建型模式1.单例模式staticCSStudent*_student;@
implementation
CSStudent+(CSStudent*)sharedCSStudent{//方法一staticdispatch_once_tonetoken
beiguo123
·
2021-11-27 16:59
kotlin中ByteArray与基本类型的转换工具(位运算)
github地址:https://github.com/swallowsonny/ConvertExt项目引入
implementation
'com.swallowsonn
swallowsonny
·
2021-11-25 16:38
SpringBoot整合Redis配置多个库切换
SpringBoot项目使用redis1、直接引入spring-boot-starter-data-redis依赖gradle引入依赖
implementation
'org.springframework.boot
从零开始的程序猿生活
·
2021-11-25 15:05
ViewPager2打造Banner轮播图
效果图上图是天津地铁APP的Banner也是本文要实现的效果一、如何使用ViewPager2①在app下的build.gradle文件中添加如下依赖
implementation
"androidx.viewpager2
爺珍爱那颗心
·
2021-11-25 10:07
人脸关键点检测之PFLD
APracticalFacialLandmarkDetectorGithub:http://sites.google.com/view/xjguo/fldGitHub-polarisZhao/PFLD-pytorch:PFLDpytorch
Implementation
watersink
·
2021-11-24 20:17
人脸关键点检测&对齐
深度学习
神经网络
机器学习
Android入门教程 | OkHttp + Retrofit 使用
implementation
'com.squareup.retrofit2:retrofit:2.1.0'
implementation
'com.squareup.retrofit2:converter-gson
·
2021-11-23 15:52
android
Java设计模式之(六)——桥接模式
Decoupleanabstractionfromits
implementation
sothatthetwocanvaryindependently.桥接模式(BridgePattern):将抽象和实现解耦
YSOcean
·
2021-11-23 08:00
Flexbox+ReclyclerView实现流式布局
本文实例为大家分享了Flexbox+ReclyclerView实现流式布局的具体代码,供大家参考,具体内容如下效果:modulebuild.gradle引入
implementation
'com.google.android.flexbox
·
2021-11-22 14:55
Computer Networking
ASimpleReliableTransportProtocol2021.10.251IntroductionInthisassignment,youwillbuildasimplereliabletransportprotocol,RTP,ontopofUDP.YourRTP
implementation
mustprov
·
2021-11-22 08:28
后端
文档对比器-简单尝试PWA化
利用这个文档对比器可以进行中短文档的简易对比,较为方便快捷基于kpdecker/jsdiffjsdiffAjavascripttextdifferencing
implementation
.引用Basedonthealgorithmproposedin"AnO
·
2021-11-21 16:36
Jetpack Android Compose 利用Paging3实现分页加载,下拉刷新上拉更多
Paging3分页加载服务端是网上找的开源接口,来自:https://www.free-api.com/最终效果引入依赖://Paging3.0
implementation
'androidx.paging
被违规后的昵称
·
2021-11-21 15:30
能够自定义指示器的TabLayout最佳实践
包括保持和文本宽度一致、相对于文本宽度的左右margin及over)支持原生指示器的切换动画(线性动画和弹性动画)支持自定义选中Tab的字体大小定义效果演示动画.gif使用方法引入ExtendTabLayout库
implementation
'io.github.lijheng
_罪
·
2021-11-21 14:11
Android 三方使用之QQ三方分享QQ三方图片分享,QQ三方登录
功能近年来三方导流,方便用户使用App,以及方便App数据分享越来越多的App支持了三方登录以及三方分享网页和图片.在此,整理了一系列三方库的集成方法以及集成中遇到的问题一:包引用1:Maven引用
implementation
'com.tencent.tauth
没有了遇见
·
2021-11-20 22:31
Android room数据库使用详解
1、引入库defroom_version="2.3.0"
implementation
"androidx.room:room-runtime:$room_version"//ForKotlinusekaptinsteadofannotationProcessorannotationProcessor"androidx.room
·
2021-11-20 15:33
Java开发安装必备软件
1.JDK(下载项目中的版本)OpenJDK是开源的sun版openjdk8下载地址:JavaPlatform,StandardEdition8Reference
Implementation
shttp:
Nami0501
·
2021-11-19 14:57
jni
java
websphere
Android Maven 上传aar 生成Gitlab私有远程依赖
eg:
implementation
'com.custom.library:Module:1.0.0'配置环境硬件:MacOSAs版本:ArcticFoxKotlin版本:1.5.30Gradle版本:7.0.2
_发强
·
2021-11-19 01:28
Conways Problem
ConwaysProblemConway’sProblemInthislabyouwillwriteaprogramtosolveConway’sproblem.DescriptionYouwillagainusetheIPC
implementation
underUNIXandtheezipc.hlibrarytosolvetheproblem.Ifezipcisnotused
·
2021-11-13 14:09
算法
AppMetrica 集成指南和注意事项
implementation
'com.yandex.android:mobmetricalib:3.21.0'}2:从基类声明派生类并按如下Application方式覆盖该方法onCreate():public
深海呐
·
2021-11-11 18:06
Android
android
java
AppMetrica
AppMetrica集成
AppMetrica介绍
防止数组越界Crash示例
interfaceNSMutableArray(PreventCrash)@endNS_ASSUME_NONNULL_END#import"NSArray+PreventCrash.h"#import@
implementation
NSArray
小米咸鱼
·
2021-11-10 22:28
设计一个响应式网络请求
流程图添加依赖dependencies{//Retrofit
implementation
'com.squareup.retrofit2:retrofit:2.9.0
蒙同學
·
2021-11-09 22:00
Android
Retrofit
RxJava
OkHttp
AutoDispose
Android 详解沉浸式状态栏的实现流程
目录去掉标题栏效果引入依赖沉浸状态栏颜色沉浸状态栏图片Android—沉浸式状态栏我们的征程是星辰大海,而非人间烟尘去掉标题栏首先去掉对应主题下面的Android自带的ActionBar,只需要在对应主题下面加NoActionBar效果引入依赖
implementation
'com.jaeger.statusbarutil
·
2021-11-08 20:37
Android 好用的万能指示器magicindicator
hackware1993/MagicIndicator一、使用1.导入依赖repositories{...maven{url"https://jitpack.io"}}dependencies{...
implementation
'com.github.hackware1993
遇见编程
·
2021-11-08 14:51
日期处理
CategoryNSCalendar的分类#import@interfaceNSCalendar()+(instancetype)calendar;@end#import"NSCalendar+WMCategory.h"@
implementation
NSCalendar
HeavenWong
·
2021-11-06 22:52
Android TextView渐变颜色和方向及动画效果的设置详解
使用jcenter
implementation
'com.williamyang:gradienttext:1.0.1'使用mavenCe
·
2021-11-06 16:20
Android---沉浸式状态栏
Android---沉浸式状态栏去掉标题栏效果引入依赖沉浸状态栏颜色沉浸状态栏图片去掉标题栏首先去掉对应主题下面的Android自带的ActionBar,只需要在对应主题下面加NoActionBar效果引入依赖
implementation
'com.jaeger.statusbarutil
LuckyLazyPig
·
2021-11-06 15:13
Android
android
java
apache
C++ Graph Algorithms
C++
Implementation
ofGraphAlgorithms1TaskDescriptionYouareaskedtouseC++tosolvethefollowingpuzzle.Hint:Allittakesisanalgorithmmentionedinthiscourse
·
2021-11-05 12:07
后端
2.LinkedList的实现原理
一、概述先来看看源码中的这一段注释,我们先尝试从中提取一些信息:/***Doubly-linkedlist
implementation
ofthe{@codeList}and{@codeDeque}*interfaces.Implementsalloptionallistoperations
[email protected]
·
2021-11-04 14:56
List
java
Android入门教程 | RecyclerView使用入门
gradle:dependencies{//...
implementation
'androidx.recyclerview:
·
2021-11-03 20:18
android
Android MVVM架构实现RecyclerView列表详解流程
引用代码解析建立实体类建立RecyclerView子项适配器建立适配器设置子项点击事件adapter全部代码建立VM层子项点击事件的使用VM层代码数据与视图交互效果图导入引用导入Recyclerview依赖
implementation
'androidx.recyclerview
·
2021-10-29 19:46
Android实现动态添加数据与堆叠折线图详解流程
轴时间值初始化自动刷新时间实现尾言效果视频引用描述本示例采用的是非常、非常、非常好用的一款第三方SDK——helloCharts传送门导包第一步:导入mavenmaven{url'https://jitpack.io'}第二步:导入依赖
implementation
'com.github.lecho
·
2021-10-29 17:41
前端导出Excel表格
npminstall-Sfile-saverxlsxnpminstall-Dscript-loader2、在自己项目新建一个文件夹,放入以下两个jsblod.js/*eslint-disable*//*Blob.js*ABlob
implementation
五更月
·
2021-10-29 14:41
前端
javascript
css3
上一页
71
72
73
74
75
76
77
78
下一页
按字母分类:
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
其他