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底层原理03 - 对象的本质与isa
:iOS底层原理02-对象malloc流程分析下一篇:iOS底层原理04-类的结构要研究什么是对象,首先我们先创建一个对象:@interfaceViewController:NSObject@end@
implementation
ViewController
OOOlive
·
2021-08-12 15:32
Gradle自定义插件基础(一)
1首先建立一个androidlibrary工程2然后修改build文件,修改如下,applyplugin:'groovy'applyplugin:'maven'dependencies{
implementation
gradleApi
陆元伟
·
2021-08-10 18:26
ASM字节码插桩实现点击防抖
ASM的引入dependencies{
implementation
gradleApi()
implementation
loca
HarryChen
·
2021-08-10 10:22
Dagger2 | 二、入门 - @Component
API描述:Annotatesaninterfaceorabstractclassforwhichafully-formed,dependency-injected
implementation
istobegeneratedfromase
mrzhqiang
·
2021-08-09 10:23
国密sm4加密算法使用记录
Android使用国密,我们直接需要导入就搞定
implementation
'org.bouncycastle:bcpkix-jdk15to18:1.68'
implementation
'org.bouncycastle
Mr_Tu
·
2021-08-08 21:07
Android 二维码生成框架Zxing
AndroidStudio下添加依赖
implementation
'com.google.zxing:core:3.3.2'添加权限因为扫描二维码需要摄像头权限,把图片保存到本地需要sd
·
2021-08-03 18:33
androidjava
Android实现图片文字识别
等晕人的东西先分清,OCR,tess-two是图片文字识别,而openCV是图像识别比对,对于更复杂的图片文字识别需求可以采用百度云人工智能通用文字识别开发的SDK,准确性更高可运行的步骤1、添加依赖
implementation
'com.rmtheis
·
2021-08-01 20:24
Weex开发入门Native交互篇(安卓)
因为某些原因不能贴代码,此文章只能当做思路1.接入形式在安卓中是已lib的形式引入,build.gradle中//weexsdkapi'org.apache.weex:sdk:0.28.0'//binding-x
implementation
'com.alibaba.android
有爱的梦_大东
·
2021-07-30 16:49
Android使用OKhttp3实现登录注册功能+springboot搭建后端的详细过程
Android前端实现二、数据库三、SpringBoot后端搭建四、部署至服务器五、运行测试一、Android前端实现新建一个login的项目,主要的几个文件在这里1、gradle引入OKhttp3依赖
implementation
'com.squareup.okhttp3
·
2021-07-29 17:31
Android实现文件下载
下载文件到APP缓存路径,这样可避免Android高版本读取本地权限问题,准备
implementation
'com.squareup.okhttp3:okhttp:3.6.0'
implementation
'com.squareup.okio
·
2021-07-27 21:58
KIT305/KIT607
KIT305/KIT607Assignment2
Implementation
andEvaluationofaMobileApplicationJournalandMoodTrackingApplicationDueDateTheassignmenthasthreeassessablecomponents
·
2021-07-27 19:51
c#
类的加载原理下
分类加载1.分类的本质首先我们通过一个简单代码然后clang看一下cpp文件里代码@interfaceNSObject(HFA)@end@
implementation
NSObject(HFA)+(void
Kates
·
2021-07-23 15:28
iOS 系统 "文件管理" 写入和读取文件记录
interfaceViewController()@property(nonatomic,strong)UIDocumentPickerViewController*documentPickerVC;@end@
implementation
ViewController
小緈福
·
2021-07-23 14:27
『ios』TaggedPointer技术的思考
@interfaceViewController()@property(strong,nonatomic)NSString*name;@end@
implementation
ViewController-
butterflyer
·
2021-07-22 19:57
vue中使用sheetjs,前端导出Excel表格
npminstall-Sfile-saverxlsxnpminstall-Dscript-loader可以下目录中创建文件夹(我是创建在src下)image.pngBlod.js中的代码/*eslint-disable*//*Blob.js*ABlob
implementation
渣一窝
·
2021-07-22 17:41
仿京东首页底部动态(动画)Tab
.gif此功能核心是Lottie库,对Lottie不熟悉的朋友们可以先了解下或者参考1.Lottiegithub2.Lottie-让Android动画实现更简单……实现1.build.gradle依赖
implementation
'com.airbnb.android
筱宓dawnLing
·
2021-07-22 11:15
Flutter集成高德定位和地图功能
1.png在Android工程里,切换为Android视图:2.png打开build.gradle文件,添加定位依赖包:
implementation
('com.amap.ap
A_si
·
2021-07-20 21:55
ios 底层原理 : 类与类结构分析
NSObject{NSString*hobby;}@property(nonatomic,copy)NSString*lg_name;-(void)sayHello;+(void)sayBye;@end@
implementation
L
木槿WEIXIAO
·
2021-07-16 18:35
AndroidStudio 管理依赖之BuildSrc——依赖Autocomplete
androidx.appcompat:appcompat:1.2.0","recyclerview":"androidx.recyclerview:recyclerview:1.2.0",]}然后再相应的module中添加具体的引用
implementation
rootP
Deck方
·
2021-07-16 16:08
LeakCanary使用和工作原理分析
LeakCanary是一个非常受欢迎的android内存泄漏检测工具,只需要在项目中引入即可debug
Implementation
'com.squareup.leakcanary:leakcanary-android
only_run
·
2021-07-16 11:53
Android视频播放器(ijkPlayer的封装)---NurVideoPlayer
build.gradle配置allprojects{repositories{...maven{url'https://jitpack.io'}}}2.NurVideoPlayer的依赖库使用最新版本
implementation
'com.g
遇见编程
·
2021-07-16 09:43
iOS--+load 和 +initialize
只有父类实现//父类Aload@
implementation
ALoad+(void)load{NSLog(@"%s",__func__);}+(void)initialize{NSLog(@"%s",_
mayuee
·
2021-07-14 14:55
接银行支付遇到的问题
1:招行导入招行jar包//招行
implementation
(name:'cmbsdk-1.0',ext:'aar')发现程序运行不了,找不到默认启动的activity,androidstudio上面的
jiluyixia
·
2021-07-14 10:28
android接入微信支付
1.首先导入微信支付依赖//wx支付依赖(包含统计功能)
implementation
'com.tencent.mm.opensdk:wechat-sdk-android-with-mta:+'2.依赖导入以后在包后面创建
我要棒棒糖
·
2021-07-08 17:57
Android 卡顿优化 xml加载 AsyncView
对于控件封装推荐继承'AsyncView'allprojects{repositories{...maven{url'https://jitpack.io'}}}dependencies{
implementation
'com.github.SJJ-dot
sjj_dot
·
2021-07-02 10:17
HTTPS证书
import"ViewController.h"@interfaceViewController()@property(nonatomic,strong)NSURLSession*session;@end@
implementation
ViewController
傲骨天成科技
·
2021-06-27 22:35
UINavgationController中覆写preferredStatusBarStyle方法不执行的问题
blog.csdn.net/qq_27633421/article/details/101770669#import"ViewController.h"@interfaceViewController()@end@
implementation
ViewController
聆默无语
·
2021-06-27 17:19
了解一下layoutSubviews
layoutSubviewslayoutIfNeededsetNeedsLayoutsetNeedsDisplaydrawRectsizeThatFitssizeToFit下面进行验证1.layoutSubviews先来看看苹果官方文档|Description|Laysoutsubviews.Thedefault
implementation
ofthismeth
巴赫海兹
·
2021-06-27 12:55
Android更新App版本、更新Android版本
LightUpdateApp集成方式:1引入jitpack:allprojects{repositories{...maven{url'https://jitpack.io'}}}2添加依赖dependencies{
implementation
'com.github.YaYaG
快乐小哥
·
2021-06-26 22:39
typescript设计模式 —— 生产型模式和结构型模式
重学设计模式读Designpattern
implementation
sinTypeScript笔记。
yozosann
·
2021-06-26 07:36
首页--HomePageCourseTableViewCell
import@interfaceHomePageCourseTableViewCell:UITableViewCell@end#import"HomePageCourseTableViewCell.h"@
implementation
HomePageCourseTableViewCell
云兮77
·
2021-06-26 02:23
Runtime二
一、分类1、给分类添加属性@interfaceMyObject(Runtime)@property(nonatomic,copy)NSString*name;@end#import@
implementation
MyObject
前年的邂逅_Jerry
·
2021-06-26 00:05
tensorflow lite部署
2.android上部署官方demo的aar获取不到
implementation
'org.tensorflow:tensorflow-lite:0.0.0-nightly替换成:
implementation
'org.tensorflow
小王子威威
·
2021-06-25 22:34
iOS 多个UITabBar的技术实现
二、实现关键点1、实现UITabBarControllerDelegate@interfaceYITabBarController()@end@
implementation
Y
爱笑的猫mi
·
2021-06-25 20:54
Android 多点触控与图片缩放
Android多点触控与图片缩放演示效果scale.gif使用allprojects{repositories{...maven{url'https://jitpack.io'}}}然后在你的module中添加:
implementation
'com.github.LillteZheng
夏至的稻穗
·
2021-06-25 20:33
底部试图
import"searchHotHistoryHeader.h"@interfacesearchHotHistoryHeader()@property(nonatomic,strong)UILabel*labtitle;@end@
implementation
searchHotHistoryHeader
全世界妳最美
·
2021-06-25 14:45
iOS NSProxy使用
import"ViewController.h"#import"KLProxy.h"#import"Dog.h"#import"Cat.h"@interfaceViewController()@end@
implementation
ViewControlle
_秃头少女_
·
2021-06-25 13:10
Android Studio 引入AAR包
1,project目录下的libs中,将AAR包拷贝进去,如果没有则创建libs文件夹2.配置build.gradle文件repositories{flatDir{dirs'libs'}}
implementation
AmosCC
·
2021-06-25 12:22
java使用FTP
引入第三方java库使用apache下的commons-netcommons-netapi主页//gradle形式引入
implementation
'commons-net:commons-net:3.6
好多个胖子
·
2021-06-25 12:32
设置UISegmentedControl选中颜色
@interfaceUISegmentedControl(Extension)-(void)setTintColor:(UIColor*)tintColor;@end@
implementation
UISegmentedControl
Lingday
·
2021-06-25 05:28
crash日志收集上传
https://github.com/Yijijianghu/upload-Crash-Log/tree/master/LogText导入文件夹CATLogappdelegate.m导入头文件添加方法@
implementation
AppDelegatevoiduncaughtExceptionHandler
奇怪的知识增加了
·
2021-06-25 04:27
MJRefresh中runtime和方法调配的使用
@
implementation
NSObject(MJRefresh)+(void)exchangeInstanceMethod1:(SEL)method1method2:(SEL)method2{method_exchange
Implementation
s
喜欢就可以
·
2021-06-25 02:24
Android开发人员不得不收集的代码(持续更新中)
DownloadGradle:
implementation
'com.blankj:utilcode:1.28.4'//ifuuseAndroidX,usethefollowing
implementation
'com.blankj
Blankj
·
2021-06-24 22:46
iOS字体大小适配
方案一#import"UIFont+runtime.h"#import#defineUI_SCREEN375//UI设计原型图的手机尺寸宽度(6),6p的--414@
implementation
UIFont
前年的邂逅_Jerry
·
2021-06-24 20:23
SphereView-模拟球面的ViewGroup
SphereViewPreviewsimageimageimage添加依赖allprojects{repositories{......maven{url'https://jitpack.io'}}}dependencies{......
implementation
'com.github.BigDevilS
BigDevil_S
·
2021-06-24 20:31
讲解:COMP 250、Java、KDTree、JavaR|C/C++
CW2SoftwareMaintenanceSpecSheetAcademicYear2019/2020CW2isaboutmaintainingandextendingare-
implementation
ofaclassicretrogame
vukplk0
·
2021-06-24 16:52
iOS-isa指向图&类结构(上)
一.isa&superclass的指向探究靓仔们,我们在main.m中添加如下代码:@interfaceYPPerson:NSObject@end@
implementation
YPPerson@end@
Summit_yp
·
2021-06-24 14:12
滚动视图
definewself.view.frame.size.width//屏幕宽度#definehself.view.frame.size.height//屏幕高度{UIScrollView*scroll;UIPageControl*page;}@end@
implementation
ViewController
孤傲灬流年_9c04
·
2021-06-24 11:47
ios 拍照功能简单实现
UIImagePickerController*_imagePickerController;}@property(weak,nonatomic)IBOutletUIImageView*imageView;@end@
implementation
ViewCon
贾代表
·
2021-06-24 10:44
ios 程序的6大生命周期方法调用解析(重新温故)
//#import"AppDelegate.h"@interfaceAppDelegate()@end@
implementation
AppDelegate//ios程序的六大睡生命周期
iOS开发小学生
·
2021-06-24 07:52
上一页
73
74
75
76
77
78
79
80
下一页
按字母分类:
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
其他