Coding 汪

Talk is cheap. Show me the code


  • 首页

  • 归档

  • 标签

  • 搜索
close
Coding 汪

Vue.js Start

发表于 2017-01-20 |
Vue.js(读音 /vjuː/, 类似于 view) 是一套构建用户界面的 渐进式框架。与其他重量级框架不同的是,Vue 采用自底向上增量开发的设计。Vue 的核心库只关注视图层,并且非常容易学习,非常容易与其它库或已有项目整合。另一方面,Vue 完全有能力驱动采用单文件组件和 Vue 生态系统支持的库开发的复杂单页应用。
阅读全文 »
Coding 汪

web端跨域调用webapi

发表于 2017-01-19 |
跨域是指从一个域名的网页去请求另一个域名的资源。比如从http://www.baidu.com/ 页面去请求 http://www.google.com 的资源。跨域的严格一点的定义是:只要 协议,域名,端口有任何一个的不同,就被当作是跨域。
阅读全文 »
Coding 汪

Hello World

发表于 2017-01-19 |

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

Andy Dong

Andy Dong

Any fool can write code that a computer can understand. Good programmers write code that humans can understand

3 日志
2 标签
© 2016 - 2017 Andy Dong
个人专属
Blog - 董思盼