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
NSURL
关于iphone http上传请求协议的一些总结
最近坐了一个项目涉及到图片上传的问题,起初用到socket,但是由于比较陌生改而用 http 协议做web上传这里需要自定义http协议 http协议应该注意四点: 1.初始化响应服务器地址
NSURL
·
2015-11-11 07:25
iPhone
如何让用户在用webview访问网页时嵌入我们自己的内容
nbsp; NSString *urlString=[NSString stringWithFormat:strUrl];
NSURL
·
2015-11-11 07:24
webView
swift 添加webview
swift显示HTML代码 在布局中的方法 1、根据URL 直接显示内容, var urls :
NSURL
=
NSURL
(string: "http://www.baidu.com
·
2015-11-11 07:06
webView
swift http post json + 登录
var
nsUrl
:
NSURL
=
NSURL
(string:API_HOST+"/"+LOGIN_API)!
·
2015-11-11 07:05
swift
swift 官方获取JSON 数据方法
var url =
NSURL
(string: "http://www.weather.com.cn/data/sk/101120501.html") &
·
2015-11-11 07:03
swift
iOS使用CoreImage处理图像40中可用的滤镜名称
NSString* localPath = [[NSBundle mainBundle] pathForResource:@"1" ofType:@"jpg"];
NSURL
·
2015-11-11 06:40
image
NSString 中包含中文字符时转换为
NSURL
NSString中如果包括中文字符的话转换为
NSURL
得到的值为nil,在网上搜了下,用stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding
·
2015-11-11 00:44
NSString
iOS http post 网络
NSString*URLString=@"http://zju.ngrok.joyingtec.com:8000/curtain.php";
NSURL
*URL=[NSURLURLWithString:
qq_27325349
·
2015-11-10 20:00
xml与json 介绍
概念:json是一种网络数据传输格式,有值/对象:{“A”:1,”B”:”2”…}词典;对象的序列:[,,,,,]数组两种数据类型 2)URLWithString 将字符串网址封装成
NSURL
·
2015-11-09 12:04
json
iPhone开发:通过NSURLRequest获得服务器返回的http header和http status
同步访问时的取法
NSURL
*url = [
NSURL
URLWithString:@"http://www.test.com"]; NSURLRequest *request
·
2015-11-09 12:11
iPhone开发
如何在iOS应用中拨打电话,并让用户确认
// This will dial a call without prompting the user [[UIApplication sharedApplication] openURL:[
NSURL
·
2015-11-09 11:21
ios
UIWebView和UIWebViewDelegate的基本用法
(void)loadHTMLString:(NSString *)string baseURL:(
NSURL
*)baseURL; (主要用于装载用字符串拼接成的HTML代码)3 .
·
2015-11-08 15:39
UIWebView
ios 从网络上获取图片
{ NSLog(@"执行图片下载函数"); UIImage * result; NSData * data = [NSData dataWithContentsOfURL:[
NSURL
·
2015-11-08 14:50
ios
Swift实战-豆瓣电台(三)获取网络数据
知识点 异步获取数据 var
nsUrl
:
NSURL
=
NSURL
(string: url)
·
2015-11-08 14:52
swift
iPhone开发:通过NSURLRequest获得服务器返回的http header和http status
同步访问时的取法
NSURL
*url = [
NSURL
URLWithString:@"http://www.test.com"];NSURLRequest
·
2015-11-08 11:16
iPhone开发
MPMoviePlayerViewController不能播放本地mp4的解决办法.
MPMoviePlayerViewController进行网络播放,最近下载文件然后本地播放,发现怎么播放都是黑屏.后来发现MPMoviePlayerViewController的本地URL不能使用[
NSURL
·
2015-11-07 15:55
controller
ios 从网络上获取图片并在UIImageView中显示
{ NSLog(@"执行图片下载函数"); UIImage * result; NSData * data = [NSData dataWithContentsOfURL:[
NSURL
·
2015-11-07 14:48
imageview
delegate中,版本不同,回调方法不同。
//for ios version below 4.2 - (BOOL)application:(UIApplication *)application handleOpenURL:(
NSURL
*)
·
2015-11-07 13:39
delegate
iOS:由URL成员UIImage
例如,下面的转换: NSData *data = [NSData dataWithContentsOfURL:[
NSURL
URLWithString:urlStr]]; butt
·
2015-11-07 12:32
uiimage
AFNetworking VS ASIHTTPRequest
ASIHTTPRequest,大致如下: 使用上:AFN是用上较ASI略简单,但扩展不如ASI;AFN能按普通的block写法直接用闭包的写法,但是ASI不行,这样ASI的代码就比较松散; 效率:AFN基于
NSURL
·
2015-11-07 11:22
ASIHTTPRequest
UIWebView, UIActivityIndicatorView
UIWebView alloc] init]; // 初始化浏览器控件UIWebView 2 NSURLRequest *request = [NSURLRequest requestWithURL:[
NSURL
·
2015-11-07 10:15
UIWebView
支付宝回调
-(BOOL)application:(UIApplication*)application openURL:(
NSURL
*)url sourceApplication:(NSString*)
逆时光
·
2015-11-06 16:00
微信支付回调
interfaceAppDelegate()2.在openUrl中判断返回url 并设置代理-(BOOL)application:(UIApplication*)application openURL:(
NSURL
逆时光
·
2015-11-06 15:00
第三十六篇:发送方式与真机调试过程
1.打电话:》打电话-方法1•最简单最直接的方式:直接跳到拨号界面
NSURL
*url=[NSURLURLWithString:@"tel://10010"];[[UIApplicationsharedApplication
u010372095
·
2015-11-04 18:00
ios
UI
Objective-C
真机调试
发送方式
SDWebImage 获取缓存的文件名
NSData *imageData = nil; BOOL isExit = [[SDWebImageManager sharedManager] diskImageExistsForURL:[
NSURL
FacesBaby
·
2015-11-03 10:00
ios 调用打印机
有快速调用打印机的功能. 1 if ([UIPrintInteractionController isPrintingAvailable] == YES) 2 { 3
NSURL
·
2015-11-02 19:18
ios
AFNetwork作用和用法详解
下面这个例子是用来处理json请求的:
NSURL
*url = [
NSURL
URLWithString:@"https://alpha-api.app.net/stream/0/posts/
·
2015-11-02 19:08
NetWork
iOS上的http请求:post方法
1 NSString * URLString = @"www.baidu.com"; 2
NSURL
* URL = [
NSURL
URLWithString:[
·
2015-11-02 19:16
http
iOS AVAudioPlayer 提示音
NSString *urlPath = [[NSBundle mainBundle] pathForResource:@"" ofType:@""];
NSURL
·
2015-11-02 18:23
play
[IOS开发进阶与实战]第一天:CoreData的运行机制
= nil) { return _managedObjectModel; }
NSURL
*modelURL = [[NSB
·
2015-11-02 18:08
coredata
AFNetworking 使用总结 (用法+JSON解析
下面这个例子是用来处理json请求的:
NSURL
*url = [
NSURL
 
·
2015-11-02 13:58
NetWork
IOS之征战MPMoviePlayerViewController视频播放(MediaPlayer)
视频播放只需要调用playNativeMovie方法传入一个url路径字符串即可;/**播放视频*/ -(void)playNativeMovie:(NSString*)playUrlStr {
NSURL
tongwei117
·
2015-11-02 11:00
ios
视频
视频播放器
mediaplayer
iphone应用程序相互调用
identifiter输入标示 com.uuu9.newprj01 添加 URL Schenes 下Item0添加标示 如图: 应用程序1 触发事件中添加代码: 1
NSURL
·
2015-11-02 11:31
iPhone
IOS7开发~NSAttributedString
从 NSBundle 中读取rtf文本文件的内容,然后用UITextView展示:
NSURL
*url = [[NSBundle mainBundle
·
2015-11-01 14:16
attribute
IOS7开发~新UI学起(三)
IOS7新增加的 UITextViewDelegate 方法: - (BOOL)textView:(UITextView *)textView shouldInteractWithURL:(
NSURL
·
2015-11-01 14:15
ios7
ASIHTTPRequest学习(二)
handle compressed response data Using gzip in ASIHTTPRequest - (IBAction)grabURL:(id)sender {
NSURL
·
2015-11-01 12:58
ASIHTTPRequest
ASIHTTPRequest学习(一)
创建异步请求,会在后台执行 - (IBAction)grabURLInBackground:(id)sender {
NSURL
*url = [
NSURL
URLWithString:
·
2015-11-01 12:57
ASIHTTPRequest
iOS开发——网络编程OC篇&(十)NSURLConnection/NSSeccession
一、NSURLConnection的常用类 (1)
NSURL
:请求地址 (2)NSURLRequest:封装一个请求,保存发给服务器的全部数据,包括一个
NSURL
对象
·
2015-11-01 08:41
urlconnection
iOS App通過URL調用谷歌地圖導航
因為之後會使用這個程序進行導航 2、在自己的App中需要進行導航的地方,加入下列代碼 if ([[UIApplication sharedApplication] canOpenURL: [
NSURL
·
2015-10-31 19:17
ios
ios 打电话结束返回到应用中
在我们做打电话这个功能时,我们常常是调用这个方法: [[UIApplication sharedApplication] openURL:[
NSURL
URLWithString:@&
·
2015-10-31 18:47
ios
ios开发之网络基础
1、网络访问的步骤 1> 建立
NSURL
2> 建立NSURLRequest 3> 建立NSURLConnection 4> 开始连接 1
·
2015-10-31 18:57
ios开发
音乐和音效的加载播放
1.首先加载背景音乐需要用到AVFoundation框架 2.音乐资源都是在包里的,所以需要获得包路径,涉及方法- (id)initWithContentsOfURL:(
NSURL
*)url error
·
2015-10-31 18:42
音乐
AFNetWorking使用笔记
下面这个例子是用来处理json请求的:
NSURL
*url = [
NSURL
URLWithString:@"https
·
2015-10-31 15:03
NetWork
iOS获取网络时间与转换格式
获取网络标准时间的方法: 1、先在需要的地方实现下面的代码,创建一个URL并且连接 1
NSURL
*url=[
NSURL
URLWithString:@"http://www.baidu.com
·
2015-10-31 14:19
ios
The only thing I can think of is to use something like "http://www.dyndns.org/cgi-bin/check_ip.cgi" others may have a be
NSUInteger an_Integer;NSArray* ipItemsArray;NSString*externalIP;
NSURL
*iPURL =[
NSURL
URLWithString
·
2015-10-31 13:42
check
网路视频播放-ios
-(void)playMovie {
NSURL
*urls = [
NSURL
URLWithString:[NSString stringWithFormat:@"http:
·
2015-10-31 12:42
ios
同步的HTTP请求
void request(NSString *urlString) { NSLog(@"BEGIN"); // make request object
NSURL
·
2015-10-31 11:16
http
ios swift http json
String) { let httpMethod = "GET" let timeout = 15 let url =
NSURL
·
2015-10-31 11:39
swift
iOS_nil、Nil、NULL、NSNull的区别
nil:指向一个对象的空指针 Nil:指向一个类的空指针 NULL:指向其他类型(如:基本类型、C类型)的空指针 NSNull:通常表示集合中的空值 举例:
NSURL
·
2015-10-31 11:33
null
[
NSURL
URLWithString:] 返回nil
具体问题原因是url中输入的有中文,那么这个就看作非法的字符无法识别。这种的必须使用post方式来发送消息。具体为: tmp = mainurl;  
·
2015-10-31 11:22
String
上一页
41
42
43
44
45
46
47
48
下一页
按字母分类:
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
其他