搜索结果
查询Tags标签: center,共有 111条记录-
css实现相框效果
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> body { background: skyblue; color: #FFFFFF; display: flex; justify-content: cent…
2021/4/28 10:27:21 人评论 次浏览 -
nacos-配置中心
一、配置中心 nacos有两大功能:注册中心和配置中心 nacos的中文文档:https://nacos.io/zh-cn/docs/open-api.html 1、配置文件的缺点 (1)生产环境的数据库的用户名和密码都配置在配置文件中,所有开发人员都能看到密码,这就造成了一定的安全隐患; (2)配置文件修改…
2021/4/28 10:25:21 人评论 次浏览 -
自定义步骤条 , 纯原生html + css
只需要给所在步骤加current-n 类名 就行 html<div class="progress-x"><div class="zb-div"><span class="zb-number number1"></span><span class="zb-line"></span></div><div …
2021/4/20 18:26:36 人评论 次浏览 -
Measures of Center - Mode
The mode is the value in the data set that occurs most frequently. If all of the data values occur only once, or they each occur an equal number of times, we say that there is no mode. If only one value occurs most often, then the data set is said to…
2021/4/7 18:39:47 人评论 次浏览 -
「HTML+CSS」--自定义加载动画【009】
前言Hello!小伙伴! 首先非常感谢您阅读海轰的文章,倘若文中有错误的地方,欢迎您指出~ 哈哈 自我介绍一下 昵称:海轰 标签:程序猿一只|C++选手|学生 简介:因C语言结识编程,随后转入计算机专业,有幸拿过国奖、省奖等,已保研。目前正在学习C++/Linux(真的真的太…
2021/4/7 10:42:42 人评论 次浏览 -
Python ljust rjust center输出
Python中打印字符串时可以调用ljust(左对齐),rjust(右对齐),center(中间对齐)来输出整齐美观的字符串,使用起来非常简单,包括使用第二个参数填充(默认为空格)。
2019/7/13 22:04:07 人评论 次浏览