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
Android学习之加载图片(网络+本地)Glide的使用
(这里给出最最最基础的方法,属于入门)首先,导入依赖:在gradle添加(这里是4.11.0版本)点这里去github的官网可以拿最新版本
implementation
'com.github.bumptech.glide
°打铁的PJ
·
2020-09-13 09:54
Android学习
android
网络
java
AndFix热修复集成
先导入依赖:可以去github看:
implementation
'com.alipay.euler:andfix:0.5.0@aar'新建Application初始化publicclassAndFixApplicationextendsApplication
以滔之命
·
2020-09-13 09:14
扫描二维码
导入依赖
implementation
'cn.yipianfengye.android:zxing-library:2.2'在Application中初始化@OverridepublicvoidonCreate
以滔之命
·
2020-09-13 09:14
今日头条适配使用
快速开始添加依赖
implementation
'me.yatoooon:screenadaptation:1.1.1'始化工具类(1.)创建自己的application继承ApplicationpublicclassAppextendsApplication
以滔之命
·
2020-09-13 09:42
RxJava2 源码分析一
本文是居于此版本分析的
implementation
"io.reactivex.rxjava2:rxjava:2.2.8"
implementation
'io.reactivex.rxjava
shenshizhong
·
2020-09-13 08:30
知识要点
源码分析
Android中运用ConvenientBanner实现轮播图效果
先上一张效果图:想必大家都看到过电商之类的App都会用到这样的样式吧当然我这里比较简化,但是也同样实现了图片轮播的效果,别的就不说了马上开工~1.添加依赖包//轮播图
implementation
'com.bigkoo
客之美我者
·
2020-09-13 08:28
Android
ListView和Recyclerview实现滑动隐藏与显示FloatingActionButton
先看效果:listview实现recyclerview实现FloatingActionButtonbuild.gradle的dependencies需要引入
implementation
'com.android.support
csy1045130240
·
2020-09-13 08:55
CircleImageView的使用
在头像的周围添加一个圆框即可,在github上有一个开源控件叫做CircleImageView可以很好的实现圆形边框使用:在build.gradle的dependencies中加入dependencies{....
implementation
'de.hdode
wjxbless
·
2020-09-13 08:12
Android自定义view
Android中Rect和RectF的区别
int类型作为数值,RectF是使用float类型作为数值2、两个类型提供的方法也不是完全一致,如下所示:Rect:equals(Objectobj)(forsomereasonitasit'sown
implementation
ofequals
森森向上
·
2020-09-13 08:57
Android
AndroidStudio创建
implementation
依赖 配置
在Project的gradle下添加如下信息:buildscript{dependencies{...classpath'com.github.dcendents:android-maven-gradle-plugin:1.5'...}在Moudle的library的gradle添加如下信息:applyplugin:'com.github.dcendents.android-maven'group
huahuahua不完
·
2020-09-13 08:27
git
GLide框架
implementation
‘com.github.bumptech.glide:glide:4.6.1’代码/**1.加载网络图片,加载SD卡图片,加载本地资源文件2.加载GIF动图3.加载视频,形成一帧的图片
程序:猿
·
2020-09-13 07:05
Android RecyclerView滑动标题置顶
实现先来看看效果图(由于不会制作gif图所以)如上图左边可以点击切换到该标题的子item右边可以通过滑动更换置顶标题步骤开始:一:导入第三方
implementation
'com.kunminx.linkage
qq_41804086
·
2020-09-13 07:30
安卓
ConvenientBanner的使用
一、com.bigkoo:convenientbanner使用1、导入依赖//轮播图
implementation
'com.bigkoo:convenientbanner:2.0.5'2、初始化布局3、初始化控件
xiaowanzi1020
·
2020-09-13 07:20
UI控件及样式
agentWeb Android 端的集成 和具体使用方法
1.集成
implementation
'com.just.agentweb:agentweb:4.1.2'2.布局 3.Java代码 privateLinearLayoutweblayout;privateAgentWebagentWeb
小菜鸟hahha
·
2020-09-13 07:19
web
Rect和RectF的区别
2、一些方法区别、Rect类equals(Objectobj)(forsomereasonitasit'sown
implementation
ofequals)exactCenterX()exactCenterY
longyi_java
·
2020-09-13 07:35
Android Rect和RectF的区别
Rect是使用int类型作为数值,RectF是使用float类型作为数值2、两个类型提供的方法也不是完全一致Rect:equals(Objectobj)(forsomereasonitasit'sown
implementation
ofequals
Paul_ZJ
·
2020-09-13 07:55
Android
iOS 信鸽推送
#import"AppDelegate.h"#import"XGPush.h"@interfaceAppDelegate()@end@
implementation
AppDelegate-(BOOL)application
张乾坤
·
2020-09-13 07:21
iOS开发
dotnet core通过配置文件进行注入
Singleton":[],"Transient":[{"Service":"Cy.NetCore.Common.Interfaces.IService,Cy.NetCore.Common.Interfaces","
Implementation
Jonny Lin
·
2020-09-13 07:24
asp.net
core
英汉字典
NSString*engWord;@property(nonatomic,retain)NSString*chiMean;@endMyDictionary.m#import"MyDictionary.h"@
implementation
MyDi
smile_榕
·
2020-09-13 07:13
OC前言-学习笔记
可以在OC代码中混入C语言代码,甚至是C++代码4.可以使用OC开发MacOSX平台和iOS平台的应用程序二、OC语法1.关键字基本上所有关键字都是以@开头下面列举一些常见的关键字@interface、@
implementation
welfarelove
·
2020-09-13 06:00
OC
OC
ios
二维码扫描
依赖
implementation
‘com.github.yuzhiqiang1993:zxing:2.2.1’https://blog.csdn.net/yuzhiqiang_1993/article/
并非善类
·
2020-09-13 06:41
POI生成word文档,包括标题,段落,表格,统计图(非图片格式)
POI为“PoorObfuscation
Implementation
”的首字母缩写,意为“简洁版的模糊实现”。
cole丶
·
2020-09-13 06:28
poi
IOS 成员变量,全局变量,局部变量定义,static与extern的区别
全局变量,局部变量定义,static与extern的区别1,先说定义1)成员变量定义:生存与该类的生命周期,变量存活周期跟你定义的该类实体对象一样;作用域是整个实体对象;可以在h文件中声明或者在m文件中@
implementation
weixin_34166847
·
2020-09-13 06:32
iOS中的分段控件(UISegmentedControl)和滑块控件(UISlider)
#import"RootViewController.h"@interfaceRootViewController()@end@
implementation
RootViewController-(void
weixin_30325071
·
2020-09-13 06:22
设计模式
Objective-C中使用extern引用外部全局变量(如:创建全局可变字符串)
extern的使用方法:1.在需要初始化该变量的文件(如:func.m)中,定义变量NSMutableString*globalString;(注:需定义在@interface和@
implementation
iChenwin
·
2020-09-13 06:22
iOS备忘录
iOS UIAlertController的AlertView形式 加输入框 用法
#import"ViewController.h"@interfaceViewController()@property(nonatomic,strong)UIButton*btn;@end@
implementation
ViewController
王颜华
·
2020-09-13 06:00
iOS
STM32中使用标准库重定义printf()函数
//重定义函数1PUTCHAR_PROTOTYPE{/*Placeyour
implementation
offputchere*//*e.g.writeacharactertotheUSART*/USART_SendData
瑟寒凌风
·
2020-09-13 06:17
linux嵌入式
ViewController添加button按钮解析。(翻译)
//#import"ViewController.h"@interfaceViewController()@end@
implementation
ViewController-(void)vi
hehexiale
·
2020-09-13 05:16
初学者
对象的深浅拷贝
#import"DSJCopyCtrl.h"@interfaceDSJCopyCtrl()@end@
implementation
DSJCopyCtrl-(void)viewDidLoad{[superviewDidLoad
JasonDu...
·
2020-09-13 05:43
不可变数组的一些方法与理解
#import"ViewController.h"@interfaceViewController()@end@
implementation
ViewController-(void)viewDidLoad
dby1101
·
2020-09-13 05:58
vivado跨时钟域时序约束出现WNS和TNS为负数导致failed timing的解决方法
首先我们运行一次Run
implementation
,如图:运行完成以后,我们就可以看到这样的界面,如果没有,也可以openimpelementeddesign接着找到问题所在,然后右键选择setfalsepath
cornelius0223
·
2020-09-13 05:18
时序
FPGA
[Python]ImportError: This platform lacks a functioning sem_open
implementation
, therefore, the requi
具体错误描述:ImportError:Thisplatformlacksafunctioningsem_open
implementation
,therefore,therequiredsynchronizationprimitivesneededwillnotfunction
王珂的个人笔记
·
2020-09-13 05:14
python
微信H5支付并返回APP
import"TuningupPaymentController.h"@interfaceTuningupPaymentController()@property(nonatomic,strong)UIWebView*webView;@end@
implementation
Tuningup
橘子镇男孩
·
2020-09-13 04:47
IOS开发之----全局变量extern的使用
比写在appDelegate和定义单例方便一些;举例:1.MyExternClass.h添加这个类,并在.m文件添加代码#import"MyExtern.h"@
implementation
MyExternNSString
weixin_30569033
·
2020-09-13 04:36
NSMutableArray 添加移动位置函数
HF)-(void)moveObjectFromIndex:(NSUInteger)fromIndextoIndex:(NSUInteger)toIndex;#import"MoveArray.h"@
implementation
NSMutableArray
iteye_7514
·
2020-09-13 04:09
Spring Boot的错误The Bean Validation API is on the classpath but no
implementation
could be found
之前我是直接全部删除org的springframework文件夹,这篇写着删除这三个文件夹,也可以。参考博文:https://blog.csdn.net/u012903926/article/details/79291739
xianshigudu
·
2020-09-13 03:31
JAVA
编程小知识 之 杂记两则
本文简述了之前遇到的两则编程杂记隐式字符串字面量合并之前看到一段C/C++代码:voidfunc(constchar*str){//
implementation
...}func("string""params
tkokof1
·
2020-09-13 02:22
语言
字符串
字面量
C++
C#
合并
Java 接口可以创建对象吗?匿名内部类怎么来的 ? Lambda表达式怎么来的?
publicinterfaceRunnable{voidrun();}publicstaticvoidmain(String[]args){Runnabler=newRunnable(){//some
implementation
陈小易
·
2020-09-13 02:39
Java
lambda
java
Error creating bean with name 'eurekaInstanceConfigBean'
Singletonbeancreationnotallowedwhilesingletonsofthisfactoryareindestruction(DonotrequestabeanfromaBeanFactoryinadestroymethod
implementation
wxyggz
·
2020-09-13 02:43
ios中单例模式
#import@interfaceSingleton:NSObject+(Singleton*)getInstance;@end@
implementation
Singleton+(Singleton*)
qq_14858923
·
2020-09-13 02:17
iOS
创建springBoot项目,maven拉取时报错
创建springBoot项目,maven拉取时报错Unabletoimportmavenproject:SeelogsfordetailsNo
implementation
fororg.apache.maven.model.path.PathTranslatorwasbound
进击的呆萌
·
2020-09-13 02:46
maven
spring
boot
Unreal 4引擎修改记录
1.DeferredDecal类Renderer\Private\CompositionLighting\PostProcessDeferredDecals.h:DeferredDecals
implementation
.classFRCPassPostProcessDeferredDecals
mayaworks
·
2020-09-13 02:25
编程札记
[视频] Symbian中视频API的使用 (S60 3rd FP1)
ClientsusingeitheroftheCVideoPlayerUtilityandCVideoRecorderUtilityclassesmusthaveanactiveschedulerrunningintheirthreadbecausethe
implementation
suseactiveobjectsandcallbacks
kelio
·
2020-09-13 01:36
symbian
api
symbian
fp
video
playback
parameters
Android 导入 aar包引起的Error:Failed to resolve: :xxxaar: 的问题
Android导入aar包引起的Error:Failedtoresolve::xxxaar:的问题添加一个arr库,依赖上也添加了:
implementation
(name:'**aar',ext:'aar
秋天的春
·
2020-09-13 01:41
Android
android
iOS 秒杀倒计时 从服务器获得时间戳秒杀开始和结束倒计时。
@
implementation
GoodsViewController{dispatch_source_t_timer;}//求两个时间的时,分,秒+(NSArray*)getTwoDataMin:(NSString
ZY_FlyWay
·
2020-09-13 01:38
#
iOS
CocoaTouch
elasticsearch Exception: io.netty.util.internal.PlatformDependent.newAtomicIntegerFieldUpdater
ERRORStatusLoggerLog4j2couldnotfindalogging
implementation
.Pleaseaddlog4j-coretotheclasspath.UsingSimpleLoggertologtotheconsole
Yonghua Li
·
2020-09-13 01:45
Bug
Docker热迁移工具CRIU原理系列: CLI, RPC and C API
一、CLICLI(CommandLine
Implementation
)意思是CRIU的命令行工具,具体的工具名称是criu。
无色云
·
2020-09-13 00:09
docker
docker
linux
USB 收发数据
//USBFunc.cpp:
implementation
oftheCUSBFuncclass.
Simons(1075271250@qq
·
2020-09-13 00:45
拍照图片上传竖立问题解决~
原文点这,很详细,这里只给代码#import"UIImage+fixOrientation.h"@
implementation
UIImage(fixOrientation)-(UIImage*)fixOrientation
流云青山
·
2020-09-12 23:04
iOS高级
分布式监控系统Ganglia学习------(1)基本原理
paper:《TheGangliaDistributedMonitoringSystem:Design,
Implementation
,andExperience》可以快速了解Ganglia的基本原理。
我是安静的美男子
·
2020-09-12 23:08
c/c++编程
linux相关
ganglia
上一页
92
93
94
95
96
97
98
99
下一页
按字母分类:
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
其他