码迷,mamicode.com
首页 >  
搜索关键字:square    ( 2122个结果
Android 网络开源库之-retrofit的解析详解
前言 当前的网络开源库有许多,如volley,okhttp,retrofit等,这三个库当前是比较火的,其中,okhttp和retrofit由square团队开发。关于这三个库的区别,请移步stackoverflow或者知乎查看。开发过程中选择什么样的开源库需要更具我们APP来做出选择。我们选出stackoverflow中的一段话来看下。    上面说,需要与web service通...
分类:移动开发   时间:2016-04-26 21:19:16    阅读次数:247
CSS代码实例:用CSS代码写出的各种形状图形
一共收集整理了图形20个,比较实用,同时也为了熟悉CSS的代码。整合了一下,有错误欢迎指出。1.正方形#square { width: 100px; height: 100px; background: red;}2.长方形 #rectangle { width: 200px; height: 10 ...
分类:Web程序   时间:2016-04-25 21:03:59    阅读次数:329
CodeForces - 417E(随机数)
Square Table Time Limit: 1000MS Memory Limit: 262144KB 64bit IO Format: %I64d & %I64u Submit Status Description While resting on the ship after the "R ...
分类:其他好文   时间:2016-04-23 19:39:19    阅读次数:142
Red and Black
Problem Description There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black til ...
分类:其他好文   时间:2016-04-22 23:41:28    阅读次数:208
CodeForces 1A Theatre Square
A - Theatre Square Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status Practice CodeForces 1A A - Theatre Square Submit ...
分类:其他好文   时间:2016-04-21 22:08:59    阅读次数:327
Android开发之OkHttp的使用
本篇记录的是Android开发中OkHttp框架的使用。OkHttp是Java中用于网络请求的一个库,主页为:http://square.github.io/okhttp/, github地址为:https://github.com/square/okhttp 下面介绍OkHttp库的用法,本篇会给出OkHttp的使用demo,demo中包含了常用的get请求、post请求、文件的上传和下载,d...
分类:移动开发   时间:2016-04-19 12:27:29    阅读次数:600
uva201 Squares
A children's board game consists of a square array of dots that contains lines connecting some of the pairs of adjacent dots. One part of the game req ...
分类:其他好文   时间:2016-04-18 20:31:52    阅读次数:119
【转】OkHttp使用进阶 译自OkHttp Github官方教程
作者:GavinCT 出处:http://www.cnblogs.com/ct2011/ 英文版原版地址 Recipes · square/okhttp Wiki 同步get 下载一个文件,打印他的响应头,以string形式打印响应体。响应体的 string() 方法对于小文档来说十分方便、高效。但 ...
分类:Web程序   时间:2016-04-18 20:24:12    阅读次数:317
HTML学习(八)列表和块
无序列表无序列表是一个项目的列表,此列项目使用粗体圆点(典型的小黑圆圈)进行标记。无序列表始于 <ul> 标签。每个列表项始于 <li>。<ul type=“”> type : (disc,circle,square) 有序列表同样,有序列表也是一列项目,列表项目使用数字进行标记。有序列表始于 <o ...
分类:Web程序   时间:2016-04-18 10:08:45    阅读次数:165
乔布斯传
Here’s to the crazy ones. The misfits. The rebels. The troublemakers. The round pegs in the square holes. The ones who see things differently. They’re ...
分类:其他好文   时间:2016-04-17 20:50:01    阅读次数:108
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!