上一页 1 2 3 4 5 6 ··· 25 下一页
摘要: <p>head works!</p> {{"08/09/2020 23:09:12"|date:'dd/MM/yy'}} <div [style]="currentStyles">hello!!!!!!!!!!!!</div> <div style="width: 800px;height: 300 阅读全文
posted @ 2020-10-23 11:05 玄空2 阅读(215) 评论(0) 推荐(0) 编辑
摘要: css部分 .wrapper { color: white; height: 100%; width: 100%; display: flex; flex-direction: column; align-items: center; } .content_head { width: 95%; he 阅读全文
posted @ 2020-09-23 16:45 玄空2 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 转载 https://www.cnblogs.com/cloud-k/p/8572438.html 修改之前的样式 修改之后的样式 html <input type="checkbox" name="btn" id="btn1"><label for="btn1">按钮1</label>css样式 阅读全文
posted @ 2020-09-08 13:43 玄空2 阅读(672) 评论(0) 推荐(0) 编辑
摘要: 基于angular 10版本 css 设计 .bodyTest{ background-color:rgb(23,32, 42); margin: 0; padding: 0; height: 700px;; position: relative; overflow-x:hidden; overfl 阅读全文
posted @ 2020-08-04 15:26 玄空2 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-07-24 17:22 玄空2 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 出现的原因有两种: 第一种:管道名字 跟@Pipe({name:'exponentStrength'}) 里的name 对应的值不符 第二种:没有在app.module里导入(通过 ng g pipe 管道名 的可以忽略第二种错误,因为angular2会自动为导入) 例如 import {PipTe 阅读全文
posted @ 2020-07-20 17:37 玄空2 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 摘自《vue.js实战》 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 阅读全文
posted @ 2020-05-18 21:44 玄空2 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 来自书籍《vue.js实战》 子组件使用$emit()触发事件,父组件用v-on来监听子组件事件 $emit('自定义事件名',传给父组件的数据) <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="v 阅读全文
posted @ 2020-05-17 23:22 玄空2 阅读(362) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2020-05-17 21:12 玄空2 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 来自尚硅谷视频 Explain关键字:可以模拟优化器,执行SQL查询语句。 语法: explain +SQL语句 Explain作用:查看表的读取顺序 数据读取操作的操作类型 哪些索引可以使用 哪些索引被实际使用 表之间的引用 每张表有多少行被优化器查询 Explain包含的表头: id: sele 阅读全文
posted @ 2020-05-15 20:27 玄空2 阅读(139) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 25 下一页