自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 资源 (1)
  • 收藏
  • 关注

原创 js计算时间的天数

<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>计算日期</.

2022-03-17 17:07:01 2035

原创 python 对列表的增删改操作

# 列表是一系列没有任何关系的元素排列组成# ----------列表的增删改查操作-----------# 列表的赋值和输出letters = [1, 2, "a", 3, " ", "h"]print(letters) # [1, 2, 'a', 3, ' ','h']print(letters[0]) # 输出第一个print(letters[-1]) # 输出最后一个message = f"My number is {letters[2].title()}"print.

2022-01-12 16:16:45 282

原创 dash-bootstrap-下拉式菜单

from logging import debugimport dashfrom dash import Input, Output, State, htmlimport dash_bootstrap_components as dbcfrom dash_bootstrap_components.themes import BOOTSTRAPapp = dash.Dash(external_stylesheets=[dbc.themes, BOOTSTRAP])dropdown = htm.

2022-01-11 15:59:50 556

原创 dash-bootstrap-轮播图

from logging import debugfrom typing import ItemsViewimport dashfrom dash import Input, Output, State, htmlimport dash_bootstrap_components as dbcfrom dash_bootstrap_components.themes import BOOTSTRAPapp = dash.Dash(external_stylesheets=[dbc.themes.

2022-01-10 14:43:25 161

原创 dash-bootstrap-卡片

from logging import debugimport dashfrom dash import Input, Output, Stateimport dash_html_components as htmlfrom dash.html.Colgroup import Colgroupimport dash_bootstrap_components as dbcfrom dash_bootstrap_components.themes import BOOTSTRAPapp = d.

2022-01-10 14:42:43 260

原创 dash-bootstrap-警报

from logging import debugimport dashfrom dash import Input, Output, State, htmlimport dash_bootstrap_components as dbcfrom dash_bootstrap_components.themes import BOOTSTRAPapp = dash.Dash(external_stylesheets=[dbc.themes.BOOTSTRAP])alerts = html.Di.

2022-01-10 14:41:50 221

原创 dash-bootstrap-按钮组

from logging import debugimport dashfrom dash import Input, Output, State, htmlimport dash_bootstrap_components as dbcfrom dash_bootstrap_components.themes import BOOTSTRAPapp = dash.Dash(external_stylesheets=[dbc.themes, BOOTSTRAP])button_groups.

2022-01-10 14:40:47 201

原创 dash-bootstrap-面包屑

from logging import debugimport dashfrom dash import Input, Output, State, htmlimport dash_bootstrap_components as dbcfrom dash_bootstrap_components.themes import BOOTSTRAPapp = dash.Dash(external_stylesheets=[dbc.themes, BOOTSTRAP])# 指示当前页面在导航层次结.

2022-01-10 14:39:53 151

原创 dash-bootstrap-按钮2

from logging import debugimport dashfrom dash import Input, Output, State, htmlimport dash_bootstrap_components as dbcfrom dash_bootstrap_components.themes import BOOTSTRAPapp = dash.Dash(external_stylesheets=[dbc.themes, BOOTSTRAP])button = html..

2022-01-10 14:39:02 212

原创 dash-bootstrap-按钮

from logging import debugimport dashfrom dash import Input, Output, State, htmlimport dash_bootstrap_components as dbcfrom dash_bootstrap_components.themes import BOOTSTRAPapp = dash.Dash(external_stylesheets=[dbc.themes, BOOTSTRAP])# button = htm.

2022-01-10 14:37:45 604

原创 dash-bootstrap-components-徽章

from logging import debugimport dashfrom dash import Input, Output, State, htmlimport dash_bootstrap_components as dbcfrom dash_bootstrap_components.themes import BOOTSTRAPapp = dash.Dash(external_stylesheets=[dbc.themes, BOOTSTRAP])badge = html.D.

2022-01-10 14:36:19 230

原创 dash-bootstrap-components-手风琴

dash结合bootstrap组件库的学习之手风琴

2022-01-10 14:32:44 362

原创 python的基础语法01

python基础语法的学习记录

2022-01-10 14:14:23 254

前端,有关css 样式的重点内容笔记

前端,有关css 样式的重点内容笔记

2022-03-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除