11 2013 档案
摘要:asi没法用了,蛋疼了,在af和mk之间纠结,感觉af不适合我的口味,解析和网络耦合相对似乎重了点mk似乎默认的不支持下载的断点续传,这里参考网上的代码处理了下,0修改mk的库,下面是实现的代码//// RootViewController.m// webTest//// Created by mmc on 13-11-24.// Copyright (c) 2013年 mmc. All rights reserved.//#import "RootViewController.h"#import "MKNetworkEngine.h"@implemen
阅读全文
摘要:测试url如下 测试代码 或者,cmd里面 route.php里面
阅读全文
摘要:美国的 中科大的源 这个是源生成器的页面地址:http://debgen.simplylinux.ch/ 官方cd列表 具体可以参考
阅读全文
摘要:package mainimport ( "fmt")type TestStruct struct { aa string name string}type Object interface{}func main() { array := []Object{} a := TestStruct{} a.aa = "aaaa" a.name = "name" array = append(array, 1) array = append(array, a) for index, value := range array { ...
阅读全文
摘要:www.foxitsoftware.cn下载deb包或者sudo apt-get install evince
阅读全文
摘要:仅作演示用from bs4 import BeautifulSoupimport urllib.requestwebfile = urllib.request.urlopen('http://www.baidu.com')webcontext = webfile.read().decode("UTF...
阅读全文