11 2021 档案

摘要:替换字段中的换行符和回车符 REPLACE(REPLACE(filed,CHAR(10),''),CHAR(13),'') 查询字段中是否包含换行符和回车符 filed like '% \n\r %' 字段中追加换行符和回车符 update table set filed = concat(file 阅读全文
posted @ 2021-11-30 18:28 一个小bu⑥ 阅读(1790) 评论(0) 推荐(0)
摘要:编写脚本 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: - 阅读全文
posted @ 2021-11-16 17:58 一个小bu⑥ 阅读(228) 评论(0) 推荐(0)