php 解决跨域问题
摘要:后台返回数据时加入这三句就可以了 header('Access-Control-Allow-Origin:*'); header('Access-Control-Allow-Headers:x-requested-with,content-type'); header('Access-Control
阅读全文
posted @
2018-04-25 07:16
kerryk
阅读(165)
推荐(0)
vue-cli 使用步骤
摘要:1、安装vue-cli: cnpm install vue-cli -g 2、初始化: vue init webpack-simple [项目名称] 或 vue init webpack [项目名称] 3、安装依赖: cd [项目名称] 然后 cnpm install 4、运行项目: npm run
阅读全文
posted @
2018-04-22 17:03
kerryk
阅读(214)
推荐(0)
jq 实现选项卡效果
摘要:Document Users Groups users... groups...
阅读全文
posted @
2018-04-15 08:41
kerryk
阅读(305)
推荐(0)