Ajax
ajax在跨域发送请求的时候需要添加 xhrFields
1 | $.ajax({ |
Fetch
fetch在跨域发送请求的时候需要添加 credentials: “include”
1 | fetch('http://example.com',{ |
ajax在跨域发送请求的时候需要添加 xhrFields
1 | $.ajax({ |
fetch在跨域发送请求的时候需要添加 credentials: “include”
1 | fetch('http://example.com',{ |
经过长时间的调研,钻研,新的blog系统终于上线了
从wordpress,到个人用react+laravel开发,到现在的github pages
觉得目前的模式还是挺不错的,github,nodejs,markdown都是我非常喜欢的技术,这三者的结合希望能给我带来愉快的码字体验
当然最重要的还是多敲多写
好记性不如烂指头
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.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment