1. 文字的居中 对于标准的markdown文本,是不支持居中对齐的。还好markdown支持html语言,所以我们采用html语法格式即可。 <center>这一行需要居中</center> 下面就是排版后的结果 这一行需要居中 2.文字的字体及颜色 2.1 字体更换 同样我们也需要遵照其标准的语 ...
分类:
其他好文 时间:
2021-04-06 15:17:53
阅读次数:
0
小明种树 试题编号: 201909-1 试题名称: 小明种苹果 时间限制: 2.0s 内存限制: 512.0MB 题解:模拟一下,记录坏果数量和对应的果树的序号,排下序 3 3 73 -8 -6 -4 76 -5 -10 -8 80 -6 -15 0 1 n,m=map(int, input().s ...
分类:
编程语言 时间:
2021-04-06 14:37:49
阅读次数:
0
HTML(六)表格 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>TableStudy</title> </head> <body> <!--表格 table 行 tr 列 td --> <table bo ...
分类:
Web程序 时间:
2021-04-06 14:03:52
阅读次数:
0
父元素:box1,子元素:box2; 持续补充中。。。。。 一、子div定宽高 1. flex布局 .box1{ width: 300px; height: 300px; border: 1px solid red; display: flex; align-items: center; } .bo ...
分类:
其他好文 时间:
2021-04-01 13:41:10
阅读次数:
0
HTML页面: <div class=" row t1" style="text-align:center;"> <div class="form-group col-xs-2 col-md-offset-1"> <div class="panel panel-danger" style="back ...
分类:
编程语言 时间:
2021-03-31 12:12:55
阅读次数:
0
题目链接 https://codeforces.com/contest/1506/problem/A 原题 1506A - Strange Table Example input 5 1 1 1 2 2 3 3 5 11 100 100 7312 1000000 1000000 1000000000 ...
分类:
其他好文 时间:
2021-03-29 11:53:53
阅读次数:
0
Camtasia Studio是一款专门录制屏幕动作的工具,它能在任何颜色模式下轻松地记录 屏幕动作,包括影像、音效、鼠标移动轨迹、解说声音等等,另外,它还具有即时播放和编 辑压缩的功能,可对视频片段进行剪接、添加转场效。下面我将使用Camtasia Studio2019(win系统)来详细介绍一下 ...
分类:
其他好文 时间:
2021-03-18 14:45:14
阅读次数:
0
<template> <div class="row"> <el-amap id="map" vid="amapDemo" :zoom="zoom" :center="center"> <el-amap-marker v-for="marker in markers" :key="marker.id ...
分类:
其他好文 时间:
2021-03-18 14:39:11
阅读次数:
0
动画效果 代码 <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-sc ...
分类:
其他好文 时间:
2021-03-17 14:25:03
阅读次数:
0
CREATE TABLESPACE DATA_CENTER_DATA DATAFILE '/opt/oracle/oradata/mesdb/data_center_data.dbf' SIZE 100M AUTOEXTEND ON NEXT 200M MAXSIZE UNLIMITED LOGGI ...
分类:
其他好文 时间:
2021-03-17 14:04:19
阅读次数:
0