当前位置:网站首页>Sublime text configuring PHP compilation environment
Sublime text configuring PHP compilation environment
2022-07-02 06:42:00 【zb0567】
Tools --- compile --- newly build
{
"cmd": ["php","$file"],"file_regex":"php$","selector":"source.php"
}
Save as php
Save it
The premise needs to be set php environment variable
find php.exe The catalog of , Add the directory to the environment variable
php -v Check out your php edition
边栏推荐
- Functions of tensorrt
- 一口气说出 6 种实现延时消息的方案
- No process runs when querying GPU, but the video memory is occupied
- Redis——大Key问题
- Sentinel规则持久化到Nacos
- 蚂蚁集团g6初探
- Utilisation de la carte et de foreach dans JS
- Idea announced a new default UI, which is too refreshing (including the application link)
- The intern left a big hole when he ran away and made two online problems, which made me miserable
- Fe - wechat applet - Bluetooth ble development research and use
猜你喜欢
随机推荐
如何调试微信内置浏览器应用(企业号、公众号、订阅号)
Redis——热点key问题
ctf三计
pytest(1) 用例收集规则
20210306 reprint how to make TextEdit have background pictures
广告业务Bug复盘总结
20201025 visual studio2019 qt5.14 use of signal and slot functions
[daily question 1] write a function to judge whether a string is the string after the rotation of another string.
Kotlin - verify whether the time format is yyyy MM DD hh:mm:ss
Learn about various joins in SQL and their differences
[self cultivation of programmers] - Reflection on job hunting Part II
CUDA中的存储空间修饰符
MySql索引
计算属性普通函数写法 和 set get 写法
Vector types and variables built in CUDA
Fe - use of weex development weex UI components and configuration use
VSCODE 安装LATEX环境,参数配置,常见问题解决
Summary of advertisement business bug replay
pytest(2) mark功能
JS modification element attribute flipping commonly used in selenium's Web Automation