Token
Post in
二 13 四月 2021
Authentication
SI. No. | Description | REST API | Http Methods |
---|---|---|---|
1 | Logon using username and password | http://host: |
GET,POST |
2 | Logoff (token must be in Header) | http … |
SI. No. | Description | REST API | Http Methods |
---|---|---|---|
1 | Logon using username and password | http://host: |
GET,POST |
2 | Logoff (token must be in Header) | http … |
https://eggjs.org/zh-cn/intro/index.html
Sails 是和 Egg 一样奉行『约定优于配置』的框架,扩展性也非常 …
单元测试是检测一小段代码的良好实践,典型的单元测试 …
正向代理代理的对象是客户端,反向代理代理的对象是服务端 …
Nginx 比 Apache 高并发的原因
Nginx 负载均衡调度算法 负载均衡之轮询算法
Apache 多进 …
安装 mysql
brew install mysql
启动 mysql
service mysqld start
登录 mysql
mysql -u root -p
mysql -u root -p --ssl
mysql -u root -p --ssl-mode-required
退 …
brew install redis
redis-server
stop: Ctrl-C.
brew services start redis
brew services list
brew services stop redis # stop
链接:https://www.jianshu.com/p/4f7353cd5805
Sequelize 是一款基于 Nodejs 功能强大的异步 ORM 框架。 同时支持 PostgreSQL …
sails.js 是类似于 Ruby on Rails 的开发平台,可以快速整合数据库资源,非常适合网 …
REST,即Representational State Transfer(表现层状态转化)。它是一种互联网应用程序的API设计理念:URL定位资源,用HTTP动词(GET,POST …
« Page 3 / 3