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
Otto
事件总线
事件总线EventBus(安卓优化的事件总线,简化了活动、片段、线程、服务等的通信,使用的App有:薄荷)
Otto
(一个基于Guava的增强的事件总线)HermesEventBus(一个基于EventBus
itfitness
·
2023-12-28 15:50
Wrong record-Instant browsing
Thisisasoftwarethathelpsuserslearn.Userscanrecordthewrongquestionsencounteredinthelearningprocess.Alwaysreflectonanddeepenyourimpression.Userscannametheirownproblemsetsandwritedowntheirm
otto
.Userscant
逍遥alan
·
2023-12-28 14:42
CSS position定位(fixed、sticky)
top,right,b
otto
m和left属性则决定了该元素的最终位置。
饮茶听风
·
2023-12-28 13:56
前端
css
前端
flex布局第二行数据两侧对齐问题
instance-card-b
otto
m{display:flex;justify-content:space-between;flex-wrap:wrap;padding:10px10px;background
轩辕啸天
·
2023-12-28 13:01
css3
flex
前端
剑指Offer-从上往下打印二叉树
代码classSolution{public:vectorPrintFromTopToB
otto
m(TreeNode
一只可爱的柠檬树
·
2023-12-28 12:41
vue实现内容过多隐藏,点击显示
css.introduce{width:400px;font-size:14px;font-weight:normal;word-wrap:break-word;}.more{position:absolute;b
otto
m
ruantianqing
·
2023-12-28 08:48
css
javascript
vue
JS+CSS音量条
:relative;}.bar{width:500px;height:20px;border-radius:10px;background:#aaa;position:absolute;top:0;b
otto
m
亿个小目标
·
2023-12-28 08:38
margin设置百分比
margin设置百分比是基于父容器的宽度,所以无论是margin-top还是margin-b
otto
m都是基于父容器的宽度。
神影天初
·
2023-12-28 07:09
css
css
margin
Spring Boot 大文件上传(断点上传)、服务端分片下载、客户端分片下载(断点下载)
大文件上传(支持断点续传)1.1前端upload#upload-container{width:500px;height:500px;background:lightskyblue;padding-b
otto
m
响彻天堂丶
·
2023-12-28 07:08
案例
java
servlet
前端
div设置背景图片自适应
padding-top和padding-b
otto
m也是根据viewport的width来跳
qiweilong123456
·
2023-12-28 07:38
前端
html
css
css3
html5
超详细常用css布局
垂直居中布局绝对定位布局.parent{position:relative;}.child{width:200px;height:200px;position:absolute;left:0;top:0;b
otto
m
huang714
·
2023-12-28 07:29
CSS
我译经典老歌——Summer Snow(夏之雪)
这就是夏之雪在深深的蓝色海洋我试图去触摸但它却已消逝ItmustbeadreamIwillnevergetJustlikemylovethat'scryingforyouIfthereweresomethingn
otto
changefor
臻念
·
2023-12-28 07:17
illustrator脚本 #013 画板#03 批量自动创建画板
doc=app.activeDocument;sel=doc.selection;obj=[];objtop=[];objleft=[];objb
otto
m=[];objrigth=[];for(vari
胤祥矢量商铺
·
2023-12-28 01:24
illustrator插件
javascript
illustrator
The Magician's Nephew Chapter26
Youmaythinktheanimalswereverystupidn
otto
seeatoncethatUncleAndrewwasthesamekindofcreatureasthetwochildrenandtheCabby.Butyoumustrememberthattheanimalsknewnothingaboutclothes.TheythoughtthatPolly'sfrock
Mr_Oldman
·
2023-12-28 01:35
31K star!Screenshot to Code: 将截图翻译成代码的黑科技!
今天我们推荐的是一个让程序员们疯狂的GitHub项目,一键将图片的内容翻译从代码,在GitHub已超过31KStar的开源项目:Screensh
otto
Code。
IT咖啡馆
·
2023-12-27 21:44
开源推荐
科技
ai
github
开源软件
gpt
openlayer 加载高德地图(EPSG:3857)和GeoJSON图层(EPSG:4326)
一、效果展示二、代码实现Documentbody{position:absolute;left:0;top:0;b
otto
m:0;right:0;}切换constg1={"type":"FeatureCollection
imxiezy
·
2023-12-27 16:51
信息可视化
前端
用jQuery实现tab栏切换
}.wrapper{width:1000px;height:475px;margin:0auto;margin-top:100px;}.tab{border:1pxsolid#ddd;border-b
otto
m
诗霖雪
·
2023-12-27 11:52
js
jquery
前端
javascript
Flutter运行报错:系统找不到指定的路径
/F:/flutter/packages/flutter/lib/src/material/b
otto
m_navigation_bar.dart:9:8:Error:Errorwhenreading‘/
WiFiMing
·
2023-12-27 09:11
flutter
flutter
关于B
otto
mNavigationView的使用姿势都在这里了
一,基本用法1,首先需要添加依赖:implementation'com.google.android.material:material:1.1.0'2,布局文件中引入:123456783,常用属性:app:itemTextColor文字的颜色,可以通过selector来控制选中和未选中的颜色app:itemIconTint图标的颜色,可以通过selector来控制选中和未选中的颜色app:ite
Gaoxry
·
2023-12-27 09:08
Android
B
otto
mNavigationView--基本使用总结
1、B
otto
mNavigationView是什么?B
otto
mNavigationView是安卓官方提供的底部导航栏,能够方便的实现下图中的底部导航效果。
大大大大南子
·
2023-12-27 09:07
android
Android studio中使用ViewPager和B
otto
mNavigationView实现底部导航栏和碎片的同步切换
前言通过几次的踩雷和摸索,完成了以上的操作,本教程写的详细全面,包教包会,对新手有好,看了不会的联系我,我倒立洗头给你看。1.需要了解的一些知识所需控件:fragment作为Android中最常用的控件,它有自己的声明周期,可以粗略地等比为能够分屏的activity,但是和activity有区别,fragment有自己的生命周期和接收、处理用户的事件。Fragment必须是依存与Activity而
lb220303082
·
2023-12-27 09:57
Android
studio
Viewpager
开发语言
java
android
studio
前端
android
Flutter 系统弹框
生成普通弹框//其中build定义返回widget,所以可以自定义showDialog(context:context,builder:builder)生成底部弹框showModalB
otto
mSheet
不语风来去
·
2023-12-27 07:58
Flutter
flutter
Android中View移动的几种方式
1.offsetLeftAndRight()和offsetTopAndB
otto
m()(推荐)实现的是对view的移动offsetLeftAndRight(intoffset):水平方向挪动View,offset
不语风来去
·
2023-12-27 07:28
Android
android
Flutter 底部导航实现界面切换效果 B
otto
mNavigationBar
setState()state.setState()会触发该节点及以下整个子树更新动态变化的Widget的判定条件,应该显式的出现在该State的build()方法中,使得Widget树可以清晰的感知变化B
otto
mNavigationBar
不语风来去
·
2023-12-27 07:28
Flutter
flutter
h5嵌入app样式兼容
2.css层面适配iPhoneX及以后的刘海屏手机因为safe-area-inset-top避开了状态栏,而底部因为safe-area-inset-b
otto
m避开了小黑条,完美的显示在了SafeArea
Alice_66
·
2023-12-27 07:12
html5
css每行数量一定,但最后一行数量不定,选中最后一行添加margin-b
otto
m
为了兼容旧版本60左右的谷歌浏览器,放弃使用flex布局中gap属性还是使用margin兼容性最好,但需要清除最后一行的margin转载自https://www.jianshu.com/p/db65ae0a3c2ehttps://www.jianshu.com/p/db65ae0a3c2e/*使用选择器重置最后一行的格子下边距为0*/.item:nth-child(3n+1):nth-last-c
永远不会太晚
·
2023-12-27 06:11
css
前端
css基础篇(一)
静态定位的元素不会受到top,b
otto
m,left,right影响。fixed:元素的位置相对于浏览器窗口是固定位置。Fixed定位使元素的位置与文档流无关,因此不占据空间。
Jessie.Zhai
·
2023-12-27 06:11
css
css
flex
position:fixed的兼容方案
*{margin:0;padding:0;}.box{width:200px;height:200px;background:red;position:absolute;right:0;b
otto
m:0
Lo阿飞ve
·
2023-12-27 05:06
js笔记四十四之表格排序,DOM映射及初识ajax
表格排序li{list-style:none;}#ul1{width:150px;margin:20pxauto;}#ul1li{border-b
otto
m:1pxsolid#aaa;}6764616965varoUl
uplyw
·
2023-12-27 05:52
jquery 自己编写插件2
normal12px/17pxArial;padding:2px;width:100px;}th{font:bold12px/17pxArial;text-align:left;padding:4px;border-b
otto
m
SkTj
·
2023-12-27 04:21
uniapp App开发经验
:emulator.exe-list-avds2.emulator.exe-avdPixel_4_XL_API_30这样就启动成功了,在Hbuilder中运行真机即可手机底部黑线通过padding-b
otto
m
Motion_zq
·
2023-12-27 04:05
uni-app
relative absolute fixed sticky 定位
可以设置margin,但不推荐这样做lefttop,left,right,b
otto
m,padding,margin相对于原理的位置进行偏移absulate脱离文档流,参考点为包含块。
u014378108
·
2023-12-27 02:28
html
html
前端
自定义滑动TabLayout
FlycoTabLayout_Lib:2.0.2@aar'属性滑动TabLayout,对于ViewPager的依赖性强作用属性设置指示器的高边距mIndicatorMarginTop设置指示器的下边距mIndicatorMarginB
otto
m
魔女小姐的猫
·
2023-12-27 00:05
定位、图片Z-index覆盖详解
**相对定位:**position:relative;left:right:top:b
otto
m:正值的话分别表示向右、向左、向下、向上移动;负值的话分别表示向左、向右、向上、向下移动;相对定位表示元素相对自己当前的位置移动
黄小熊Sharon
·
2023-12-26 23:04
CSS
定位-Z-index
HTML---定位
定位属性概述二.position基础数值三.z-index属性网页元素透明度练习一.定位属性概述HTML中的定位属性指的是用来控制HTML元素在页面中的位置和布局的属性,包括position、top、b
otto
m
北 染 星 辰
·
2023-12-26 23:03
Web前端
html
前端
107. 二叉树的层次遍历 II
(即按从叶子节点所在层到根节点所在的层,逐层从左向右遍历)image.png思路:遍历树,把每一层的左右节点保存到队列,publicList>levelOrderB
otto
m(TreeNoderoot)
一只小星_
·
2023-12-26 21:00
echarts修改横坐标颜色
tooltip:{trigger:'axis',axisPointer:{type:'shadow',},},grid:{//show:true,left:"5%",top:"10%",right:"2%",b
otto
m
芒果沙冰哟
·
2023-12-26 17:36
echarts
前端
javascript
三列布局 css
实现如下图的三列布局:.box{width:1400px;margin:0auto;padding-b
otto
m:40px;>.left{float:left;width:180px;margin-top
Ideaing~
·
2023-12-26 16:03
css
前端
左右滚动的内容加点提示。滚动到第二页第二个点点高亮。模拟轮播图效果
3">.b
otto
m-dot{margin-top:25px;display:flex;align-content:center;justify-content:center;.dot{width:10px
夏天想
·
2023-12-26 16:23
java
前端
数据库
Binary Tree Right Side View
ProblemGiventherootofabinarytree,imagineyourselfstandingontherightsideofit,returnthevaluesofthenodesyoucanseeorderedfromtoptob
otto
m.Example1
kotic
·
2023-12-26 15:47
leetcode算法学习
算法
Antd Cascader 组件指定 placement 弹出位置无效
问题复现代码示例:在上述代码中,我们指定了placement="b
otto
mLeft",浮层预设位置应该出现在左下方,但是实际效果却是在左上方(topLeft),如上图所示:问题探索placement浮层预设位置会根据可视区域自动调整
天問_
·
2023-12-26 15:27
React
react.js
antd
前端框架
HTML5之 夜景放烟花
/article/details/122233674body{margin:0;padding:0;overflow:hidden;}.city{width:100%;position:fixed;b
otto
m
灼灼桃花夭
·
2023-12-26 10:59
html5
前端
html
Flutter手势探索——原理与实现的背后
在日常开发中,手势和事件无处不在,比如在Flutter应用中点击一个点赞按钮,长按弹出B
otto
mSheet和商品列表的滑动等等都存在事件传递和手势识别,Flutter内部是如何确定哪个控件响应了事件,
蜗牛是不是牛
·
2023-12-26 10:37
Opencv学习笔记(二)图像基本操作
图像融合三、图像阈值四、图像平滑五、形态学预算1、腐蚀操作2、膨胀操作3、开闭运算操作4、梯度运算5、顶帽运算6、黑帽运算一、边界填充cv2.copyMakeBorder(img,top_size,b
otto
m_size
code2035
·
2023-12-26 08:54
OpenCV从入门到精通
opencv
学习
笔记
RecyclerView将某个item移动到底部
//移动item到底部的方法publicvoidmoveItemToB
otto
m(intposition){if(position=dataList.size()){return;}//获取要移动的item
Steve_XiaoHai
·
2023-12-26 08:04
基础控件
android
2020-01-19 子改父
box-sizing:border-box;margin:20pxauto;}.containerh3{font-size:16px;line-height:40px;font-weight:bold;border-b
otto
m
BAT努力
·
2023-12-26 07:37
H5C3练习总结12.12--外边距的合并,弹性盒子
就可以实现盒子水平居中.header{width:960px;margin:0auto;}2.外边距的合并(1)相邻块元素垂直外边距的合并当上下两个相邻的块元素相遇时,如果上面那个块元素设置了margin-b
otto
m
瑶瑶南波万
·
2023-12-26 05:31
html
前端
懂你英语 level 5 Unit 2 Part 4 Vocabulary - Interactions
toslowsomethingdownormakeitworsebygettingintheway.Havingtoomanymeetingsisinterferingwithourwork.Itoldhertoleaveusaloneandn
otto
interfereinourproblems.Fillintheblanks
Wong_5840
·
2023-12-25 22:51
动画
border-radiu 作用是为div元素添加圆角边框;border-radius属性其实是由border-top-left-radius、border-top-right-radius、border-b
otto
m-right-radius
泡泡大师兄
·
2023-12-25 21:34
【Tryhackme】Smag Gr
otto
(wireshark,sudo滥用:apt-get)
免责声明本文渗透的主机经过合法授权。本文使用的工具和方法仅限学习交流使用,请不要将文中使用的工具和渗透思路用于任何非法用途,对此产生的一切后果,本人不承担任何责任,也不对造成的任何误用或损害负责。服务发现┌──(rootkali)-[~]└─#nmap-sV-Pn10.10.10.105Hostdiscoverydisabled(-Pn).Alladdresseswillbemarked'up'a
天线锅仔
·
2023-12-25 17:52
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
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
其他