自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 软考网络工程师【CSMA/CD协议】

【CSMA/CD协议】以太网的最大帧长为1518字节,每个数据帧前面有8个字节的前导字段,帧间隔为9.6μs。传输240000bit的IP数据报,采用100BASE-TX网络,需要的最短时间为( )。 A.1.23ms B.12.3ms C.2.63ms D.26.3ms 关键词 1518字节、240000bit 封装在以太网中首先要看是否需要分片 图片参考:https://blog.csdn.net/qq_23100787/article/details/49877569 分片计算 1字节=8位(1

2021-03-16 10:57:47 2597 2

原创 Android设计与开发——Layout课堂笔记

在Android studio建立新页面 Res->layout->右键new->Activity->Empty Activity 1.布局三个按钮 <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent"> <Button android:layout_width="150dp" android

2020-09-23 22:05:56 212

原创 Android设计与开发——Button课堂笔记

一、Button基本属性 1.普通按钮 <Button android:layout_width="match_parent" android:layout_height="80dp" android:text="CLICK" android:background="#2196F3" android:textColor="#ffffff" android:shadowColor="#515151" android:shadowDx="10"

2020-09-23 21:45:11 228

Android设计与开发——Button属性.docx|Button属性.docx

<Button android:layout_width="match_parent" android:layout_height="80dp" android:text="CLICK" android:background="#2196F3" android:textColor="#ffffff" android:shadowColor="#515151" android:shadowDx="10" android:shadowDy="10" android:shadowRadius="10"></Button>

2020-09-23

空空如也

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

TA关注的人

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