01 2018 档案
angular之两种路由
摘要:安装angular npm install -g @angular/cli ng new myapp ng g component componentName 自带路由 引入:angular-route.js UI.route路由
阅读全文
php之上传图片及传数据到mysql
摘要:index.html php.php
阅读全文
vue之vuex
摘要:vuex负责vue的数据管理和共享,适用于大型项目 安装vuex npm install vuex --save; 运用vuex 主要有五大金刚: 简单编写 模块类型编写 页面渲染数据和事件
阅读全文