LWTViewController.m//// LWTViewController.m// 网络编程练习 -- POST-JSON数据//// Created by apple on 14-7-2.// Copyright (c) 2014年 lwt. All rights reserved...
分类:
Web程序 时间:
2014-07-07 09:22:26
阅读次数:
192
直接上代码吧#-*-coding:utf-8import osif os.path.exists('d:\\cpickle.data'): os.remove('d:\\cpickle.data')import cPickle as Pshoplist=['apple','banana','...
分类:
编程语言 时间:
2014-07-07 00:09:58
阅读次数:
475
HTML5 Form Data 对象的使用MDN: https://developer.mozilla.org/zh-CN/docs/Web/Guide/Using_FormData_Objects XMLHttpRequest Level 2 添加了一个新的接口——FormData。利用 Fo.....
分类:
Web程序 时间:
2014-07-06 21:13:00
阅读次数:
229
Reference link :https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/BinaryData/Tasks/WorkingBinaryData.html1. create NSData, here m...
分类:
移动开发 时间:
2014-07-06 20:28:23
阅读次数:
224
Android-自己定义图像资源的使用2014年4月28日 周一 天气晴朗 心情平静 本篇博文给大家介绍一下,在Android开发中经经常使用到的一些图像资源,具体内容麻烦请各位认真查看官网,下面附上一个链接:http://developer.android.com/guide/topics/res...
分类:
移动开发 时间:
2014-07-06 19:37:09
阅读次数:
286
Looks like your app is ONLY available in Thailand storefront - so the lookup should include country code in the base lookup URL:http://itunes.apple.co...
分类:
移动开发 时间:
2014-07-06 15:28:03
阅读次数:
547
LWTViewController.m//// LWTViewController.m// 网络编程练习 -- 大文件下载//// Created by apple on 14-6-28.// Copyright (c) 2014年 lwt. All rights reserved.//#i...
分类:
其他好文 时间:
2014-07-03 23:08:37
阅读次数:
236
LWTViewController.m//// LWTViewController.m// 网络编程练习 -- 文件上传//// Created by apple on 14-6-30.// Copyright (c) 2014年 lwt. All rights reserved.//#im...
分类:
其他好文 时间:
2014-07-03 23:07:34
阅读次数:
196
LWTViewController.m//// LWTViewController.m// 网络编程练习 -- 检测网络状态//// Created by apple on 14-7-2.// Copyright (c) 2014年 lwt. All rights reserved.//#i...
分类:
其他好文 时间:
2014-07-03 22:42:58
阅读次数:
303
网络编程基础 -- NSURLConnection-- GET请求LWTViewController.m//// LWTViewController.m// 网络编程练习 -- NSURLConnection -- get请求//// Created by apple on 14-6-26./...
分类:
其他好文 时间:
2014-07-03 12:07:21
阅读次数:
358