Requests 是用Python语言编写,基于 urllib,采用 Apache2 Licensed 开源协议的 HTTP 库。它比 urllib 更加方便,可以节约我们大量的工作,完全满足 HTTP 测试需求。Requests 的哲学是以 PEP 20 的习语为中心开发的,所以它比 urllib...
分类:
编程语言 时间:
2014-12-16 11:29:07
阅读次数:
337
官方对Redis的阐述:Redisis an open source, BSD licensed, advancedkey-valuecacheandstore. It is often referred to as adata structureserversince keys can conta...
分类:
其他好文 时间:
2014-12-15 11:42:05
阅读次数:
133
Sockets tcp/ip communication libraryC++ Sockets LibraryThis is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore wor...
分类:
其他好文 时间:
2014-12-12 18:51:41
阅读次数:
246
默认情况下,系统自带的viewpager至少会提前加载下一个页面,无法禁止,想要禁止,只能通过自定义viewpager来实现;
这是在Android open source 上找到的懒加载viewpager
/*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache Licen...
分类:
其他好文 时间:
2014-12-11 08:56:27
阅读次数:
266
文件catalina.sh:#!/bin/sh# Licensed to the Apache Software Foundation (ASF) under one or more# contributor license agreements. See the NOTICE file dist....
分类:
系统相关 时间:
2014-12-10 14:09:09
阅读次数:
750
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for additional
information regarding copyrigh...
分类:
编程语言 时间:
2014-12-04 20:00:15
阅读次数:
222
Requests 是用Python语言编写,基于 urllib,采用 Apache2 Licensed 开源协议的 HTTP 库。它比 urllib 更加方便,可以节约我们大量的工作,完全满足 HTTP 测试需求一、安装 Requests通过pip安装Code example:1$ pipinsta...
分类:
编程语言 时间:
2014-12-04 19:56:10
阅读次数:
266
/** * Copyright (c) 2005-2012 springside.org.cn * * Licensed under the Apache License, Version 2.0 (the "License"); */package com.minxinloan.common.ut...
分类:
编程语言 时间:
2014-11-28 15:46:20
阅读次数:
308
1、把下面两个aidl文件放在自己的工程中,自己的项目视为客户端,来实现跨进程通信。
代码如下:
建立包名:
/*
**
** Copyright 2007, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not ...
分类:
移动开发 时间:
2014-11-24 12:00:26
阅读次数:
247
1.下载storm并解压
2.修改文件 storm.yaml
我这里填的是域名,填ip也可以
hadoop@namenode:~/storm-0.9.2/conf$ vim storm.yaml
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor licens...
分类:
其他好文 时间:
2014-11-24 01:03:47
阅读次数:
334