上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: Title 点我弹窗 点我弹窗 点我没反应 阅读全文
posted @ 2019-08-31 09:35 Coding_Changes_LIfe 阅读(685) 评论(0) 推荐(0) 编辑
摘要: 1.HTML 阅读全文
posted @ 2019-08-30 13:46 Coding_Changes_LIfe 阅读(1711) 评论(0) 推荐(0) 编辑
摘要: Title <!-- 文本域 --> \ 阅读全文
posted @ 2019-08-27 17:26 Coding_Changes_LIfe 阅读(110) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> table{ width: 300px; margin: 5px auto; /*table 和td之间默认会有一个距离,通过border-spacing设置为零*/ border-spacing: 0px; /*用 阅读全文
posted @ 2019-08-26 18:13 Coding_Changes_LIfe 阅读(166) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .box1{ background-color: yellow; background-image: url("1.png"); background-repeat: no-repeat; a:link{ backg 阅读全文
posted @ 2019-08-26 17:33 Coding_Changes_LIfe 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 16年面授开班计划 近期开班 <!-- h3是块元素,为了避免h3在前面,把a标签给挡住--> Java云计算就业班 开班时间:2017-03-03 预约报名 开班时间:2017-03-03 预约报名 开班时间:2017-03-03 预约报名 开班时间:2017-03-03 预约报名 开班时间:20 阅读全文
posted @ 2019-08-24 17:07 Coding_Changes_LIfe 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 首页 新闻 联系 关于 关于 关于 关于 关于 关于 关于 关于 关于 阅读全文
posted @ 2019-08-24 15:02 Coding_Changes_LIfe 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1、HTML和CSS定义 2、块元素和内联元素 3、选择器 4、后代选择器 5、伪类选择器 6、选择器的优先级 7、文本标签 8、长度和颜色单位 9、文本和字体样式 10、盒子模型 12、文档流 文档流 处在网页的最底层,我们所创建的元素默认就在文档流中 元素在文档流中的特点: 块元素: 1、块元素 阅读全文
posted @ 2019-08-21 09:09 Coding_Changes_LIfe 阅读(329) 评论(0) 推荐(0) 编辑
摘要: #include #include //位字段:嵌入式的物联网设备开发,需要节约内存,可以使用位字段,用来限定某个结构如变量的二进制位 struct dateE{ unsigned int day; // day只有1-31的取值,无需用到4个字节,浪费了内存 2^5=32 5个二进制位就足够了 unsigned int month; // month只有1-12的取值... 阅读全文
posted @ 2019-08-13 17:50 Coding_Changes_LIfe 阅读(625) 评论(0) 推荐(0) 编辑
摘要: 输入一个整数,打印其补码,用位运算实现 阅读全文
posted @ 2019-08-13 15:44 Coding_Changes_LIfe 阅读(243) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页