I'm installing a lot of PHP packages but all of it always needs me to set the PHP path manually, Even tho they use Default: php
in their PHP Executeable Path
, How can i change the default path?
答案 0 :(得分:-1)
这取决于您使用的操作系统。对于Windows,它是可执行路径php
。对于Unix系统,如Mac或Linux,它只是Select * from (
Select *, RowN = Row_Number() over(order by age desc) from Players
) a Where a.RowN = 1
。