11 2020 档案

摘要:方法一: https://www.thepolyglotdeveloper.com/2017/10/consume-api-data-http-vuejs-web-application/ 后端服务器创建restful api,让vue来获取数据。建议使用 vue-resource 方式。 Gett 阅读全文
posted @ 2020-11-25 16:06 微信公众号--共鸣圈 阅读(673) 评论(0) 推荐(0)
摘要:XDM XDM, Xtreme Download Manager is an open-source downloader written in Java. Like any good download manager, it can work with queues, torrents, brow 阅读全文
posted @ 2020-11-24 10:56 微信公众号--共鸣圈 阅读(211) 评论(0) 推荐(0)
摘要:从我最推荐的开始列出: gitkraken sourcetree smartgit git-cola 阅读全文
posted @ 2020-11-24 10:11 微信公众号--共鸣圈 阅读(137) 评论(0) 推荐(0)
摘要:SpotBugs是Findbugs的继任者(Findbugs已经于2016年后不再维护),用于对代码进行静态分析,查找相关的漏洞。 目前SpotBugs 3.1.3 自带检测器,其中有90余种Bad practice,155余种Correctness,9种Experimental, 2种 Inter 阅读全文
posted @ 2020-11-12 15:45 微信公众号--共鸣圈 阅读(1415) 评论(0) 推荐(0)
摘要:uftrace can be used to generating function call graphs of a program execution. cppcheck: very good cpp static check library. spdlog: very good logging 阅读全文
posted @ 2020-11-12 14:45 微信公众号--共鸣圈 阅读(593) 评论(0) 推荐(0)
摘要:The fast-changing crypto world constantly ramps up the pace that creates a greater amount of services and solutions, along with the question which of 阅读全文
posted @ 2020-11-12 13:33 微信公众号--共鸣圈 阅读(391) 评论(0) 推荐(0)
摘要:gdb可以使用python来进行配置,为自动化调试与格式化显示提供非常方便的功能,具体可以自行搜索。加载了以下介绍的界面程序,还是可以在gdb运行的时候继续加载自己定义的python插件脚本,只要自己的脚本不设计到界面定义就行,不然界面会乱。因此,用下面的插件,就不能用gdbtui了,不然界面就变了 阅读全文
posted @ 2020-11-11 15:00 微信公众号--共鸣圈 阅读(2127) 评论(0) 推荐(1)
摘要:1. Hackode Hackode是最好用、最流行的的黑客工具之一,可以在谷歌商店免费下载使用。它更像是一款渗透测试器的工具箱,其功能可以满足许多人群的需求:如渗透测试人员,白帽子,IT管理员和网络安全专家等。在这款应用当中,我们可以找到三款模块——Reconnaissance、Scanning以 阅读全文
posted @ 2020-11-07 13:43 微信公众号--共鸣圈 阅读(2020) 评论(0) 推荐(0)
摘要:Fiddler是强大的抓包工具,它的原理是以web代理服务器的形式进行工作的,使用的代理地址是:127.0.0.1,端口默认为8888,我们也可以通过设置进行修改。 代理就是在客户端和服务器之间设置一道关卡,客户端先将请求数据发送出去后,代理服务器会将据包进行拦截,代理服务器再冒充客户端发送数据到服 阅读全文
posted @ 2020-11-07 10:57 微信公众号--共鸣圈 阅读(3877) 评论(0) 推荐(0)
摘要:Goland, 收费的,非常好用 https://www.jetbrains.com/go/ LiteIDE, 免费的,调试功能稍微不如 goland。 阅读全文
posted @ 2020-11-06 16:05 微信公众号--共鸣圈 阅读(976) 评论(0) 推荐(0)