上一页 1 ··· 3 4 5 6 7
摘要: JS的时间差换算(String to 标准的时间格式) 1.字符串到标准时间格式: 字符串: var time1="2018-05-11 00:00:00" var time2="2018-05-12 00:00:00" 转到标准时间格式: time1 = new Date(time1); time 阅读全文
posted @ 2018-05-13 14:10 Archer-Fang 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 1.cd C:\Program Files\mysql-5.7.20-winx64\bin2.mysqld --install mysql5.73.net start mysql5.7 阅读全文
posted @ 2018-05-05 18:25 Archer-Fang 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 村先游--省二竞赛项目VUE重构 源码地址: 重构前的(前端+后台):https://github.com/Archer-Fang/cunxianyou 重构前的(前端):https://github.com/Archer-Fang/cunxianyouv2笔记:1.<style scoped>避免 阅读全文
posted @ 2018-05-05 18:24 Archer-Fang 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 已经配置好github的基础上,clone gitlab 地址git status 显示改变了的文件但是webstorm文件颜色不改变问题的解决:VCS->git-->remotes-->url:git@git.dadang8.com:ddstat/cms.git name:1.0File-->se 阅读全文
posted @ 2018-05-05 18:24 Archer-Fang 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 仿知乎日报学习笔记与优化项目原地址(有些小BUG):单页网页应用:https://github.com/pomelo-chuan/Zhihu-Daily-Vue.js知乎日报api查询:https://github.com/izzyleung/ZhihuDailyPurify/wiki/%E7%9F 阅读全文
posted @ 2018-05-05 18:23 Archer-Fang 阅读(175) 评论(0) 推荐(0) 编辑
摘要: axios学习笔记axios文档源地址:https://github.com/axios/axios0.概念axios 在NPM上的描述是:Promise based HTTP client for the browser and node.js。axios是通过promise实现对ajax技术的一 阅读全文
posted @ 2018-05-05 18:22 Archer-Fang 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 技术栈:vue2 + vuex + vue-router + webpack + ES6/7 + fetch + sass + flex + svg以功能实现着手学习1. 定位功能 home.vue 通过跨域获取当前的地理位置 http://cangdu.org:8001/v1/cities?typ 阅读全文
posted @ 2018-05-05 18:20 Archer-Fang 阅读(535) 评论(0) 推荐(0) 编辑
摘要: git pull:显示本地仓库与远程仓库有冲突 解决办法: git stash:备份当前的工作区,并且将备份的内容保存到git栈中,同时让工作区内容保持和上一次本人提交的内容一致 git pull:将远程仓库最新的代码pull下来,此时无冲突 git stash pop:从git栈中读取最近一次保存 阅读全文
posted @ 2018-04-27 20:04 Archer-Fang 阅读(560) 评论(0) 推荐(0) 编辑
摘要: 并行 串行 同步 异步 并发 阅读全文
posted @ 2018-04-27 14:05 Archer-Fang 阅读(2906) 评论(0) 推荐(0) 编辑
摘要: test 阅读全文
posted @ 2018-04-12 18:18 Archer-Fang 阅读(69) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7