上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 71 下一页

2019年5月2日

摘要: js的三种异步处理 Promise 对象 含义: Promise是异步编程的一种解决方案, 优点: 相比传统回调函数和事件更加合理和优雅,Promise是链式编程(后面会详细讲述),有效的解决了令人头痛的回调地狱问题,Promise的结果有成功和失败两种状态,只有异步操作的结果,可以决定当前是哪一种 阅读全文
posted @ 2019-05-02 09:44 刘应杰 阅读(8632) 评论(0) 推荐(0)

2019年5月1日

摘要: C# C# Cheatsheet & Notes Coding Guidelines for C# 3.0, 4.0, 5.0 Core C# and .NET Quick Reference C# Basics Reference Sheet C C Reference Card (ANSI) O 阅读全文
posted @ 2019-05-01 11:46 刘应杰 阅读(162) 评论(0) 推荐(0)

2019年4月30日

摘要: Configuration Reference This project is sponsored by #Global CLI Config Some global configurations for @vue/cli, such as your preferred package manage 阅读全文
posted @ 2019-04-30 00:32 刘应杰 阅读(532) 评论(0) 推荐(0)

2019年4月29日

摘要: https://jwt-auth.readthedocs.io/en/develop/ https://iviewui.com/ 阅读全文
posted @ 2019-04-29 13:40 刘应杰 阅读(159) 评论(0) 推荐(0)
摘要: 使用svn进行文件和文件夹的忽略 黑泥卡 关注 0.3 2016.08.16 22:42* 字数 786 阅读 20554评论 7喜欢 15 如何使用svn忽略文件和文件夹如果你之前尝试过git,你就知道svn的忽略在命令行上有多么繁琐。我从事android开发,我希望svn可以这样忽略: # Bu 阅读全文
posted @ 2019-04-29 08:36 刘应杰 阅读(586) 评论(0) 推荐(0)

2019年4月28日

摘要: Render Functions & JSX Basics Vue recommends using templates to build your HTML in the vast majority of cases. There are situations however, where you 阅读全文
posted @ 2019-04-28 19:22 刘应杰 阅读(220) 评论(0) 推荐(0)
摘要: 作者:寸志链接:https://www.zhihu.com/question/56820346/answer/150724784来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 遵循的模块化规范不一样 模块化规范:即为 JavaScript 提供一种模块编写、模块依赖和 阅读全文
posted @ 2019-04-28 10:13 刘应杰 阅读(168) 评论(0) 推荐(0)

2019年4月27日

摘要: Laravel 中使用 JWT 认证的 Restful API 5天前 / 678 / 3 / 更新于 3天前 在此文章中,我们将学习如何使用 JWT 身份验证在 Laravel 中构建 restful API 。 JWT 代表 JSON Web Tokens 。 我们还将使用 API 为用户产品创 阅读全文
posted @ 2019-04-27 15:33 刘应杰 阅读(8825) 评论(0) 推荐(0)
摘要: axios Promise based HTTP client for the browser and node.js Features Make XMLHttpRequests from the browser Make http requests from node.js Supports th 阅读全文
posted @ 2019-04-27 10:46 刘应杰 阅读(139) 评论(0) 推荐(0)

2019年4月26日

摘要: What is REST REST is acronym for REpresentational State Transfer. It is architectural style for distributed hypermedia systems and was first presented 阅读全文
posted @ 2019-04-26 23:10 刘应杰 阅读(255) 评论(0) 推荐(0)
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 71 下一页

导航