码迷,mamicode.com
首页 >  
搜索关键字:otto    ( 2696个结果
web入土
web入土 1:html的多个空格实际上是一个空格 要表示空格可以使用 &nbsp; 2:标题 HTML 标题(Heading)是通过<h1> - <h6>标签来定义的。 <h1>这是一个标题</h1> <h2>这是一个标题</h2> <h3>这是一个标题</h3> 3:段落 HTML 段落是通过标 ...
分类:Web程序   时间:2021-06-02 20:09:50    阅读次数:0
在鸿蒙中实现类似瀑布流效果
简介 鸿蒙OS 开发SDK中对于长列表的实现ListContainer的实现较为简单,没法想RecyclerView一样通过使用不同的LayoutManager来实现复杂布局因此没法快速实现瀑布流效果。 但鸿蒙OS也都支持控件的Measure(onEstimateSize),layout(onArr ...
分类:其他好文   时间:2021-06-02 13:06:16    阅读次数:0
盒子模型
盒子模型 1.盒子模型由四部分组成,内容(content)(内容就是宽高的大小),内边距(padding),边框(content)外边框(margin)。 2.盒子大小由三部分组成,内容(content),内边距(padding),边框(border)。 3.什么是盒子模型? 盒子模型是css中重要 ...
分类:其他好文   时间:2021-05-24 07:03:34    阅读次数:0
地图控件 标尺 缩放级别 监听缩放级别
var map = new BMapGL.Map('map',{ minZoom:8, maxZoom:12, // 设置显示类型 MapType: BMAP_NORMAL_MAP }); // 设置中心点 var point = new BMapGL.Point(116.404,39.915); ...
分类:其他好文   时间:2021-04-06 14:48:41    阅读次数:0
AtCoder Beginner Contest 049 B - Thin
Problem Statement There is an image with a height of H pixels and a width of W pixels. Each of the pixels is represented by either . or *. The charact ...
分类:其他好文   时间:2021-04-05 12:52:04    阅读次数:0
hover时下划线从中间向两端渐变
.nav{ float: left; } .nav ul li { float: left; position: relative; } .nav ul li a{ color: #FFF; font-size: 16px; line-height: 80px; margin: 0 25px; } ...
分类:其他好文   时间:2021-03-03 12:36:32    阅读次数:0
jQuery 选项卡切换过渡效果
<!DOCTYPE html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> ul,li { list-style: none; margin: 0; padding: 0; } .tabBox { wid ...
分类:Web程序   时间:2021-01-27 14:03:18    阅读次数:0
vue ant upload组件 设置float后点击没反应
原代码:<div v-show="uploader" class="table-operator" style="margin-top: 10px;margin-bottom: 10px;float:right; "> <a-upload name="file" :showUploadList="f ...
分类:其他好文   时间:2021-01-20 12:05:48    阅读次数:0
PHP将上传word文件,转化为Html格式,(多种转换方式)
###方法一: 通过PHPOffice(推荐) 1: composer require phpoffice/phpword ``` /* 通过composer安装 PHPOffice 需要 或者用中国镜像:https://www.phpcomposer.com/ */ ``` 2: 安装成功可看到 ...
分类:Web程序   时间:2021-01-14 10:30:45    阅读次数:0
测试常用术语3
41、 validation 确认 42、 alpha testing α测试 43、 beta testing β测试 44、 top-down testing 自顶向下测试 45、 bottom-up testing 自底向上测试 46、 isolation testing 孤立测试 47、 a ...
分类:其他好文   时间:2021-01-07 12:18:24    阅读次数:0
2696条   上一页 1 2 3 4 ... 270 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!