上一页 1 ··· 10 11 12 13 14

2019年1月5日

摘要: 查看、添加、提交、删除、找回,重置修改文件 git help <command> # 显示command的help git show # 显示某次提交的内容 git show $id git co -- <file> # 抛弃工作区修改 git co . # 抛弃工作区修改 git add <fil 阅读全文
posted @ 2019-01-05 20:49 一只傻阿贝哟 阅读(99) 评论(0) 推荐(0) 编辑

2019年1月4日

摘要: 1、全局安装cli npm install -g vue-cli 在全局安装vue的命令行工具 2、初始化项目 vue init webpack my-project 初始化一个基于webpack的项目,webpack文件一般情况下都在build目录中, 这里my-project是指你的项目名称 3 阅读全文
posted @ 2019-01-04 21:27 一只傻阿贝哟 阅读(203) 评论(0) 推荐(0) 编辑

2019年1月3日

摘要: 首先 vue的点击事件 是用 @click = “clickfun()” 属性 在html中绑定的,在点击的函数中 添加$event 参数就可以比如<button @click = “clickfun($event)”>点击</button> methods: { clickfun(e) { // 阅读全文
posted @ 2019-01-03 15:10 一只傻阿贝哟 阅读(375) 评论(0) 推荐(0) 编辑

2018年12月23日

摘要: html代码: <div class="box"> <div class="t_news"> <b>已关联奖励账号、昵称:</b> <ul class="news_li"> <li>张XX 151****0623</li> <li>陈XX 159****8933</li> <li>吴XX 188** 阅读全文
posted @ 2018-12-23 17:08 一只傻阿贝哟 阅读(395) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14

导航