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
Kotlin okhttp 简单封装
依赖的添加:
implementation
'com.squareup.okhttp3:okhttp:3.1.2'
implementation
'org.jetbrains.kotlin:kotlin-stdlib-jdk8
caideqiang
·
2023-08-31 08:47
Android
android
kotlin
okhttp
fasejosn
Kotlin 中 OkHttp 使用及解析
build.gradledependencies{//OkHttp
implementation
'com.squareup.okhttp3:okhttp:4.9.0'}简单使用例子valokHttpClient
简单不一定不好
·
2023-08-31 08:14
OkHttp
kotlin
OkHttp
安卓开发-处理自定义注解
一、创建一个Module用于存放自定义注解1创建ModuleMyAnnotation2添加build.gradle配置applyplugin:'java-library'dependencies{
implementation
fileTree
贼厉害
·
2023-08-31 06:29
Android中使用WebSocket
页面可接发信息_mr_lichao的博客-CSDN博客_androidwebsocket心跳Android中使用WebSocket_Huang兄-CSDN博客_androidwebsocket//导包:
implementation
"org.java-websocket
aidou1314
·
2023-08-31 06:14
Android
Studio
websocket
java
Android
socket
长连接
Android Glide preload RecyclerView切入后台不可见再切换可见只加载当前视野可见区域item图片,Kotlin
AndroidGlidepreloadRecyclerView切入后台不可见再切换可见只加载当前视野可见区域item图片,Kotlinbuild.gradle文件:plugins{id("org.jetbrains.kotlin.kapt")}
implementation
zhangphil
·
2023-08-31 06:55
kotlin
Android
Glide
android
glide
kotlin
内存监控LeakCanary1.6.1使用和原理分析
使用LeakCanary的集成过程很简单,首先在build.gradle文件中添加依赖:dependencies{debug
Implementation
'com.squareup.leakcanary:
Vinson武
·
2023-08-31 03:54
第三方库
性能优化
android
LeakCanary
AOP和ASM字节码插桩笔记
Javassist细究JVM栈帧&ASM字节码的核心技术对比图Hunter一个底层基于ASM和GradleTransformAPI实现的框架依赖https://asm.ow2.io/index.html
implementation
'org.ow2
Fred__Kang
·
2023-08-31 01:08
安卓
jvm
android
asm
yolo增加mobileone
代码地址:GitHub-apple/ml-mobileone:Thisrepositorycontainstheofficial
implementation
oftheresearchpaper,"AnImprovedOnemillisecondMobileBackbone
athrunsunny
·
2023-08-30 21:11
深度学习笔记
YOLO
计算机视觉
人工智能
深度学习
.a静态库生成和导入
在生成的类文件里编辑库内容,示例如下://.h文件声明方法@interfaceTestLib:NSObject+(void)showDemo;@end//.m文件实现@
implementation
浅_若清风
·
2023-08-30 20:23
Gradle for android -dependencies
一、本地module依赖dependencies{
implementation
project(':XX')......}如何添加本地module呢?这里简单讲一下。
crossroads
·
2023-08-30 14:24
iOS 对self和super的理解
@
implementation
Son:Father-(id)init{self=[superinit];if(self){NSLog(@"%@",NSStringFromClass([selfclass
码农二哥
·
2023-08-30 12:22
POI技术实现文件的导入导出
一、POI简介:ApachePOI的定义是PoorObfuscation
Implementation
”首字母的缩写,即“简单的模糊实现”。
老郑头zz
·
2023-08-30 11:21
常用工具类
POI
java
apache
开发语言
ECDH secp256k1 集成
在Android原生api是不支持secp256k1算法的,所以要先集成以下库:
implementation
'com.madgag.spongycastle:core:1.58.0.0'compile'com.madgag.spongycastle
flee92
·
2023-08-30 09:22
加密
java
android
python实现四维卷积
转自python实现卷积层的前向后向传播过程前向传播importnumpyasnpdefconv_forward_naive(x,w,b,conv_param):"""Anaive
implementation
oftheforwardpassforaconvolutionallayer.TheinputconsistsofNdatapoints
baike33
·
2023-08-30 05:31
deep
learning
code
Android中使用Hanlp对文本进行分词以及提取关键词
Android中使用Hanlp对文本进行分词以及提取关键词一、引入依赖dependencies{
implementation
'com.hankcs:hanlp:portable-1.7.8'}二、使用方法
绝命三郎
·
2023-08-29 17:48
Android代码块总结
android
java
开发语言
C++ Pimpl
Pimpl(Pointerto
implementation
,指向实现的指针)是一种减少代码依赖和编译时间的C++编程技巧,其基本思想是将一个外部可见类(visibleclass)的实现细节(一般是所有私有的非虚成员
云端一散仙
·
2023-08-29 11:47
c++
c++
开发语言
WireGuard VPN installer on Ubuntu (OpenVZ environment)
hisscriptisbeingdevelopedandtestedforthisenvironmentandrequirements:Ubuntu20.04LTSOpenVZcontainerThefollowingbashscriptinstallsauserspaceWireGuard
implementation
andawebGUIallowingyoutomanagetheVPN.Thes
Sunday_ding
·
2023-08-29 10:52
ubuntu
linux
虚拟化
ubuntu
linux
运维
Android Lottie加载gson文件动画
一:Lottie的使用在你工程的build.gradle文件里添加如下配置
implementation
'com.airbnb.android:lottie:3.4.0'二:布局文件直接引入LottieAnimationView
“嗯哈
·
2023-08-29 06:10
android
网关系统PipeLine设计
PipelinedSystem
Implementation
:Define"pipe-execute-type"structureforPile-linedsystemsuchasAccessGatewayorAdaptortodecidefromwhichlayertodologicprocess.Mapeachlayernametotheprocessorderwhenbindingpipest
飞天的龙王
·
2023-08-28 20:43
iOS Block clang 转 c++ 后底层解析
#import"BlockClass.h"@
implementation
BlockClass+(void)funcTest{inta=10;NSLog(@"a1:%p,%d",&a,a);void(^blockName
金鱼女士
·
2023-08-28 18:31
知识点记录
ios
c++
Python Qt学习(一)一个简单的JSON数据预览界面
先贴上代码:#-*-coding:utf-8-*-#Form
implementation
generatedfromreadinguifile'json_converter.ui'##Createdby:
bluemliu
·
2023-08-28 17:22
python
Python Qt学习(四)Radio Button
代码#-*-coding:utf-8-*-#Form
implementation
generatedfromreadinguifile'D:\Works\Python\Qt\qt_radiobutton.ui
bluemliu
·
2023-08-28 17:50
python
virtual table pointer changing between constructor and destructor
Invtable-based
implementation
s,thisbehaviorisimplementedbychangingthevtablepointerbetweenconstructors/
seamanj
·
2023-08-28 09:35
c++
android EventBus
//依赖
implementation
'org.greenrobot:eventbus:3.1.1'//A类跳转到B类//A类Stringmsg="我是主页数据";EventBus.getDefault(
day_moon
·
2023-08-28 02:32
android基础
android
android compose ConstraintLayout
implementation
"androidx.constraintlayout:constraintlayout-compose:1.0.1"@Preview@ComposablefunGreeting
day_moon
·
2023-08-28 01:01
android基础
android
vue.js
elementui
2018-3-26
Ihavebeenthinkingabouthowtoimprovemyefficiencyforalmost3month.IthinkthevalinsofpooreffiencyareIkonwlittleaboutwaystoimproveandpoor
implementation
capacity.SoallIneedtodoistrytoimprovethosetwothings.Mayb
驰111
·
2023-08-27 23:53
C++中的Pimpl和RAII惯用法
一、PImpl惯用法PImpl(Pointerto
implementation
)是一种比较常见的C++编程技巧,采用这种技巧能够减少代码依赖以及编译时间,具体思想是:将类的实现细节(如一些非虚的私有成员
pSomng
·
2023-08-27 20:40
C/C++
c++
Hook startActivity
console.log(Object.getOwnPropertyNames(Activity));Activity.startActivity.overload('android.content.Intent').
implementation
盖码范
·
2023-08-27 11:48
软件工程(七) UML之用例图详解
逻辑视图(logicalview)一般使用类与对象来表示,主要表示系统的功能针对的人群是系统分析、设计人员实现视图(
implementation
view)一般是呈现了
码农小何
·
2023-08-27 11:31
架构师考试备战
软件工程
uml
Pimpl模式
写在前面Pimpl(Pointerto
implementation
,又称作“编译防火墙”)是一种减少代码依赖和编译时间的C++编程技巧,其基本思想是将一个外部可见类(visibleclass)的实现细节
SNAKEpc12138
·
2023-08-27 09:56
C++
智能指针
c++
设计模式
Fragment中使用开源banner用Glide加载网络图片显示不出来
原因Glide4.0的问题使用Glide的依赖为
implementation
'com.github.bumptech.glide:glide:4.8.0'annotationProcessor'com.github.bumptech.glide
风月寒
·
2023-08-27 08:04
android java.lang.UnsatisfiedLinkError异常
开发一个aar在其他项目引用的时候报java.lang.UnsatisfiedLinkError:No
implementation
foundforintcom.xxx.Utils.dewlt()方法无法应用
沅霖
·
2023-08-27 08:16
Android
android
Android Studio 运行Java,控制台输出汉字乱码
然后重新运行代码tasks.withType(JavaCompile){options.encoding="UTF-8"}添加位置applyplugin:'java-library'dependencies{
implementation
fileTree
小小小小小黄毛
·
2023-08-27 07:03
Error:Failed to resolve: appcompat-v7
将build.grade(Module.app)下的
implementation
'com.android.support:appcompat-v7:26.1.0'改为
implementation
'com.android.support
smallestt
·
2023-08-27 06:08
Android内存泄露检测之LeakCanary的使用
而且debug
Implementation
只在debug模式下有效,所以不用担心用户在正式环境下也会出现LeakCana
牵着蜗牛散步Zz
·
2023-08-27 03:40
android koin 的使用
创建一个kotlin项目添加koindefkoin_version="3.2.1"
implementation
"io.insert-koin:koin-core:$koin_version"testImplem
客观开发者
·
2023-08-27 02:59
iOS微信唤起,浏览器唤起app中遇到的问题
//#import"JSEscape.h"#include@
implementation
JSEscapeNSString*tohex(inttmpid){
银月流苏
·
2023-08-27 02:24
JS之 MD5加密的使用
MD5.js/**AJavaScript
implementation
oftheRSADataSecurity,Inc.MD5Message*DigestAlgorithm,asdefinedinRFC1321
gyuei
·
2023-08-26 08:15
JavaScript
javascript
前端
开发语言
用xib创建uicollectionView
#import"AspectCell.h"#import"AspectCollectionViewCell.h"@interfaceAspectCell()@end@
implementation
AspectCell
summerTa
·
2023-08-26 03:26
2021-01-22 Leakcanary 源码流程(Activity 泄露监测)
这里是基于Leakcanary2.6来查看1.使用2.6后使用很简单,直接在appgradle下增加依赖dependencies{debug
Implementation
'com.squareup.leakcanary
猫KK
·
2023-08-26 03:54
Android 加载PDF格式文件
总的来说总结出最快的是实现方法:集成
implementation
'com.github.shxdos:AndroidPdfViewer:2.7.0-beta.2'此第三方会增加apk体积5M左右但是相对
PaXiy
·
2023-08-26 00:00
Retrofit 2.9.0源码解析
一,使用方式1.添加依赖,当前使用2.9.0版本,源码分析也基于此版本dependencies{
implementation
'com.squareup.retrofit2:retrofit:2.9.0'
wang_zd
·
2023-08-25 23:59
spring websocket demo
一java依赖gradle配置
implementation
"org.springframework.boot:spring-boot-starter-websocket"
implementation
"org.springframework.security
SongJingzhou
·
2023-08-25 21:36
spring
websocket
sql
Delphi 中接口实现:Implementing Interfaces
目录一、类声明(ClassDeclarations)二、方法解决说明(MethodResolutionClause)三、更改继承实现(ChangingInherited
Implementation
s)四
海纳老吴
·
2023-08-25 14:03
Delphi
delphi
接口
interface
delphi 接口编程_Delphi编程101中的接口
delphi接口编程InDelphi,"interface"hastwodistinctmeanings.InOOPjargon,youcanthinkofaninterfaceasaclasswithno
implementation
.InDelphiunitdefinitioninterfacesectionisusedtodeclareanypublicsectionsofcodethatap
cumao2792
·
2023-08-25 14:01
java
python
设计模式
javascript
编程语言
ViewUI
iOS单例模式代码示例
#import"XXXClass.h"@
implementation
XXXClass+(instancetype)shareInstance{staticXXXClass*_sharedSingleton
搬砖人666
·
2023-08-25 12:26
iOS中atomic一定是线程安全的吗
interfaceTwoViewController()@property(nonatomic,copy)NSString*name;@property(atomic,assign)intage;@end@
implementation
TwoViewController
ChenL
·
2023-08-25 10:26
labml.ai Deep Learning Paper
Implementation
s
labml.aiDeepLearningPaper
Implementation
sgithub地址:https://github.com/labmlai/annotated_deep_learning_paper_
implementation
s
Highlight_Jin
·
2023-08-25 09:47
#
论文精读
人工智能
深度学习
安装madRoot
Github网址:davidjamesbryant/MADroot:Efficient
implementation
oftheMADmethodforinferringthelocationoftherootinalargephylogeny
江有枫xx
·
2023-08-25 07:28
服务器
Android 夜间模式(白/夜间模式的切换)
废话不多说,看效果:最后给大家把主要的部分拿出来,供大家参考,结尾有项目下载地址1.导入依赖
implementation
'andr
拉莫帅
·
2023-08-25 03:43
Android
底部导航
标题栏
android
android
studio
上一页
30
31
32
33
34
35
36
37
下一页
按字母分类:
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
其他