11 2021 档案
摘要:替换字段中的换行符和回车符 REPLACE(REPLACE(filed,CHAR(10),''),CHAR(13),'') 查询字段中是否包含换行符和回车符 filed like '% \n\r %' 字段中追加换行符和回车符 update table set filed = concat(file
阅读全文
摘要:编写脚本 vi /etc/init.d/nginx 修改/etc/init.d/nginx代码如下 #!/bin/bash # nginx Startup script for the Nginx HTTP Server # it is v.0.0.2 version. # chkconfig: -
阅读全文

浙公网安备 33010602011771号