摘要: 导出此环境下安装的包的版本信息清单 pip freeze > requirements.txt 联网,下载清单中的包到all-packet文件夹 [root@localhost ~]# pip download -d ./all-packet -r requirements.txtCollectin 阅读全文
posted @ 2018-06-27 10:52 暴风城 阅读(2379) 评论(0) 推荐(0) 编辑
摘要: start_ip_num = rset->getNumber(1); end_ip_num = rset->getNumber(2);2988 info_log("GetIpLibraryFromOracle data rset [%zu,%zu,%d]\n",rset->getNumber(1), 阅读全文
posted @ 2018-06-26 11:26 暴风城 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 禁用->启用 就能用了。 阅读全文
posted @ 2018-06-19 14:39 暴风城 阅读(139) 评论(0) 推荐(0) 编辑
摘要: sourse insight总是代码一写长了,就自动换行. Document Options里面Word Wrap选项不勾选。 阅读全文
posted @ 2018-06-12 14:42 暴风城 阅读(324) 评论(0) 推荐(0) 编辑
摘要: printf("print discoverList.size()=[%u]\n", discoverList.size()); src/ResultToDB.cpp:2768: warning: format '%u' expects type 'unsigned int', but argume 阅读全文
posted @ 2018-06-06 15:22 暴风城 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 方法一: [root@ffcs211 test_dir]# echo "96.56"| awk '{print int($0)}' 输出结果 96 方法二: A="2"B="51" let "C=A+B"echo $C 输出结果53 阅读全文
posted @ 2018-05-15 17:38 暴风城 阅读(7311) 评论(0) 推荐(0) 编辑