02 2021 档案

摘要:<script> let obj = { name:"张三", children:{ boy:['liming','lis',undefined,function(){}], girl:['ss'] }, wife:{ name:'xixi' } } //deep copy function dee 阅读全文
posted @ 2021-02-09 11:48 HF10 阅读(63) 评论(0) 推荐(0)
摘要:在注册自定义组件时,组件名的写法可以是小驼峰命名,也可以使用横岗"-",但是使用的时候必须按照注册时的命名方法使用 { "usingComponents": { //使用横岗->因为创建的组件为myHeader "my-header":"/component/myHeader/myHeader" / 阅读全文
posted @ 2021-02-05 17:10 HF10 阅读(516) 评论(0) 推荐(0)
摘要://创建文章表 CREATE TABLE article( id INT PRIMARY KEY AUTO_INCREMENT, flag SET('推荐','热门', '置顶', '图文') DEFAULT NULL )ENGINE = INNODB CHARSET utf8 COMMENT='文 阅读全文
posted @ 2021-02-04 11:17 HF10 阅读(939) 评论(0) 推荐(0)
摘要:git remote set-url origin https://gitee.com/hf10/test.git 阅读全文
posted @ 2021-02-01 08:54 HF10 阅读(244) 评论(0) 推荐(0)