上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 57 下一页
摘要: vue innerText 等 用 v-text 在JavaScript中可以使用innerText或者textContent来操作元素中的纯文本。在Vue中,如前面的示例所展示的一样,使用{{}}Mustache语法操作元素中的纯文本。不过在Vue中,我们还可以使用v-text起到同等的作用。著作 阅读全文
posted @ 2019-05-14 11:30 cnchengv 阅读(106) 评论(0) 推荐(0)
摘要: .pages{ width: 200px; margin: auto;} 阅读全文
posted @ 2019-05-13 22:10 cnchengv 阅读(80) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/hutuzhu/p/4450850.html 方法7:display:flex和margin:auto 比较好,也使用中 1 2 3 4 5 .box8{ display: flex; text-align: center; } .box8 span{ 阅读全文
posted @ 2019-05-12 22:49 cnchengv 阅读(97) 评论(0) 推荐(0)
摘要: 图片缩放 var fs = require('fs'); var gm = require('gm'); gm('./1hb11.jpg') .resize(50, 50,"!") .write('./50.jpg', function (err) { if (!err) console.log(' 阅读全文
posted @ 2019-05-11 16:25 cnchengv 阅读(193) 评论(0) 推荐(0)
摘要: for(let i = 0;i{ if(v.substr(0,"译 名".length)=="译 名"){ movie1.yiname = v; } if(v.substr(0,"片 名".length)=="片 名"){ movie1.name = v; } ... 阅读全文
posted @ 2019-05-06 18:49 cnchengv 阅读(155) 评论(0) 推荐(0)
摘要: 样式改成scss的 阅读全文
posted @ 2019-05-05 17:19 cnchengv 阅读(82) 评论(0) 推荐(0)
摘要: const Koa = require('koa'); const app = new Koa(); const router = require('koa-router')(); const koaBody = require('koa-body'); app.use(async (ctx, next) => { console.log(`Process ${ctx.reques... 阅读全文
posted @ 2019-04-30 17:13 cnchengv 阅读(199) 评论(0) 推荐(0)
摘要: 客观说下,既有合又有不合,合的不引起冲突,所以不引起注意。我觉得最后一次 见面前,磨合的不错。 你说的三观不合,我总结下:主要是买车吧,买车又要买车位(20万)、养车,太耗钱, 我是想先买学区房,再买车(可能当时不是这样说),我这次买房选的就是车位多便宜的。 另外你说到杭州要住房,我想一整套房一个人 阅读全文
posted @ 2019-04-29 18:16 cnchengv 阅读(151) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/bf37e0bc7080 alter user 'root'@'localhost' identified with mysql_native_password by '你的密码'; 阅读全文
posted @ 2019-04-27 17:02 cnchengv 阅读(1362) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/i-want-to-be-like-an-sun/p/8041731.html 阅读全文
posted @ 2019-04-25 10:20 cnchengv 阅读(265) 评论(0) 推荐(0)
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 57 下一页