Home >Backend Development >PHP Tutorial >xcache speeds up php
同时编辑两个文件,在两个文件中拷贝剪贴文本 vi file1 file2 nyy 同时打开两个文件,在文件1的光标所在处拷贝所在行 :n 切换到文件2 (n=next) p 在文件2的光标所在处粘贴所拷贝的行 :N 切换回文件1
The above introduces xcache to accelerate PHP, including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.