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
uii
前端面试准备--4.HTTP协议
HTTP协议1.HTTP协议的主要特点简单快速每个资源
uii
都是固定的,一个页面地址一张图片叫做统一资源符,这个是固定的,所以在http协议中处理也是非常简单的。
飞菲fly
·
2020-04-10 23:40
Swift (四) gif图片播放
定时器的逐帧动画效果基于CADisplaylink的逐帧动画效果使用WebView直接加载gif图2.第三方开源框架播放GIF1.SDWebImage播放:SDWebImage方法:letimageView=
UII
孔雨露
·
2020-04-08 23:55
SDWEBIMAGE
使用示范的代码:UITableView使用UIImageView+WebCache类(基本应用,UIImageView的一个category)前提#import导入
UII
lilinjianshu
·
2020-04-07 21:25
swift----懒加载
UIImageView(frame:CGRect.init(x:0,y:0,width:self.view.bounds.width,height:125))headerImageView.image=
UII
Bearger
·
2020-03-30 05:16
iOS之通讯录和相册(Contacts Framework/Photos Framework)
#import添加联系人(由于我主要做备份,就写死了)CNMutableContact*contact=[[CNMutableContactalloc]init];contact.imageData=
UII
CrazySteven
·
2020-03-25 00:59
使用Core Image 滤镜
它可以从
UII
jiangamh
·
2020-03-21 06:06
iOS系统控件UIButton的状态--你不知道的小秘密
源代码如下:创建代码UIButton*arrowBtn=[[UIButtonalloc]initWithFrame:CGRectMake(0,0,900,27)];[arrowBtnsetImage:[
UII
半缘魔君
·
2020-03-10 01:38
plist文件的实际应用
nonatomic,strong)UILabel*name,*price;@property(nonatomic,strong)UILabel*lab1;@property(nonatomic,strong)
UII
_天王盖地虎
·
2020-02-27 17:13
iOS开发之图文混编
@property(nullable,strong,NS_NONATOMIC_IOSONLY)
UII
傲视苍穹
·
2020-02-27 03:09
导航条的自定义:背景颜色设置,按钮标题图片设置,图片坐标修改
UIColorcolorWithHexString:@"#2295f2"];自定义导航条按钮self.navigationItem.rightBarButtonItem=[[UIBarButtonItemalloc]initWithImage:[
UII
CodeIsLife
·
2020-02-21 11:34
SDWebImage 的用法简介
应用于网络远程图片).Itprovides:(功能有:)AnUIImageViewcategoryaddingwebimageandcachemanagementtotheCocoaTouchframework(
UII
戈多_于勒
·
2020-02-08 05:44
NSData和UIImage
```-NSData转换为
UII
Jafar
·
2020-02-06 09:13
requestImageForAsset返回为nil
PHImageContentMode)contentModeoptions:(nullablePHImageRequestOptions*)optionsresultHandler:(void(^)(
UII
昵什么称
·
2020-01-05 08:26
如何解决Xcode 7打包的应用与iOS 9的兼容问题
InvalidBundle.iPadMultitaskingsupportrequirestheseorientations:'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,
UII
RunningMan_Fly
·
2019-12-30 23:46
使用UIImagePickerController后ViewController页面布局下沉20PX
UIViewControllerBasedStatusBarAppearanceinfo.plist2、在打开
UII
要上班的斌哥
·
2019-12-27 08:08
tableView 滑动卡
NSDatadataWithContentsOfURL:[NSURLURLWithString:app.icon]];//得到图像数据UIImage*image=[UIImageimageWithData:imgData];把
UII
紫云夕月
·
2019-12-22 05:19
iOS的图片圆角处理方式对比
self.imageView.frame.size.width*0.5;self.imageView.layer.masksToBounds=YES;第二种方法:(建议使用)性能:效率高,性能佳#import"
UII
lyonLiu
·
2019-12-18 14:30
iOS学习之录制(或选择)视频,压缩、上传(整理)
选择本地视频-(void)choosevideo{UIImagePickerController*ipc=[[UIImagePickerControlleralloc]init];ipc.sourceType=
UII
鑫飞
·
2019-12-15 17:17
VisualUIEditor项目讲解之UI文件说明
而类型为UIButton(按钮),UICheckBox(复选框),UIImage(图片),
UII
tickbh
·
2019-12-06 06:20
初入职场想二次提升设计技能,这五个网站要常看
学起来,老厉害了第一站:优设网主导的https://
uii
阿随向前冲
·
2019-11-29 12:10
iOS9之后强制横屏
supportedInterfaceOrientations{returnUIInterfaceOrientationMaskLandscape;}2、IOS8之后该怎么实现强制横屏首先在代理类实现该方法:-(
UII
浮浅丶Superficial
·
2019-11-29 04:51
iOS--小技巧
self.navigationBarsetBackgroundImage:[UIImagenew]forBarMetrics:UIBarMetricsDefault];//去掉导航栏底部的黑线self.navigationBar.shadowImage=[
UII
彬至睢阳
·
2019-11-02 12:15
Linux内核剖析-----IO复用函数epoll内核源码剖析
本文参考董浩博客http://donghao.org/
uii
/epoll内核实现(1)内核为epoll做准备工作这个模块在内核初始化时(操作系统启动)注册了一个新的文件系统,叫"eventpollfs"
Eunice_fan1207
·
2019-08-16 11:34
appium + 真机 获取微信公众号 信息
importtimefromlxmlimportetreefromappiumimportwebdriverfromselenium.webdriver.common.byimportByfromselenium.webdriver.support.
uii
半吊子Py全栈工程师
·
2018-11-30 18:07
爬虫
appium
python爬虫实战 爬取汽车之家上车型价格
importpymysqlimportpymysql.cursorsfrombs4importBeautifulSoupimportrequestsimportrandomimporttimefromseleniumimportwebdriverfromselenium.webdriver.common.byimportByfromselenium.webdriver.support.
uii
smart_hang
·
2018-08-28 21:12
python
爬虫
NSBundle
展示:通过pathForResource和ofType来获取图片NSString*imagePath=[mainBundlepathForResource:@"***"ofType:@"png"];用
UII
zhangyaochun
·
2018-08-24 19:00
IOS开发问题索引(九)
开发问题索引(八)IOS开发问题索引(九)1enum用法http://blog.csdn.net/lvxiangan/article/details/209393792去除TabBar背景图片默认加蓝效果
UII
Kevin_Junbaozi
·
2018-03-05 20:25
iOS开发-隐藏百度地图SDK的百度LOGO
UIView*mView=_mapView.subviews.firstObject;for(idlogoViewinmView.subviews){if([logoViewisKindOfClass:[
UII
Pandakingli
·
2017-12-05 13:50
俗套的SDWebImage源码分析
关于用户的接口(或者说是提供给库用户的api)模块:这个模块主要给用户提供了对UIImageView、UIButton等UIView子类设置各种图片的便捷方法,其中UIView+WebCache里面的已下方法被
UII
AlexFang的个人博客
·
2017-12-05 03:49
跳转自动横屏
UIInterfaceOrientationLandscapeRight与
UII
Poison_19ce
·
2017-08-31 16:03
selenium报错Element is not clickable at point及四种解决方法
可以使用python库timeimporttimetime.sleep(3)不过最好还是使用selenium自带WebDriverWaitfromselenium.webdriver.support.
uii
lilongsy
·
2017-07-26 16:25
python
selenium
Python爬虫和数据分析
iOS视频录制(或选择)压缩及上传功能(整理)
选择本地视频-(void)choosevideo{UIImagePickerController*ipc=[[UIImagePickerControlleralloc]init];ipc.sourceType=
UII
VKOOY
·
2017-03-23 15:03
CATransform3D 使用
y轴拉伸);CGFloatm31,m32,m33,m34;CGFloatm41(x轴平移),m42(y轴平移),m43(z轴平移),m44(放大);};举例:对照图UIImageView*img=[[
UII
阳vs阴
·
2017-02-08 13:54
iOS 图片压缩方法
UII
喵喵嘟噜啡
·
2017-02-06 14:05
iOS中 UIImage根据屏宽调整size的实例代码
implementationUIImage(UIImageExtras)-(UIImage*)imageByScalingToSize:(CGSize)targetSize{UIImage*sourceImage=self;
UII
王颜华
·
2017-01-18 11:13
UIButton加视图/文字
paramtitleTitleText*@paramstateTypeUIControlState*@paramtintColortintColor*/-(void)setTopAndBottomImage:(
UII
DemoFootMan
·
2016-11-13 20:18
iO未整理
根据网络图片的size大小设置UIImageView的大小
但大多数时候我们都是网络请求拿到的图片,我们需要NSData*data=[NSDatadataWithContentsOfURL:url];image=[
UII
来自南方的熊
·
2016-08-24 17:59
IOS-UI
生成简单的二维码
我的实现过程模糊的二维码首先在VC中铺设了一个UITextFiled,一个UIButton,一个UIImageViewUITextFiled用来输入.你要生成的文字.UIButton一个点击事件,确定生成.
UII
王道ob
·
2016-08-14 21:50
iOS实现头像选取(照相或者图片库)、大小等比缩放、生成圆形头像 (转)
UIImagePickerControllerDelegate,//UINavigationControllerDelegate//*///UIImagePickerController*picker=[[
UII
蓝色的雪啦
·
2016-07-06 12:00
iOS实现头像选取(照相或者图片库)、大小等比缩放、生成圆形头像
UIImagePickerControllerDelegate,//UINavigationControllerDelegate//*///UIImagePickerController*picker=[[
UII
念念不忘的
·
2016-05-31 17:30
ios UIImageView简单使用
20,20,200,200)];UIImageView*imageView=[[UIImageViewalloc]initWithImage:(image)];UIImageView*imageView=[[
UII
_wyh
·
2016-05-23 21:00
ios
uII
深切怀念恩师
恩师仙去近百日,每每想︶【『︼】︿起令我痛心不已。听到噩耗传来,*0500250!我惊呆了,老师那么强壮的身体竟然驾鹤仙去。我痛哭恩师您。一走的太早太急了。我追思恩师,您我师生在学校及一块59,850工作的经历,✈LL一幕幕浮现在我的眼前。我曾有好几个夜晚半睡#半醒,和恩师学习工作的画面象电影一场场演了下去,梦醒后再的!睡还能连着梦下去。恩师我太思念您了。.、、、小、%%、5%%%6%8%、%%】
7f5c014598cb
·
2016-05-23 11:09
[程序员日记]iOS截图(1)生成分享图片
方法将要分享的内容布局到上面(2)新建方法-(UIImage*)snapshotViewFromRect:(CGRect)rectwithCapInsets:(UIEdgeInsets)capInsets生成图片-(
UII
KeyLiu67
·
2016-04-22 10:25
异步请求网络图片(当使用第三方加载图片卡顿的时候可以使用这个方法试试)
NSURLConnection.sendAsynchronousRequest(request,queue:NSOperationQueue.mainQueue()){(requst,data,error)->Voidinletimage=
UII
曦岸
·
2016-04-07 15:31
详解iOS App中图片的线段涂鸦功能的添加方法
中添加一张图片待用同时添加一个按钮复制代码代码如下:-(void)viewDidLoad{[superviewDidLoad];//Doanyadditionalsetupafterloadingtheview,typicallyfromanib.
UII
lwjok2007
·
2016-03-30 09:31
探究iOS开发中多线程之间的通信
个线程传递数据给另1个线程在1个线程中执行完特定任务后,转到另1个线程继续执行任务具体代码如下:#import"ViewController.h" @interfaceViewController(){
UII
BaiHuaXiu123
·
2016-03-23 14:00
通信
Swift 简单过渡动画
variconImgV:
UII
小黑Swift
·
2016-03-12 01:14
UITextView实现图文混排效果
image属性,可以将需要显示的图片赋值给这个属性NSTextAttachment*attachment=[[NSTextAttachmentalloc]init]; attachment.image=[
UII
君未来我已老
·
2016-03-08 22:00
IOS 相册高清图片加载
asset.aspectRatioThumbnail加载的是较高清图片 CGImageRefthumbnailImageRef=[[assetdefaultRepresentation]fullScreenImage];
UII
robinson_911
·
2016-02-28 21:00
objective-c 图片处理机制
interfaceImageProcessing:NSObject{ UIImage*newImage;}@property(nonatomic,strong)NSMutableArray*imageMuarray;-(
UII
开拓者0058
·
2016-01-25 10:00
上一页
1
2
3
下一页
按字母分类:
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
其他