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
iOS--关于http和https请求不成功
@
implementation
NSURL
上善_若水
·
2021-05-19 21:13
【Android APT】编译时技术 ( 编译时注解 和 注解处理器 依赖库 )
AndroidAPT】编译时技术(ButterKnife原理分析)简单介绍了下编译时技术,并简单分析了ButterKnife的实现原理;使用ButterKnife时会依赖两个库,dependencies{
implementation
'com.ja
韩曙亮
·
2021-05-19 20:45
Android
APT
注解
Android
APT
编译时注解
注解处理器
首页-- EliteSchoolTableViewCell
#import@interfaceEliteSchoolTableViewCell:UITableViewCell@end#import"EliteSchoolTableViewCell.h"@
implementation
EliteSchoolTableViewCell
云兮77
·
2021-05-19 19:01
Leetcode - Flatten Nested List Iterator
*//Youshouldnotimplementit,orspeculateaboutits
implementation
*publicinterfaceNestedInteger{**//@returntrueifthisNestedIntegerholdsasingle
Richardo92
·
2021-05-19 18:26
Core Bluetooth
nonatomic,strong)CBCentralManager*manager;@property(nonatomic,strong)NSMutableArray*peripherals;@end@
implementation
ViewController
himyfairy
·
2021-05-19 18:41
DataBase-打开关闭
该类继承自NSObject本部分内容放在专门的DataBase.m文件#import"DataBase.h"@
implementation
DataBasestaticsqlite3*db=nil;+(sqlite3
清都
·
2021-05-19 14:40
Java使用 Gradle 依赖配置compile,
implementation
和api的区别
Gradle3.4新增了Java-library插件,java-library插件使用了新的依赖配置
implementation
和api。旧的依赖配置compile被废弃。
禅与计算机程序设计艺术
·
2021-05-19 13:35
数字转换对应的英语单词
2.脑袋里一直有一种想要数num几位数的
implementation
]核心思想是把数字分成几个bucket:
98Future
·
2021-05-19 08:48
AttributedText 快速设置UIButton 和 UILabel 的文字: 字体、颜色、大小
property(weak,nonatomic)IBOutletUIButton*loginbutton;@property(weak,nonatomic)IBOutletUILabel*lable;@end@
implementation
ViewController
酒红色T恤
·
2021-05-19 05:28
OC 方法的继承
建一个Person类作为父类Person.h#import@interfacePerson:NSObject-(void)play;@endPerson.m#import"Person.h"@
implementation
Person
J_coco
·
2021-05-19 01:26
OkHttp的基本使用、源码解析一次异步请求过程
添加如下依赖
implementation
'com.squareup.okhttp3:okhttp:3.10.0'异步GET请求newOkHttpClient;构造Request对象;通过前两步中的对象构建
王伟desire
·
2021-05-19 01:51
Kotlin学习笔记之 33 协程 & Retrofit
首发于公众号:DSGtalk198933.协程&Retrofit本质上来说,所有的Rxjava的情况我们都可以通过协程来实现,这边以利用最广泛的网络请求为例首先添加相关依赖
implementation
'com.jakewharton.retrofit
super_shanks
·
2021-05-18 23:15
SystemSoundID(音效的播放)
playSoundWithName:(NSString*)soundName;@end#import"AudioTool.h"#importstaticNSMutableDictionary*_soundDict;@
implementation
AudioTool
学长的日常
·
2021-05-18 22:07
iOS简单学之1-interface和
implementation
首先是一些基本概念,比如:@interface这个有点像java的class,类名最好大写。比如@interfaceNewClassname:ParentClassname{methoddefinitions;}@end一定要@end结束,类似C的结构体,OC的对象也是同样的定义方法只是父类改成了NSObject@interfaceFraction:NSObject{inta;intb;}@end
Gongjia
·
2021-05-18 18:19
iOS自定义UIButton中Image和title的位置
assign)CGRecttitleFrame;@property(nonatomic,assign)CGRectimageFrame;@end2、实现父类方法#import"MyButton.h"@
implementation
MyButton
iOS开发Go
·
2021-05-18 15:27
KVO
import"ViewController.h"import"tempView.h"@interfaceViewController()@property(nonatomic,strong)tempView*tempView;@end@
implementation
ViewController
BinaryRo
·
2021-05-18 14:28
Day.03.08 UITabBarController 标签栏属性方法
appDelegate.m#import"AppDelegate.h"#import"ViewController.h"@interfaceAppDelegate()@end@
implementation
AppDelegate
挂树上的骷髅怪
·
2021-05-18 13:29
iOS开发 MD5加密
NSObject+(NSString*)MD5:(NSString*)mdStr;@end.h文件#import"MD5.h"#import"CommonCrypto/CommonDigest.h"@
implementation
MD5
Hao_Orz
·
2021-05-18 10:51
Android实现简单的banner轮播图
本文实例为大家分享了Android实现简单banner轮播图的具体代码,供大家参考,具体内容如下说明:想玩一个简单的轮播图效果用的第三方的框架玩一下,支持设置轮播图多种样式1.效果图2.添加依赖
implementation
'com.youth.banner
·
2021-05-18 10:20
结构体存放到数组
typedefstruct{CGFloatr;CGFloatg;CGFloatb;}TestStruct;@interfaceViewController()@end@
implementation
ViewController
Juno_o
·
2021-05-18 06:30
UIKit之UIView
interfaceTestController()@property(strong,nonatomic)UIView*view1;@property(strong,nonatomic)UIView*view2;@end@
implementation
TestController
MI移动
·
2021-05-17 21:18
UI08_TableView(17-08-14)
//#import"ViewController.h"@interfaceViewController()@end@
implementation
ViewController-(v
Keiralii
·
2021-05-17 18:02
AFNetWorking过滤NSNULL
1、找到AFURLResponseSerialization.m这个文件2、找到@
implementation
AFJSONResponseSerializer3、找到init方法4、self=[superinit
小小纳兰
·
2021-05-17 09:07
ObjectBox For Kotlin
dependencies{classpath"io.objectbox:objectbox-gradle-plugin:$objectboxVersion"}}2.dependencies{debug
Implementation
"io.objectbox
静默的小猫
·
2021-05-17 03:02
Item 15: Minimize the accessibility of classes and members(尽量减少类和成员的可访问性)
Thesinglemostimportantfactorthatdistinguishesawell-designedcomponentfromapoorlydesignedoneisthedegreetowhichthecomponenthidesitsinternaldataandother
implementation
detailsfromothercomponents.Awelldesign
MrDcheng
·
2021-05-17 01:05
Effective Java 2.0_中英文对照_Item 10
文章作者:Tyan博客:noahsnail.com|CSDN|Item10:AlwaysoverridetoStringWhilejava.lang.Objectprovidesan
implementation
ofthetoStringmethod
SnailTyan
·
2021-05-16 23:54
KVO简单解析
import"ViewController.h"#import"LJModel.h"@interfaceViewController()@property(strong,nonatomic)LJModel*model;@end@
implementation
ViewController
过过过客
·
2021-05-16 23:27
conformsToProtocol:@protocol()的理解和用法
在例子当中会有适当的注释,以助理解这个方法:@protocolMyProtocol-(void)doSomething;@end@interfaceMyClass:NSObject//直接符合协议的类{}@end@
implementation
MyClass
难却却
·
2021-05-16 21:09
wlmedia播放器集成(1)— 播放器集成
wanliyang1990/wlmedia正文1、Gradle集成:allprojects{repositories{...maven{url'https://jitpack.io'}}}dependencies{
implementation
'com.github
ywl5320
·
2021-05-16 19:55
开源项目
实用功能
FFmpeg
android播放器
wlmedia
android音视频
android
FloatingActionButton的使用
导入依赖由于FloatingActionButton属于DesignSupport库,所以只要导入MaterialDesign的依赖即可
implementation
'com.
南千元
·
2021-05-16 12:10
android
Objective-C基础学习之类的启动过程
并调用所有类和分类的+load方法(只会调用一次)先加载父类,再加载子类;也就是先调用父类的+load,再调用子类的+load先加载元原始类,再加载分类不管程序运行过程有没有用到这个类,都会调用+load加载@
implementation
Person
WenJim
·
2021-05-16 08:07
Thread-1.5
/**{@codeLock}
implementation
sprovidemoreextensivelocking*operationsthancanbeobtainedusing{@codesynchronized
MangoDai
·
2021-05-15 22:04
containerd与kubernetes集成
kubernetes集群三步安装概念介绍cri(Containerruntimeinterface)criisacontainerdplugin
implementation
ofKubernetescontainerruntimeinterface
sealyun
·
2021-05-15 20:21
iOS Socket-TCP
server端使用CocoaAsyncSocket完成pod'CocoaAsyncSocket'#import"GCDAsyncSocket.h"@interfaceViewController()@end@
implementation
V
等这姑娘老在我心里
·
2021-05-15 18:15
录音
"#import@interfaceViewController()/**录音的对象*/@property(nonatomic,strong)AVAudioRecorder*recoder;@end@
implementation
ViewController
张璠
·
2021-05-15 15:13
Jetpack源码解析(三):ViewModel解析
implementation
"androidx.fragm
慕尼黑凌晨四点
·
2021-05-15 15:30
JavaScript阮一峰教程DOM(document)API一览-2
document.
implementation
属性返回一个DOM
Implementation
对象。该对象
joker731
·
2021-05-15 12:50
App搜索编程指南(二) —— 搜索基本之示例实现(一)
1.App搜索编程指南(一)——搜索基本之搜索推动用户参与(一)Example
Implementation
s-示例实现实施搜索的方式因应用的使用模式和用户体验而
刀客传奇
·
2021-05-15 10:33
iOS——md5加密
interfaceNSString(md5string)+(NSString*)md5String:(NSString*)str;@end.m里#import"NSString+md5string.h"#import@
implementation
NSString
iOSFxq
·
2021-05-15 10:36
Java容器类框架(1)ArrayList源码分析
概述在分析ArrayList源码之前,先看一下ArrayList在数据结构中的位置,常见的数据结构按照逻辑结构跟存储结构如下:数据结构分类先看看源码的注释:Resizable-array
implementation
oftheListinterface.Implementsalloptionallistoperations
wustor
·
2021-05-15 08:01
OC学习之类和对象
类在@interface和@end之间声明成员变量和方法,在@
implementation
和@end之间实现方法;Person.h@interfacePerson:NSObject{//在大括号内定义成员变量
龙马君
·
2021-05-15 07:11
runtime和oc内存区域(2018-04-02)
runtime常用的几个方法:交换方法动态添加属性动态添加方法1.交换方法class_getClassMethodmethod_exchange
Implementation
s//获取imageNamed
小的小碰撞
·
2021-05-15 07:32
UI-senior(数据本地化-如何存储图片到本地)
#import"ViewController.h"@interfaceViewController()@end@
implementation
ViewController-(void)viewDidLoad
by小杰
·
2021-05-15 07:01
Android开发的快捷功能
1.一个APP只需要一个Activity//片段fragment
implementation
'me.yokeyword:fragmentation:1.3.6'
implementation
'me.yokeyword
刷新_022c
·
2021-05-15 03:41
iOS-PDF 的显示与加载
import"ViewController.h"#import@interfaceViewController()@property(nonatomic,strong)UIWebView*webView;@end@
implementation
ViewCon
醉叶惜秋
·
2021-05-15 01:19
音乐的播放
)//这个要用�强指针是因为播放器要持续播放,记录之后,走出ViewDidload方法也会存在@property(nonatomic,strong)AVAudioPlayer*player;@end@
implementation
ViewController
KAKA_move
·
2021-05-14 21:24
添加成员属性报警告
DD8F588A-E9BB-4957-86F0-B7D47991F577.png解决方法:在@
implementation
下添加@dynamicView(此处是你添加属性的名称);警告解决612C105D
across_fate
·
2021-05-14 16:56
iOS运行时(RunTime)
消息转发机制OC中的方法调用本质其实就是给对象发消息.新建Person如下,添加2个eat方法#import"Person"@
implementation
Person+(void)eat{NSLog(@
Homer1ynn
·
2021-05-14 15:51
UITapGestureRecognizer - 当点击的时候触发而不是弹起的时候触发
Weshouldcreateacustomgesturetosolvetheproblem.1、Objective-C
implementation
:CreatemycustomTouchDownG
TomatosX
·
2021-05-14 05:10
iOSAFNetworking
AFNetworking发送Post和Get请求#import"ViewController.h"#import"AFNetworking.h"@interfaceViewController()@end@
implementation
ViewController
哔哩哔哩智能喵
·
2021-05-14 03:53
上一页
78
79
80
81
82
83
84
85
下一页
按字母分类:
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
其他