Fragment和ViewPager 本博文系本菜鸟第一次博文展示,有错误之处请虽然提出 FragmentPagerAdapter 谷歌官方提供了这么一个adapter(FragmentPagerAdapter), 与正常的PagerAdapter相比: 用FragmentPagerAdapter时 ...
分类:
其他好文 时间:
2017-06-24 21:46:25
阅读次数:
198
https://github.com/amitshekhariitbhu/Android-Debug-Database 为了阅读方便,翻译一下。。。 Android Debug Database is a powerful library for debugging databases and sh ...
分类:
移动开发 时间:
2017-06-20 01:02:01
阅读次数:
496
Redis官网对redis的定义是:“Redis is an open source, BSD licensed, advanced key-value cache and store”,可以看出,Redis是一种键值系统,可以用来缓存或存储数据。Redis是“Remote Dictionary S ...
分类:
其他好文 时间:
2017-06-19 10:05:17
阅读次数:
173
使用python进行接口测试得时候可以使用requests模块,是基于 urllib,采用 Apache2 Licensed 开源协议的 HTTP 库 安装requests是模块 pip install requests requests模块的使用 requests支持http的请求类型,如get, ...
分类:
编程语言 时间:
2017-06-06 18:46:18
阅读次数:
229
引言 为什么我会写这一篇博客,由于近期非常多京东云擎jae的用户反应一个问题就是他们部署在jae上面的应用訪问非常慢,有极少数应用甚至常常出现504超时现象。当然大家首先想到的是jae性能太差,这也是人之常情,往往出现什么错误的时候首先想到是别人的不好。工作中非常多同事也是这样,假设软件系统出现一个 ...
分类:
Web程序 时间:
2017-05-29 09:56:51
阅读次数:
244
#在pycharm上实现print后面加() # Copyright 2015 The TensorFlow Authors. All Rights Reserved.## Licensed under the Apache License, Version 2.0 (the "License"); ...
分类:
其他好文 时间:
2017-05-29 00:28:42
阅读次数:
294
什么是Requests Requests是用python语言基于urllib编写的,采用的是Apache2 Licensed开源协议的HTTP库如果你看过上篇文章关于urllib库的使用,你会发现,其实urllib还是非常不方便的,而Requests它会比urllib更加方便,可以节约我们大量的工作 ...
分类:
编程语言 时间:
2017-05-28 11:01:12
阅读次数:
1888
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this ... ...
分类:
Web程序 时间:
2017-05-17 19:14:13
阅读次数:
291
Python标准库系列之Redis模块Whatisredis?Redisisanopensource(BSDlicensed),in-memorydatastructurestore,usedasdatabase,cacheandmessagebroker.Itsupportsdatastructuressuchasstrings,hashes,lists,sets,sortedsetswithrangequeries,bitmaps,hyperloglogsandgeospatialinde..
分类:
编程语言 时间:
2017-05-15 22:30:00
阅读次数:
246
Python标准库中提供了:urllib、urllib2、httplib等模块以供Http请求,但是,它的 API 太渣了。它是为另一个时代、另一个互联网所创建的。它需要巨量的工作,甚至包括各种方法覆盖,来完成最简单的任务。 Requests 是使用 Apache2 Licensed 许可证的 基于 ...
分类:
其他好文 时间:
2017-05-10 19:55:26
阅读次数:
284