上一页 1 2 3 4 5 6 ··· 21 下一页
摘要: 默认php版本为7.1,需要升级,并且设置成默认的最新版。brew search php查到最新版本之后,目前最新@7.3brew install php@7.3设置环境变量 vim ~/.bash_profile环境变量加入一下代码:这个环境设置在php下载过程中有提示: If you need 阅读全文
posted @ 2020-11-19 10:29 yahn~ 阅读(1315) 评论(0) 推荐(0) 编辑
摘要: 508 git clone https://gitee.com/swoole/swoole.git 509 ls 510 which php 511 brew install autoconf 512 cd swoole 513 sudo /Applications/MAMP/bin/php/php 阅读全文
posted @ 2020-11-02 11:49 yahn~ 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-07-14 12:46 yahn~ 阅读(357) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2020-07-10 10:09 yahn~ 阅读(501) 评论(5) 推荐(2) 编辑
摘要: 阅读全文
posted @ 2020-05-08 10:45 yahn~ 阅读(528) 评论(0) 推荐(3) 编辑
摘要: mysql> create procedure p4() -> begin -> declare age int default 18; -> if age >= 18 then -> select "已成年"; -> else -> select "未成年"; -> end if; -> end$ 阅读全文
posted @ 2020-04-13 16:02 yahn~ 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-09 10:13 yahn~ 阅读(264) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-04-07 11:21 yahn~ 阅读(286) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2020-04-07 09:45 yahn~ 阅读(305) 评论(0) 推荐(1) 编辑
摘要: mysql> show status like 'connections'; + + + | Variable_name | Value | + + + | Connections | 6 | + + + 1 row in set (0.00 sec) 查询服务器启动了多长时间: mysql> sh 阅读全文
posted @ 2020-03-31 08:40 yahn~ 阅读(179) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 21 下一页