E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
square
[重拾CSS]一道面试题来看伪元素、包含块和高度坍塌
代码:.
square
{width:3
蓝色的秋风
·
2020-08-20 17:17
css3
css
前端
firefox
chrome
MATLAB产生一个信息表 【例】
NumberSquareRootSquareCube\n');fprintf('===========================\n');%Generatetherequireddataii=1:15;
square
_root
angyongq537199
·
2020-08-20 15:29
Android中图片的三级缓存介绍及实现
首先比较下各大图片库(引用张涛大神的话)Picasso:之所以说和
Square
的网络库一起能发挥最大作用,是因为Picasso可以选择将网络请求的缓存部分交给了okhttp去实现Glide:模仿了Picasso
Sir童鞋
·
2020-08-20 13:32
android初级
OkHttp3实现原理
OkHttp3实现原理1.什么是OkHttp3OkHttp和Okhttp是
Square
公司在Android端推出的网络请求框架。基本上现在已经成为Android中最主流的网络框架。
zhangyadong_QQ
·
2020-08-20 13:34
Android
UI
Rxjava+Retrofit简单使用,随机获取美女图片Demo
MyRetrofit2资料json数据请求:https://gank.io/apijson在线解析:https://www.json.cn/Retrofit官方地址https://github.com/
square
张雨明
·
2020-08-20 13:46
Rxjava
Android多媒体开发与应用(三):常用框架
第一章、OTTO事件总线Otto是一个在Android中的事件总线框架,它是
square
的一个开源框架,针对事件提供统一订阅、发布以达到组件间通信的解决方案。OTTO优势及使用场景。
zhang_zxk
·
2020-08-20 13:45
Android
OkHttp完全解析之整体调用流程
前言:阅读好的代码如同观赏美景一样的美妙OkHttp是一个
Square
公司在github开源的Java网络请求框架,非常流行。OkHttp的代码并不是特别庞大,代码很多巧妙的实现,非常值得学习。
weixin_30843605
·
2020-08-20 13:30
LeakCanary工具使用
LeakCanary工具使用添加LeakCanary依赖包https://github.com/
square
/leakcanary在主模块app下的build.gradle下添加如下依赖:debugCompile
wd_113634687
·
2020-08-20 13:56
性能优化
Android架构师-组件化-组件化APT高级用法JavaPoet 5
一:什么是JavaPoet1:定义项目主页及源码:https://github.com/
square
/javapoet对我们前一章的内容做了一个封装,实现过程稍微有点不一样,传统的写法:从包名--》类-
芒果_BJ
·
2020-08-20 13:08
LeakCanary应用与二次开发
内存泄漏检测利器——LeakCanary简介LeakCanary是由
Square
公司开源的一款安卓平台内存泄露检测工具,
Square
公司是一个开源大户,旗下优秀、流行的框架有OkHttp,Retrofit
_yph
·
2020-08-20 13:51
Android
开发效率
Android
框架剖析
LeakCanary原理分析
LeakCanary资源信息https://github.com/
square
/leakcanarydebugImplementation‘com.squareup.leakcanary:leakcanary-android
wei.zheng
·
2020-08-20 13:30
Android总结
Android- 还在使用FindViewById和setOnClick吗,快来试试这个轻量级框架吧~SmartFind
事件一般我们都是用findViewById或者使用ButterKnife来简化代码(ps:用kotlin的当我没说).ButterKnife不得不说是一个优秀的框架,(JakeWharton大牛的作品前
square
陆小凤1995
·
2020-08-20 13:22
android
反射
注解
OkHttp解析从入门到精通-从使用到原理
一、基本介绍OkHttp是当下Android使用最频繁的网络请求框架,由
Square
公司开源。
droidDing
·
2020-08-20 13:37
android
源码
okhttp
LeakCanary 源码解析
LeakCanary是由
Square
开源的针对Android和Java的内存泄漏检测工具。
weixin_33937778
·
2020-08-20 12:30
Android内存泄漏总结和leakcanary使用
leakcannarygithub地址:https://github.com/
square
/leakcanary什么是内存泄漏?Android虚拟机的垃圾回收采用的是根搜索算法。
mawei7510
·
2020-08-20 12:40
Android开发
leakcanary在android8.0上的小实验
leakcanary小实验调研leakcanary参考链接如下:https://www.liaohuqiu.net/cn/posts/leak-canary-read-me/https://github.com/
square
weixin_30360497
·
2020-08-20 12:20
Android 内存泄漏LeakCanary使用详解
LeakCanary依赖包二、开启LeakCanary三、在配置文件中注册ExampleApplication四、制造一个内存泄漏的点五、演示效果一、添加LeakCanary依赖包https://github.com/
square
Jaynm
·
2020-08-20 12:48
android
开发
EventBus源码解析
前言EventBus是
Square
公司公司开源的一款通讯组件。他最大的功能就是可以在Activity与Activity、Activity与Fragment中进行消息的通讯传输。
晨雨细曲cyxq
·
2020-08-20 12:10
Android开发知识
Android
Android第三方经典项目,框架,效果等的大集合(满足你开发中的所有问题)
OkHttp:项目地址:https://github.com/
square
/okhttp该项目是一个网络框架,基本上所有的网络访问都在使用了,google也已经在Android底层在使用了。
非花非雾--
·
2020-08-20 12:28
Android
开发经验
Android
开源
框架
实用
okhttp的工作原理以及缓存机制
官方英文网站https://github.com/
square
/okhttp/wiki/Recipes中文社区http://www.cnblogs.com/ct2011/p/3997368.htmlAndroid
时光无声
·
2020-08-20 12:40
Android概念解析
LeakCanary使用指南(1)
简介LeakCanary产自著名的
Square
公司,就是那个生产了网络请求框架OkHttp、Retrof
脐橙熟了
·
2020-08-20 12:39
开源组件
LeakCanary
内存泄露
MAT
软引用
android
Android Glide v4使用(基础篇)
默认情况下,Glide的使用基于HttpUrlConnection,但也可以使用Google的Volley项目或
Square
的OkHttp库。
了佳世客
·
2020-08-20 12:48
Android
LeakCanary使用详解
官方地址:https://github.com/
square
/leakcanary相关文章:Android内存优化(六)LeakCanary使用详解(刘望舒的文章3.6w阅读量)android使用Leaks
songzi1228
·
2020-08-20 11:28
Android内存相关
LeakCanary使用经验小结
LeakCanary使用经验小结LeakCanary是Android查找内存泄漏的主要工具,由
Square
公司开发,可以直接在手机端查看内存泄露的工具。
Android海纳百川
·
2020-08-20 11:17
内存泄漏
LeakCanary工作原理笔记
.参考(1)LeakCanary原理解析:https://blog.csdn.net/xiaohanluo/article/details/78196755(2)https://github.com/
square
ly969434341
·
2020-08-20 10:09
Android开发
LeakCanary 内存溢出检测工具
https://github.com/
square
/leakcanary使用方法第一步:gradle文件中配置dependencies{debugCompile'com.squareup.leakcanary
嗨man
·
2020-08-20 10:33
Android ImageView设置边框
shape_gray_
square
_bg.xmlimageview设置:注意加上android:padding=”1dp”,效果更好!
一叶飘舟
·
2020-08-20 10:25
Android开发
OkHttp和Retrofit
介绍OkHttpOkHttp是由
Square
公司提供的处理网络请求的开源库,有以下特性:支持Http2.0,对一台机器的所有请求共享同一个socket内置连接池,支持连接复用,减少延迟Interceptors
zc2echo
·
2020-08-20 10:58
源码解析
总结
LeakCanary 的使用介绍
1、LeakCanary的作用LeakCanary是#
square
公司推出的专为Android设计的内存泄露检测库2、如何集成官网地址:https://github.com/
square
/leakcanary2.1
Hunter2916
·
2020-08-20 08:07
Android
OKHttp学习(一)—OKHttp的工作原理
前言OKHttp是
Square
公司辨析的一个网络请求框架,也是目前市面上使用最多的网络框架之一。
weixin_30585437
·
2020-08-20 08:19
接入LeakCanary检测内存泄露
接入LeakCanary检测内存泄露前几天
square
在Github上发布了他们的内存泄漏检测库,LeakCanary,短短几天star已经接近3000,研究了一下后,发现其对QZone也很有价值。
魔都三帅
·
2020-08-20 08:35
Android
LeakCanary 使用说明
官方地址如下:https://github.com/
square
/leakcanary使用说明:在debug版本-设置-环境设置
李枫ying
·
2020-08-20 08:20
Android
面试
性能优化
新特性
Picasso图片加载器简单封装
首先Picasso在github上面的显示地址:https://github.com/
square
/picasso然后根据当下的依赖版本,添加依赖在你的Module的build.gradle内部。
吾乃韩小呆
·
2020-08-20 07:57
深入理解android使用Retrofit
1Retrofit介绍Retrofit是
square
开源的网络Restful请求框架,底层是基于okhttp的,使用起来有点像feign,写后台的朋友应该会比较熟悉,看了Retrofit的源码会发现实现原理和
monkey01
·
2020-08-20 04:11
Retrofit2.1官方文档的翻译
Retrofit官方文档地址:http://
square
.github.io/retrofit/一种针对android和java的类型安全的http客户端。
Liuuuuuuzi
·
2020-08-20 04:07
OKHttp通信使用(二)
以下代码摘自GitHub:https://github.com/
square
/okhttp/wiki/Recipes设置缓存:OKHTTP使用时通常会先设置缓存大小:privatefinalOkHttpClientclient
xiaoleiacm
·
2020-08-20 02:44
Android实用进阶
OKHTTP
cocos creator基础-(三十二)cc.Graphics组件和cc.Camera组件
cc.Graphics组件1:Alpha混合的算法;2:LineWidth线的宽度;3:LineJoin接头的方式:BEVEL,MITER,ROUND4:LineCap模式:BUIT,Round,
SQUARE
5
weixin_30480651
·
2020-08-20 02:10
Retrofit_2.5.0源码分析
Retrofit_2.5.0源码分析基于Retrofit:3.12.0:https://github.com/
square
/retrofit/tree/parent-2.5.0RTFSCReadTheFuckingSourceCode
_高远
·
2020-08-19 22:44
安卓开发
OkHttp_3.12.0源码分析
OkHttp_3.12.0源码分析基于OkHttp:3.12.0:https://github.com/
square
/okhttp/tree/okhttp_3.12.xRTFSCReadTheFuckingSourceCode
_高远
·
2020-08-19 22:44
安卓开发
java基础
Android 网络操作库 okhttp
okhttp官网github:https://github.com/
square
/okhttp一、使用教程使用之前,先在在appmoduleb
shineflowers
·
2020-08-19 19:46
Android开源框架
java继承实例1
定义了一个点类point,然后线条类line继承了point类,正方形类
square
继承line类。
q250787097
·
2020-08-19 18:29
JAVA
java继承
网络——OKHTTP
OKhttp使用:依赖https://github.com/
square
/okhttpcompile'com.squareup.okhttp3:okhttp:3.6.0'会自动下载2个库,一个是OKHttp
gogoingmonkey
·
2020-08-19 15:53
python编写打乒乓球小游戏
(800,600)game.tracer(0)#3.创建球拍xm=t.Turtle()xm.ht()#先隐藏xm.up()xm.speed(0)xm.color('yellow')xm.shape('
square
网络刺客伍六七
·
2020-08-19 11:02
python
001 Memory Puzzle - step 4 创建随机的图形组合
ALLCOLORS=(RED,GREEN,BLUE,YELLOW,ORANGE,PUPPLE,CYAN)(2)定义游戏中要使用的5种形状DONUT='donut'
SQUARE
='
square
'D
python_game_101
·
2020-08-19 09:00
CNN实现手写数字识别
ACNN:pool(激励函数+矩阵卷积加法)#C:激励函数+矩阵乘法加法(A-》B)#C:激励函数+矩阵乘法加法(A-》B)+softmax(矩阵乘法加法)#loss:tf.reduce_mean(tf.
square
dujuancao11
·
2020-08-19 09:35
#
计算机视觉图像处理
#
3CNN
c# Lambda
分配给委托类型Funcsquare=x=>x*x;Console.WriteLine(
square
(25));作为方法参数传递ShowValue(x=>x*x);privatestaticvoidShowValue
AAA张绍山
·
2020-08-19 09:32
C#
hdu 2362
square
(附网上的数据)【深搜】
一、原文大致意思:给一堆长短不一的棍子。让你求这些棍子能不能组成一个正方形。如果可以输出“yes”,否者输出“no”。二、网上的一些测试数据(源数据在这里:http://poj.org/showmessage?message_id=95450)102049110501123376104513916561901305537205331193465398125875610059496320143194
爱学习的大白菜
·
2020-08-19 09:47
刷题
Matlab信号处理工具箱函数
diric产生Dirichlet函数或周期Sinc函数gauspuls产生高斯调制正弦脉冲pulstran产生脉冲串rectpuls产生非周期矩形信号sawtooth产生锯齿波或三角波sinc产生sinc函数
square
星之河
·
2020-08-19 08:37
Matlab
19----
Square
(Ac算法)与类似的“木棒”(超时算法)主要是思想dfs+剪枝
1.Givenasetofsticksofvariouslengths,isitpossibletojointhemend-to-endtoformasquare?InputThefirstlineofinputcontainsN,thenumberoftestcases.Eachtestcasebeginswithaninteger4#include#include#include#includ
仰望星空45°
·
2020-08-19 08:56
[codeforces 1368D] AND, OR and
square
sum 操作过后各个位上1的数量竟然不变
CodeforcesGlobalRound8参与排名人数13404[codeforces1368D]AND,ORandsquaresum操作过后各个位上1的数量竟然不变总目录详见https://blog.csdn.net/mrcrack/article/details/103564004在线测评地址http://codeforces.com/contest/1368/problem/DProble
mrcrack
·
2020-08-19 07:09
codeforces
上一页
23
24
25
26
27
28
29
30
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他