- 博客(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 2134
原创 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 311
原创 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 631
原创 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 193
原创 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 299
原创 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 250
原创 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 246
原创 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 181
原创 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 234
原创 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 668
原创 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 254
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人