随笔分类 -  其他

摘要:^prompt.* 匹配:以prompt开头 \(\d{1,4}\) 匹配: (10)(1)(100)(1000) 阅读全文
posted @ 2017-02-09 08:59 Tiago2014 阅读(194) 评论(0) 推荐(0)
摘要:文件加密、解密-a base64编码openssl enc -e -bf -a -salt -in a.txt -out b.txtopenssl enc -d -bf -a -salt -in b.txt -out c.txt 检查文件MD5值openssl dgst -md5 b.txt RSA 阅读全文
posted @ 2017-01-18 17:21 Tiago2014 阅读(161) 评论(0) 推荐(0)
摘要:相对目录:apache-tomcat-7.0.67/webapps/manager/WEB-INF/web.xml 500M的计算:500*1024*1024 阅读全文
posted @ 2016-10-26 09:33 Tiago2014 阅读(1462) 评论(0) 推荐(0)