上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 89 下一页
摘要: https://github.com/ConsenSys/ethereum-developer-tools-list 主要考虑下面这些: Solidity: 语言 Truffle: 工具 Geth: 节点 remix: 调试,静态检查工具 ether.js: dapp (前端),是一个从前端到后端的 阅读全文
posted @ 2020-12-19 15:58 微信公众号--共鸣圈 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 本文转载自 池晓 池晓题大作 公众号 “之前讲好了,今天拿着4万块带孩子去见校长,被拒绝了。两年前,我曾在一个家长群里看到这样的一段话,语出一位学龄前孩子的妈妈。当时,群里的家长陆续回复她:“没事,XX附小也挺好的。”“怎么会呢,我们前几天进的都没问题。”“哎,再想想别的办法吧。”……我也想对她说点 阅读全文
posted @ 2020-12-05 11:15 微信公众号--共鸣圈 阅读(137) 评论(0) 推荐(0) 编辑
摘要: nginx再linux下可以自己编译,我采用的编译选项为: --prefix=/home/hzh/soft/softy/nginx-1.18.0 \ --with-threads \ --with-file-aio \ --with-http_ssl_module \ --with-http_v2_ 阅读全文
posted @ 2020-12-03 14:29 微信公众号--共鸣圈 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 方法一: 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 微信公众号--共鸣圈 阅读(619) 评论(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 微信公众号--共鸣圈 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 从我最推荐的开始列出: gitkraken sourcetree smartgit git-cola 阅读全文
posted @ 2020-11-24 10:11 微信公众号--共鸣圈 阅读(131) 评论(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 微信公众号--共鸣圈 阅读(1300) 评论(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 微信公众号--共鸣圈 阅读(503) 评论(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 微信公众号--共鸣圈 阅读(362) 评论(0) 推荐(0) 编辑
摘要: gdb可以使用python来进行配置,为自动化调试与格式化显示提供非常方便的功能,具体可以自行搜索。加载了以下介绍的界面程序,还是可以在gdb运行的时候继续加载自己定义的python插件脚本,只要自己的脚本不设计到界面定义就行,不然界面会乱。因此,用下面的插件,就不能用gdbtui了,不然界面就变了 阅读全文
posted @ 2020-11-11 15:00 微信公众号--共鸣圈 阅读(1828) 评论(0) 推荐(1) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 89 下一页