l14107cb 发表于 2024-10-4 13:23:49

php环境的安装与运用


    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;"><strong style="color: blue;">## php环境的配置</strong></p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;"><strong style="color: blue;">在php官网上下载php安装包,<span style="color: black;">而后</span>将路径写入到系统路径中。</strong></p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;"><strong style="color: blue;">cmd下<span style="color: black;">运用</span>php -v来确认php环境<span style="color: black;">是不是</span>正常</strong></p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;"><strong style="color: blue;">## sublime下配置php环境</strong></p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;"><strong style="color: blue;">选中:Tools -&gt; Build System -&gt; New Build System....</strong></p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;"><strong style="color: blue;">添加如下配置:</strong></p>{&nbsp;
    &nbsp;&nbsp;&nbsp; <span style="color: black;">"cmd"</span>: [<span style="color: black;">"php"</span>, <span style="color: black;">"$file"</span>],
    &nbsp;&nbsp;&nbsp; <span style="color: black;">"file_regex"</span>: <span style="color: black;">"php$"</span>,&nbsp;
    &nbsp;&nbsp;&nbsp; <span style="color: black;">"selector"</span>: <span style="color: black;">"source.php"</span>
    }<p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;"><strong style="color: blue;">ctrl + s <span style="color: black;">保留</span> 命名为 : PHP.sublime-build</strong></p>
    <p style="font-size: 16px; color: black; line-height: 40px; text-align: left; margin-bottom: 15px;"><strong style="color: blue;">运行<span style="color: black;">便是</span>ctrl+b</strong></p>
    <div style="color: black; text-align: left; margin-bottom: 10px;"><img src="https://p26-sign.toutiaoimg.com/tos-cn-i-axegupay5k/0264b21be3644eaab4a92199657ae63b~noop.image?_iz=58558&amp;from=article.pc_detail&amp;lk3s=953192f4&amp;x-expires=1728208630&amp;x-signature=9BritPB9EfZjou%2FkCm13O0Yn2Eo%3D" style="width: 50%; margin-bottom: 20px;"></div>




nykek5i 发表于 2024-10-7 21:37:42

说得好啊!我在外链论坛打滚这么多年,所谓阅人无数,就算没有见过猪走路,也总明白猪肉是啥味道的。

qzmjef 发表于 3 小时前

你的见解真是独到,让我受益匪浅。
页: [1]
查看完整版本: php环境的安装与运用