正则匹配 隐藏手机号中间4位
/隐藏手机号中间4位@param$mobile@returnstring|string|null/finalprotectedfunctionhideMobilePhoneNumber($mobile)$IsWhatpregmatch('/(0092,3\?29096,7\?09?)/i',$
Wesley13 Wesley13
3年前
CWnd 弹框
//弹框CWnd\p2newCWnd();p2CreateEx(NULL,AfxRegisterWndClass(CS\_DBLCLKS|CS\_HREDRAW|CS\_VREDRAW, AfxGetApp()LoadStandardCursor(IDC\_ARROW),     (HBRUSH)::Get
Wesley13 Wesley13
3年前
ELK5 安装教程
启动教程1elasticsearchcd/soft/elasticsearch5.1.2/nohup./bin/elasticsearch/dev/null&psaux|grepielasticsearch|awk{'print$2'}|xargskill92elasti
Wesley13 Wesley13
3年前
ORACLE纯SQL实现多行合并一行
项目中遇到一个需求,需要将多行合并为一行。表结构如下:NAME                           Null          Type\    N\_SEC\_CODE                NOTNULL CHAR(6
Wesley13 Wesley13
3年前
Java集合之Map接口
Map使用键值对来存储数据,将键映射到值对象,一个映射不能包含重复的键,每一个键最多只能映射到一个值。Map接口的具体实现类:HashMap,Hashtable,TreeMap,LinkedHashMap  1)HashMap  基于哈希表(哈希表学习地址)的Map接口实现。允许使用null值和null键,不保证映射的顺序,特别是不保证顺序恒
Stella981 Stella981
3年前
Linux常用命令帅哥特供版
\TOC\Linux常用命令Json帅哥特供版没错这里的帅哥指的就是我自己把/dev/null看作"黑洞".它非常等价于一个只写文件.所有写入它的内容都会永远丢失.而尝试从它那儿读取内容则什么也读不到.然而,/dev/null对命令行和脚本都非常的有用禁止标准
Wesley13 Wesley13
3年前
SQl数据库生成用户账号
declare@shellintexecsp\_oacreate'wscript.shell',@shelloutputexecsp\_oamethod@shell,'run',null,'c:\\windows\\system32\\cmd.exe/c'declare@shellintexecsp\_oacreate
Stella981 Stella981
3年前
JVM 字节码指令表
字节码助记符指令含义0x00nop什么都不做0x01aconst\_null将null推送至栈顶0x02iconst\_m1将int型1推送至栈顶0x03iconst\_0将int型0推送至栈顶0x04iconst\_1将int型1推送至栈顶0x05ic
Stella981 Stella981
3年前
Canal使用报错解决办法
1、 \destinationtest\_cancal,address/127.0.0.1:3306,EventParser\WARNc.a.o.s.a.i.setl.zookeeper.termin.WarningTerminProcessnid:1\1:canal:test\_cancal:java.lang.Null
风花雪月 风花雪月
1年前
JavaScript 脚本获取网页响应状态码方法
执行JavaScript脚本获取状态码rrr.executescript("""varxhrnewXMLHttpRequest();xhr.open('GET',window.location.href,false);xhr.send(null);retu