- 博客(5)
- 资源 (7)
- 收藏
- 关注
原创 css小三角定位
.box { position: relative; width: 200px; height: 300px; margin: 100px auto; background-color: tomato; border-radius: 10px; } .box span { position: absolut.
2020-07-03 09:47:54
714
原创 盒子模型&浮动
盒子模型盒子模型的组成:content(内容)、border(边框)、padding(内边距)、margin(外边框)。对边框border的设置:边框宽度、边框样式、边框颜色。边框宽度:border-width value以像素为单位。边框样式:border-style value有none、hidden、dotted、dashed、solid、double、groove、ridge、inset、outset。常用的有solid、dotted、dashed三种。边框颜色:border-color
2020-06-29 17:29:29
617
原创 css选择器
css选择器1.标签选择器标签选择器的格式 <style> div { width: 200px; height: 200px; background-color: slategrey; } </style> <div> <p>标签选择器</p> </div>标签选择器即选择器为标签名
2020-06-25 14:11:58
126
原创 c++输出格式控制函数setw();
#include <iostream>#include <windows.h> //SetConsoleTitle函数的头文件#include <iomanip> //setw函数的头文件using namespace std;int main(){ cout << left; //控制setw()之后的第一个字符串左...
2019-07-25 14:21:35
1786
原创 51起步学习——流水灯
从零学习51单片机——流水灯相信大家初次接触51单片机,大对数都是从流水灯开始,制作出一个简单的流水灯对于初学者不仅有趣好玩又会使学习者从中获得一点成就感。开始的时候我以为流水灯太简单了,耗不了对少时间就能做出来,是的最基本的流水灯确实很简单。但是我们学习不仅仅是为了完成任务,更重要的是产生新的想法、新的思维,从而知道怎样更好、更有效地完成任务。 在流水灯的学习过程中,我使用了一下方法:...
2018-07-26 14:56:28
4212
2
物联网导论ppt第一章
2018-06-18
proteus IoT帮助文档
2018-06-18
fontcvt emwin
2017-09-24
zigbee小车配置
2017-09-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人