Loading

摘要: REST全称是Representational State Transfer,中文意思是表述(编者注:通常译为表征性状态转移)。 它首次出现在2000年Roy Fielding的博士论文中。 RESTful是一种定义Web API接口的设计风格,尤其适用于前后端分离的应用模式中。 这种风格的理念认为 阅读全文
posted @ 2022-08-12 22:16 hkwJsxl 阅读(60) 评论(0) 推荐(0)
摘要: 若你使用过 Shell 中的 awk 工具,会发现用它来分割字符串是非常方便的。特别是多个连续空格会被当做一个处理。 [root@localhost ~]# cat demo.txt hello world [root@localhost ~]# [root@localhost ~]# awk '{ 阅读全文
posted @ 2022-08-12 22:06 hkwJsxl 阅读(108) 评论(0) 推荐(0)