摘要: PHP特性总结 来源: Tajang的大千世界 1、数组绕过正则表达式 if(preg_match("/[0-9]/", $num)){ die("no no no!"); } else(intval($num)){ echo $flag; } preg_match第二个参数要求是字符串,如果传入数 阅读全文
posted @ 2021-10-10 10:40 MuRKuo 阅读(2324) 评论(0) 推荐(1)
摘要: 配置oh-my-zsh记录 本人在国内,因为各种原因无法直接使用官方的一键脚本 安装zsh apt install zsh 安装oh-my-zsh wget https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh chmod + 阅读全文
posted @ 2021-10-10 10:22 MuRKuo 阅读(98) 评论(0) 推荐(0)