mysql语句 特定ID范围 替换、添加数据

2018-11-28

update wp_posts set post_author=REPLACE (post_author,'3','2')  指定位置替换数据 3替换成2 update wp_posts set post_content=CONCAT('数据',post_content,)    特定位置添加 update wp_posts set post_content=CONCAT('数据',pos...

云centos服务器搭建SSR1服务端

2018-11-26

yum -y install wget wget -N –no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubi/doubi/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh ———————————————————代码分割线———————————————— 复制...