04 2018 档案

摘要: 阅读全文
posted @ 2018-04-26 11:05 袁骞骞 阅读(297) 评论(0) 推荐(0)
摘要:http://repo.inspur.com:8081/artifactory/webapp/#/artifacts/browse/simple/General/thirdparty iop 找到现在的版本号 222222222222222222 阅读全文
posted @ 2018-04-26 09:16 袁骞骞 阅读(642) 评论(0) 推荐(0)
摘要:在 team->show in history 中 选择版本,执行Revert Commit,然后push 到master,这样就可以了 阅读全文
posted @ 2018-04-24 16:30 袁骞骞 阅读(1131) 评论(0) 推荐(0)
摘要:https://suppore.cn/166.html 阅读全文
posted @ 2018-04-08 16:39 袁骞骞 阅读(126) 评论(0) 推荐(0)
摘要:10.110.20.200(iot) root 789a? centos7 给展湾paul,iot-hub 10.110.20.199(iot) root centos6.7 emq 10.110.20.181(iot) root centos7 给陈澔 马辰? 10.110.20.182(iot) 阅读全文
posted @ 2018-04-03 15:34 袁骞骞 阅读(379) 评论(0) 推荐(0)
摘要:http://www.jb51.net/article/72867.htm 一、校验数字的表达式 1 数字:^[0-9]*$ 2 n位的数字:^\d{n}$ 3 至少n位的数字:^\d{n,}$ 4 m-n位的数字:^\d{m,n}$ 5 零和非零开头的数字:^(0|[1-9][0-9]*)$ 6 阅读全文
posted @ 2018-04-02 10:11 袁骞骞 阅读(137) 评论(0) 推荐(0)