<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0,user-scalab Read More
posted @ 2017-05-24 10:07 好卡卡卡卡 Views(361) Comments(0) Diggs(0)
<!DOCTYPE html><html> <head> <title>微信会话小三角</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0, maximu Read More
posted @ 2017-05-23 11:49 好卡卡卡卡 Views(213) Comments(0) Diggs(0)
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0,user-scalab Read More
posted @ 2017-05-19 15:53 好卡卡卡卡 Views(584) Comments(0) Diggs(0)
<!DOCTYPE HTML><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0,user-scalable=no"><html> < Read More
posted @ 2017-05-09 17:35 好卡卡卡卡 Views(700) Comments(0) Diggs(0)
input::-webkit-input-placeholder { /* WebKit browsers*/ color:#aaa;font-size:14px; }input:-moz-placeholder { /* Mozilla Firefox 4 to 18*/ color:#aaa;f Read More
posted @ 2017-05-09 13:43 好卡卡卡卡 Views(3402) Comments(0) Diggs(0)
<!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0,u Read More
posted @ 2017-05-05 17:54 好卡卡卡卡 Views(405) Comments(0) Diggs(0)
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0,user-scalab Read More
posted @ 2017-04-28 11:23 好卡卡卡卡 Views(371) Comments(0) Diggs(0)
当我们前端在调后端接口的时候,如果想使抓取过来的json数据更加美观,可以使用谷歌的插件jsonView。 1. 搜索 jsonView 链接:https://github.com/search?utf8=%E2%9C%93&q=jsonview。 2. 在搜索结果列表选择自己需要的插件。(推荐这个 Read More
posted @ 2017-02-17 15:41 好卡卡卡卡 Views(2113) Comments(0) Diggs(0)
1.安装node。 2.node -v (查看node版本)。 3.npm install -g vue-cli (安装vue-cli)。 4.vue (运行一下vue命令)。 5.vue list (列出可用的模板)。 6.vue init webpack sell (使用webpack模板起个名 Read More
posted @ 2017-02-17 10:04 好卡卡卡卡 Views(3743) Comments(1) Diggs(1)