今天在一台机器上运行pecl install swoole时报了一堆错 Warning: Invalid argument supplied for foreach() in Command.php on line 249 Warning: Invalid argument supplied for foreach() in /usr/share/pear/PEAR/Command.php on line 249 Warning: Invalid argument suppl…
pecl 绑定于 pear The following instructions install PEAR and PECL on Mac OS X under /usr/local/. PECL is bundled with PEAR.So this is as simple as installing PEAR on Mac OS X. PEAR is PHP’s Package Repository and makes it easy to download and install PHP …
文章目录 概述1. 什么是Spring Security1.1 配置示例1.2 spring security 基本原理1.2 Spring Security存在的问题 2. 什么是oauth22.1 那么如何实现检查token的呢2.2 jwt2.3 endpoint概念2.4 spring Security和 spring Security oauth2关系 3. spring cloud oauth24. sso单点登…