04 2019 档案
摘要:背景 调查了react下的图工具库, 并继承到项目中, 经过调研列出如下两个图工具库,可以同时使用。 data-ui react-c3js 在一个工具中没有所需的图时候, 可以使用另一个替代。 data-ui https://williaster.github.io/data-ui/?selecte
阅读全文
摘要:SQLite https://en.wikipedia.org/wiki/SQLite SQLite (/ˌɛsˌkjuːˌɛlˈlaɪt/,[4] /ˈsiːkwəl.laɪt/[5]) is a relational database management system contained in
阅读全文
摘要:Celery http://docs.celeryproject.org/en/latest/index.html Celery - Distributed Task Queue Celery is a simple, flexible, and reliable distributed syste
阅读全文
摘要:以windows环境测试 Erlang http://www.erlang.org/downloads 下载并安装 运行时软件 Erlang OTP 21.3 Windows 64-bit Binary File (92618042) RabbitMQ https://www.rabbitmq.co
阅读全文
摘要:Thunk https://en.wikipedia.org/wiki/Thunk In computer programming, a thunk is a subroutine used to inject an additional calculation into another subro
阅读全文
摘要:from https://www.pythoncentral.io/what-is-the-difference-between-__str__-and-__repr__-in-python/ 目的 官方解释: object.__repr__(self): called by the repr()
阅读全文
摘要:说明 慕课网上例子,使用k-means算法分类图片, 此处调试运行通过, 并添加包管理内容, 使得其他同学容易运行。 例子地址: https://github.com/fanqingsong/cluster-images 运行环境: python3.7 包管理工具: pipenv 参考: https
阅读全文