菜单

最新文章

Exchange混合部署迁移
Azure Connect: https://www.alitajran.com/wp-content/upl […]
Some important command in Magento2 after you change the mode to production
From the Magento root directory, switch to production m […]
ES create index with analyzer
//curl -X PUT "http://192.168.71.52:9200/shirtcity_desi […]
线上僵死进程问题的排查
对于线上僵死进程问题的排查,一般需要如下命令工具: ps -aux // 得到僵死进程pid strace - […]
Run Magento 2 from a sub-directory with nginx
Imagine you need to run a Magento 2 installation from a […]
TCP分包粘包问题
printf("%2c", 355) 固定包头 + 包体协议 固定包头的方法非常通用,在服务器端程序中经常能看 […]
centos安装字体
1、查看中文字体 fc-list :lang=zh 2、安装字体 yum -y install fontcon […]
python requests 支持 socket 代理
让python requests 支持 socks5代理 requests support socket pr […]
Composer 生产服性能优化指南
Level-1 优化:生成 classmap 生产环境一定要执行该命令,为啥呢? composer dump- […]
Solving Error response from daemon OCI runtime create failed container with id exists
I restarted system for the testing my new systemd servi […]