摘要: 格式:INSERT(str,pos,len,newstr) 解释: str:查询的例 pos:起始位置 len:从起始位置开始被后面newstr替换的长度 newstr:需要被替换的字符串 例: 后四位脱敏(将身份证号码从15位开始,替换4位为****) 中间6位脱敏(从第7位开始,替换6位) 阅读全文
posted @ 2018-11-22 19:18 叮伱格斐呃 阅读(6758) 评论(0) 推荐(0)
摘要: [root@localhost 4]# echo "123" >test.zip 生成sha256文件校验文件 [root@localhost 4]# sha256sum test.zip >test.zip.sha256sum 使用sha256sum校验文件一致性 [root@localhost 4]# sha256sum -c >test.zip [root@localhost 4]#... 阅读全文
posted @ 2018-11-22 18:24 叮伱格斐呃 阅读(11118) 评论(0) 推荐(0)
Live2D