摘要: 如果一个正整数的十进制表示(没有前导零)是一个回文字符串(一个前后读取相同的字符串),那么它就是回文。例如,数字5, 77, 363, 4884, 11111, 12121和349943都是回文。 如果一个整数范围包含偶数个回文,那么它就是一个有趣的范围。范围 [L, R]且L <= R的定义为从L 阅读全文
posted @ 2019-04-19 18:01 bonelee 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 假设我们通过以下的方式用字符串来抽象我们的文件系统: 字符串"dir\n\tsubdir1\n\tsubdir2\n\t\tfile.ext"代表了: dir subdir1 subdir2 file.ext 目录 dir 包含一个空子目录 subdir1 和一个包含文件file.ext的子目录 s 阅读全文
posted @ 2019-04-19 16:05 bonelee 阅读(489) 评论(0) 推荐(0) 编辑
摘要: 端口扫描系统实践心得 from:https://www.freebuf.com/articles/es/201210.html 端口扫描系统实践心得 from:https://www.freebuf.com/articles/es/201210.html 端口扫描对任何一名网络安全从业者来说都不陌生 阅读全文
posted @ 2019-04-19 12:08 bonelee 阅读(2727) 评论(0) 推荐(0) 编辑
摘要: xgboost的可以参考:https://xgboost.readthedocs.io/en/latest/gpu/index.html 整体看加速5-6倍的样子。 Gradient Boosting, Decision Trees and XGBoost with CUDA By Rory Mit 阅读全文
posted @ 2019-04-19 09:34 bonelee 阅读(499) 评论(0) 推荐(0) 编辑