[ { "title": "编程语言", "nav": [ { "title": "Python", "nav": [ { "title": "官方", "nav": [ { "name": "Python", "desc": "是一种解释型、面向对象、动态数据类型的高级程序设计语言。", "url": "https://bbs.csdn.net/topics/603483762", "urls": { "GitCode": "https://gitcode.net/mirrors/TheAlgorithms/Python" }, "createdAt": "李少辉", "rate": 5, "top": false }, { "name": "PyPi", "desc": "使用Python软件包索引查找,安装和发布Python软件包", "url": "https://pypi.org/", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "工具", "nav": [ { "name": "PCU", "desc": "python-check-updates, 检查 pip 当前依赖包最新版本", "url": "https://github.com/xjh22222228/python-check-updates", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "Jupyter Notebook", "desc": "CSDN 为会员用户提供的免费在线 jupyter notebook 服务,用户独享,数据长期保存", "url": "https://jupyter.csdn.net/", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "依赖包", "nav": [ { "icon": "https://www.python.org/static/favicon.ico", "name": "requests", "desc": "requests是一个简单而优雅的HTTP库。", "url": "https://bbs.csdn.net/topics/603483762", "urls": { "GitCode": "https://gitcode.net/mirrors/psf/requests" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://raw.githubusercontent.com/aio-libs/aiohttp/master/docs/_static/aiohttp-icon-128x128.png", "name": "aiohttp", "desc": "用于asyncio和Python的异步HTTP客户端/服务器框架", "url": "https://bbs.csdn.net/topics/603483762", "urls": { "GitCode": "https://gitcode.net/mirrors/aio-libs/aiohttp" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/733635?s=200&v=4", "name": "Scrapy", "desc": "一个用于Python的快速高级Web爬虫框架。", "url": "https://bbs.csdn.net/topics/603483762", "urls": { "GitCode": "https://gitcode.net/mirrors/scrapy/scrapy" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/983927?s=200&v=4", "name": "selenium", "desc": "浏览器自动化框架和生态系统。", "url": "https://bbs.csdn.net/topics/603483762", "urls": { "GitCode": "https://gitcode.net/mirrors/SeleniumHQ/selenium/" }, "createdAt": "", "rate": 5, "top": false }, { "name": "beautifulsoup", "desc": "可以从HTML或XML文件中提取数据的Python库", "url": "https://beautifulsoup.readthedocs.io/zh_CN/v4.4.0/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "Pillow", "desc": "友好的PIL前叉,是一个出色的图像处理库", "url": "https://bbs.csdn.net/topics/603483762", "urls": { "GitCode": "https://gitcode.net/mirrors/python-pillow/Pillow" }, "createdAt": "", "rate": 5, "top": false }, { "name": "numpy", "desc": "使用Python进行科学计算的基本软件包。", "url": "https://bbs.csdn.net/topics/603483762", "urls": { "GitCode": "https://gitcode.net/mirrors/numpy/numpy" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/21206976?s=200&v=4", "name": "pandas", "desc": "功能强大的Python数据分析工具包", "url": "https://github.com/pandas-dev/pandas", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "CLI", "nav": [ { "createdAt": "2021-02-04T12:25:26.295Z", "name": "rich", "icon": "https://github.com/favicon.ico", "url": "", "desc": "Rich是一个Python库,用于在终端中提供富文本和精美的格式。", "urls": { "GitCode": "https://gitcode.net/mirrors/willmcgugan/rich" }, "rate": 5, "top": false }, { "name": "Fire", "desc": "Python Fire是一个用于从绝对任何Python对象自动生成命令行界面(CLI)的库。", "url": "https://github.com/google/python-fire", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "colorama", "desc": "Python中简单的跨平台彩色终端文本", "url": "https://pypi.org/project/colorama/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/12731565?s=200&v=4", "name": "tqdm", "desc": "适用于Python和CLI的快速,可扩展的进度栏", "url": "https://github.com/tqdm/tqdm", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "paramiko", "desc": "领先的Python SSHv2协议库", "url": "https://github.com/paramiko/paramiko", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "click", "desc": "Python可组合命令行界面工具包", "url": "https://github.com/pallets/click", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "框架", "icon": "https://www.python.org/static/favicon.ico", "nav": [ { "icon": "https://avatars3.githubusercontent.com/u/27804?s=200&v=4", "name": "Django", "desc": "具有期限的完美主义者的Web框架。", "url": "https://www.djangoproject.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/django/django" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/16748505?s=200&v=4", "name": "flask", "desc": "用于构建Web应用程序的Python微框架。", "url": "https://palletsprojects.com/p/flask/", "urls": { "GitCode": "https://gitcode.net/mirrors/pallets/flask" }, "createdAt": "", "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "参考资料", "nav": [ { "name": "Python 技能树", "desc": "技能树是CSDN提供的系统化,面向实战的学习环境。 它能帮助用户从初学者成长为合格的Python 工程师。它系统地整理了关于Python领域的知识点,并从海量的 CSDN 数据中不断更新高质量内容。除了传统的阅读学习, 技能树为每一个知识点都提供了匹配的练习题,帮助用户随练随学直到精通。", "url": "https://bbs.csdn.net/skill/python", "icon": "https://img-operation.csdnimg.cn/csdn/silkroad/img/1607569811165.png", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "Python 频道", "desc": "聚合 CSDN 社区 python 优质资源,学习交流的家园", "url": "https://blog.csdn.net/nav/python", "icon": "https://img-operation.csdnimg.cn/csdn/silkroad/img/1607569811165.png", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "简明 Python 教程", "desc": "旨在于介绍如何使用 Python 语言进行编程的自由图书。它以教材与指南的形式为入门者介绍 Python 语言。如果你对电脑知识的了解仅限于如何保存文本文件的话,那这本书就是为你准备的。", "url": "https://bop.mol.uno/", "icon": "https://www.python.org/static/favicon.ico", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "100天从新手到大师", "desc": "Python - 100天从新手到大师", "url": "", "icon": "https://www.python.org/static/favicon.ico", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "Python 入门指南", "desc": "Python 入门指南", "url": "https://python666.cn/cls/lesson/list/", "icon": "https://www.python.org/static/favicon.ico", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "What the f*ck Python!", "desc": "一些有趣且鲜为人知的 Python 特性.", "url": "", "icon": "https://www.python.org/static/favicon.ico", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "awesome-python-cn", "desc": "Python 资源大全中文版", "url": "", "icon": "https://www.python.org/static/favicon.ico", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "cheatsheet", "desc": "Python大全备忘单", "url": "", "icon": "https://www.python.org/static/favicon.ico", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "awesome-python", "desc": "精选的Python框架,库,软件和资源的精选清单。", "url": "", "icon": "https://www.python.org/static/favicon.ico", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" } ], "collapsed": false, "createdAt": "" }, { "title": "Java", "nav": [ { "title": "官方", "nav": [ { "name": "Java", "desc": "Java 是由 Sun Microsystems 在 1995 年首先发布的编程语言和计算平台。", "url": "https://www.java.com/zh-CN/", "icon": "https://gitcode.net/codechina/operation-work/uploads/4968151f3348d112c0d39386ca164e31/java.png", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" }, { "title": "工具", "nav": [ { "name": "IDEA", "desc": "IDEA全称IntelliJ IDEA,是Java语言开发的集成环境,IntelliJ在业界被公认为最后的java开发工具之一", "url": "https://www.jetbrains.com/idea/", "icon": "", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/JetBrains/intellij-community" }, "rate": 5, "top": false }, { "name": "Eclipse", "desc": "Eclipse是一个开放源代码的、基于Java的可扩展开发平台", "url": "https://www.eclipse.org/", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" }, { "title": "依赖包", "nav": [ { "name": "Maven", "desc": "构建结构一致的JAVA项目,并在多个项目之间共享Jar包", "url": "https://maven.apache.org/", "icon": "", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/maven" }, "rate": 5, "top": false } ], "createdAt": "" }, { "title": "框架", "nav": [ { "name": "Hibernate", "desc": "对JDBC的轻量级封装,使得开发人员可以像操作对象操作数据库", "url": "http://hibernate.org/", "icon": "https://img-blog.csdnimg.cn/bdebfea98b554a61aeb760399cb48316.png", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/hibernate/hibernate-orm" }, "rate": 5, "top": false }, { "name": "Strusts", "desc": "Struts2是流行和成熟的基于MVC设计模式的Web应用程序框架", "url": "http://struts.apache.org/", "icon": "​​​​​​​​​​https://img-blog.csdnimg.cn/f863b6ba2cf54488b44687214641e821.png", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/struts" }, "rate": 5, "top": false }, { "name": "Spring", "desc": "Spring是一个基于IoC和AOP的构架多层j2ee系统的框架", "url": "https://spring.io/", "icon": "", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/spring-projects/spring-framework" }, "rate": 5, "top": false }, { "name": "Spring MVC", "desc": "Spring MVC是时下流行的MVC框架,配置使用都很方便", "url": "https://docs.spring.io/spring-framework/docs/current/reference/html/web.html", "icon": "https://img-blog.csdnimg.cn/6d456e58def441de8fbd066afaf7f189.png", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "SpringBoot", "desc": "几乎不用配置的SSM(H)框架", "url": "https://spring.io/projects/spring-boot", "icon": "https://img-blog.csdnimg.cn/ff4e62be39f24487a9ef6e7134566f55.png", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/spring-projects/spring-boot" }, "rate": 5, "top": false } ], "createdAt": "" }, { "title": "参考资料", "nav": [ { "name": "Java 频道", "desc": "聚合 CSDN 社区 java 优质资源,学习交流的家园", "url": "https://blog.csdn.net/nav/java", "icon": "https://img-operation.csdnimg.cn/csdn/silkroad/img/1607569811165.png", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "Gitcode Java 项目集锦", "desc": "Csdn gitcode java 学习资料、联系代码、源码项目集合。", "url": "https://gitcode.net/explore/topics/java?sort=stars_desc", "icon": "https://img-operation.csdnimg.cn/csdn/silkroad/img/1607569811165.png", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" } ], "createdAt": "" }, { "title": "C/C++", "nav": [ { "title": "热门项目", "nav": [ { "name": "Scrcpy", "desc": "Display and control your Android device", "url": "https://github.com/Genymobile/scrcpy", "icon": "", "createdAt": "", "urls": { "GitCode": "#" }, "rate": 5, "top": false }, { "name": "mpv-player", "desc": "🎥 Command line video player", "url": "https://github.com/mpv-player/mpv", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "ExplorerPatcher", "desc": "C++This project aims to bring back a productive working environment on Windows 11", "url": "https://github.com/valinet/ExplorerPatcher", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "OBS Studio", "desc": "Free and open source software for live streaming and screen recording", "url": "https://github.com/obsproject/obs-studio", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "esp-idf", "desc": "Espressif IoT Development Framework. Official development framework for ESP32.", "url": "https://github.com/espressif/esp-idf", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "libhv", "desc": "🔥 比libevent、libuv更易用的国产网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket client/server.", "url": "https://github.com/ithewei/libhv", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "ijkplayer", "desc": "Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.", "url": "https://github.com/bilibili/ijkplayer", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "qmk_firmware", "desc": "Open-source keyboard firmware for Atmel AVR and Arm USB families", "url": "https://github.com/qmk/qmk_firmware", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "ncnn", "desc": "ncnn is a high-performance neural network inference framework optimized for the mobile platform", "url": "https://github.com/Tencent/ncnn", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "Mbed OS", "desc": "Arm Mbed OS is a platform operating system designed for the internet of things", "url": "https://github.com/ARMmbed/mbed-os", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "SerenityOS", "desc": "The Serenity Operating System 🐞", "url": "https://github.com/SerenityOS/serenity", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "spdlog", "desc": "Fast C++ logging library", "url": "https://github.com/gabime/spdlog", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "C++那些事", "desc": "C++那些事", "url": "https://github.com/Light-City/CPlusPlusThings", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "Calculator", "desc": "Windows Calculator: A simple yet powerful calculator that ships with Window", "url": "https://github.com/microsoft/calculator", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "Tesseract-OCR", "desc": "Tesseract Open Source OCR Engine", "url": "https://github.com/tesseract-ocr/tesseract", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "ClickHouse", "desc": "ClickHouse® is a free analytics DBMS for big data", "url": "https://github.com/ClickHouse/ClickHouse", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" }, { "title": "CSDN C/C++ 学习社区", "nav": [ { "name": "C/C++ 技能树", "desc": "技能树是CSDN提供的系统化,面向实战的学习环境。 它能帮助用户从初学者成长为合格的C 工程师。它系统地整理了关于C领域的知识点,并从海量的 CSDN 数据中不断更新高质量内容。除了传统的阅读学习, 技能树为每一个知识点都提供了匹配的练习题,帮助用户随练随学直到精通。", "url": "https://bbs.csdn.net/skill/c", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "C/C++ 频道", "desc": "聚合 CSDN 社区 c/c++ 优质资源,学习交流的家园", "url": "https://blog.csdn.net/nav/c", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "Gitcode C/C++ 语言项目集锦", "desc": "C++不仅拥有计算机高效运行的实用性特征,同时还致力于提高大规模程序的编程质量与程序设计语言的问题描述能力。", "url": "https://gitcode.net/explore/topics/c++", "icon": "", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" }, { "title": "工具", "nav": [ { "name": "CSDN Jupyter Notebook", "desc": "聚合 CSDN 社区 java 优质资源,学习交流的家园", "url": "https://blog.csdn.net/nav/java", "icon": "https://img-operation.csdnimg.cn/csdn/silkroad/img/1607569811165.png", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" } ], "createdAt": "" }, { "title": "有奖贡献", "nav": [ { "title": "邀请", "nav": [ { "icon": "", "name": "悬赏邀请补充当前板块内容", "desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉", "url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false } ], "collapsed": false, "createdAt": "" } ], "collapsed": false, "createdAt": "" } ], "id": 0, "createdAt": "" }, { "title": "WEB前端", "nav": [ { "title": "JavaScript", "icon": "https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png", "nav": [ { "title": "JavaScript", "nav": [ { "icon": "https://jquery.com/jquery-wp-content/themes/jquery.com/i/favicon.ico", "name": "jQuery", "desc": "jQuery是一个JavaScript函数库", "url": "http://jquery.com/", "urls": { "英文": "http://jquery.com/", "中文": "https://www.jquery123.com/", "GitCode": "https://gitcode.net/mirrors/jquery/jquery" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://www.webpackjs.com/assets/favicon.ico", "name": "webpack", "desc": "webpack是一个模块打包器", "url": "https://www.webpackjs.com/", "urls": { "英文": "https://webpack.js.org/", "中文": "https://www.webpackjs.com/", "GitCode": "https://gitcode.net/mirrors/webpack/webpack" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://babeljs.io/img/favicon.png", "name": "Babel", "desc": "用于编写下一代 JavaScript 的编译器", "url": "http://babeljs.io/", "urls": { "英文": "http://babeljs.io/", "中文": "https://babeljs.cn/", "GitCode": "https://gitcode.net/mirrors/babel/babel" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://cn.eslint.org/img/favicon.512x512.png", "name": "ESLint", "desc": "可组装的JavaScript和JSX检查工具", "url": "https://cn.eslint.org/", "urls": { "英文": "https://cn.eslint.org/", "中文": "http://eslint.cn/", "GitCode": "https://gitcode.net/mirrors/eslint/eslint" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars3.githubusercontent.com/u/10076935?s=200&v=4", "name": "stylelint", "desc": "一个强大的现代样式风格的linter", "url": "https://stylelint.io/", "urls": { "GitCode": "https://gitcode.net/mirrors/stylelint/stylelint" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/8770005?s=200&v=4", "name": "Mocha", "desc": "Mocha是JavaScript的一种单元测试框架,既可以在浏览器环境下运行,也可以在Node.js环境下运行", "url": "https://mochajs.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/mochajs/mocha" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/5485517?s=200&v=4", "name": "MUI", "desc": "MUI: 最接近原生APP体验的高性能前端框架", "url": "http://dev.dcloud.net.cn/mui/", "urls": { "GitCode": "https://gitcode.net/mirrors/dcloudio/mui" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/12554859?s=200&v=4", "name": "rollup", "desc": "Rollup 是一个 JavaScript 模块打包器,可以将小块代码编译成大块复杂的代码,例如 library 或应用程序", "url": "https://rollupjs.org/guide/zh/", "urls": { "英文": "https://rollupjs.org/guide/en/", "中文": "https://rollupjs.org/guide/zh/", "GitCode": "https://gitcode.net/mirrors/rollup/rollup" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/29208316?s=200&v=4", "name": "standard", "desc": "JavaScript样式指南,带有linter和自动代码修复程序", "url": "https://standardjs.com", "urls": { "GitCode": "https://gitcode.net/mirrors/standard/standard" }, "createdAt": "", "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "常用插件", "nav": [ { "name": "Faker", "icon": "https://github.com/favicon.ico", "url": "", "createdAt": "2021-01-23T09:37:03.055Z", "desc": "在Node.js和浏览器中生成大量逼真的假数据", "urls":{ "GitCode": "https://gitcode.net/mirrors/Marak/faker.js" }, "rate": 5, "top": false }, { "name": "sweetalert", "desc": "JavaScript Alert 的漂亮替代品", "url": "https://sweetalert.js.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/t4t5/sweetalert" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/17040762?s=200&v=4", "name": "Sortable", "desc": "一个JavaScript库,用于在现代浏览器和触摸设备上对拖放列表进行重新排序", "url": "https://sortablejs.github.io/Sortable/", "urls": { "GitCode": "https://gitcode.net/mirrors/SortableJS/Sortable" }, "createdAt": "", "rate": 5, "top": false }, { "name": "formilyjs", "desc": "Formily 是一个由阿里巴巴集团多 BU 共建的面向中后台复杂场景的表单解决方案,它也是一个表单框架", "url": "https://formilyjs.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/alibaba/formily" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://roughnotation.com/images/fav.png", "name": "rough-notation", "desc": "一个小的JavaScript库,用于在网页上创建手绘动画并为其添加动画效果", "url": "https://roughnotation.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/rough-stuff/rough-notation" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars3.githubusercontent.com/u/19199542?s=200&v=4", "name": "AntV", "desc": "AntV 是蚂蚁金服全新一代数据可视化解决方案", "url": "https://antv.alipay.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/antvis/" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://www.lodashjs.com/icons/favicon-32x32.png", "name": "Lodash", "desc": "Lodash是一个一致性、模块化、高性能的 JavaScript 实用工具库", "url": "https://www.lodashjs.com/", "urls": { "英文": "https://lodash.com/", "中文": "https://www.lodashjs.com/", "GitCode": "https://gitcode.net/mirrors/lodash/lodash" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://www.swiper.com.cn/favicon.ico", "name": "Swiper", "desc": "轻量级的移动设备触控滑块的js框架,使用硬件加速过渡", "url": "https://www.swiper.com.cn/", "urls": { "英文": "http://idangero.us/swiper/", "中文": "https://www.swiper.com.cn/", "GitCode": "https://gitcode.net/mirrors/nolimits4web/swiper" }, "createdAt": "", "rate": 5, "top": false }, { "name": "fastclick", "desc": "Polyfill 解决移动端具有300ms延迟的库", "url": "https://github.com/ftlabs/fastclick", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "Layer", "desc": "丰富多样的Web弹出层组件,可轻松实现Alert/Confirm/Prompt/普通提示/页面区块/iframe/tips等等几乎所有的弹出交互", "url": "http://layer.layui.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/sentsin/layer/" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://momentjs.com/static/img/moment-favicon.png", "name": "moment.js", "desc": "一个轻量级的JavaScript日期库,用于解析,验证,操作和格式化日期", "url": "http://momentjs.cn/", "urls": { "英文": "http://momentjs.com/", "中文": "http://momentjs.cn/", "GitCode": "https://gitcode.net/mirrors/moment/moment" }, "createdAt": "", "rate": 5, "top": false }, { "name": "js-cookie", "desc": "一个简单,轻量级的JavaScript API,用于处理浏览器cookie", "url": "https://github.com/js-cookie/js-cookie", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "qs", "desc": "具有嵌套支持的查询字符串解析器", "url": "https://github.com/ljharb/qs", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "Mock.js", "desc": "生成随机数据,拦截 Ajax 请求", "url": "http://mockjs.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/nuysoft/Mock" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://gitalk.github.io/favicon.ico", "name": "GITALK", "desc": "凹凸实验室出品的一款基于 Github Issue 和 Preact 开发的评论插件", "url": "https://gitalk.github.io/", "urls": { "GitCode": "https://gitcode.net/mirrors/gitalk/gitalk" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://prismjs.com/assets/favicon.png", "name": "prism", "desc": "轻巧,强大,优雅的代码语法高亮", "url": "https://prismjs.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/PrismJS/prism" }, "createdAt": "", "rate": 5, "top": false }, { "name": "nprogress", "desc": "顶部加载进度条", "url": "http://ricostacruz.com/nprogress/", "urls": { "GitCode": "https://gitcode.net/mirrors/rstacruz/nprogress" }, "createdAt": "", "rate": 5, "top": false }, { "name": "iNotify", "desc": "JS实现浏览器标题闪烁,滚动,语音提示,Chrome/Safari/FireFox/IE通知", "url": "https://git.io/iNotify", "urls": { "GitCode": "https://gitcode.net/mirrors/jaywcjlove/iNotify" }, "createdAt": "", "rate": 5, "top": false }, { "name": "html2canvas", "desc": "最流行的JavaScript屏幕截图", "url": "https://html2canvas.hertzen.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/niklasvh/html2canvas" }, "createdAt": "", "rate": 5, "top": false }, { "name": "dayjs", "desc": "使用与Moment.js兼容的API来解析,验证,操作和显示现代浏览器的日期和时间", "url": "https://github.com/iamkun/dayjs/blob/master/docs/zh-cn/API-reference.md", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "JsBarcode", "desc": "易于使用但功能强大的条形码生成器,适用于Web和Node.js", "url": "https://lindell.me/JsBarcode/", "urls": { "GitCode": "https://gitcode.net/mirrors/lindell/JsBarcode" }, "createdAt": "", "rate": 5, "top": false }, { "name": "clipboard.js", "desc": "现代复制到剪贴板。没有Flash。只需3kb gzipped。", "url": "https://clipboardjs.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/zenorocha/clipboard.js" }, "createdAt": "", "rate": 5, "top": false }, { "name": "lib-flexible", "desc": "可伸缩布局方案, 淘宝rem解决方案", "url": "https://github.com/amfe/lib-flexible", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "js-xss", "desc": "根据白名单过滤HTML(防止XSS攻击)", "url": "https://github.com/leizongmin/js-xss", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "mescroll", "desc": "精致的下拉刷新和上拉加载 js框架.支持vue,完美运行于移动端和主流PC浏览器", "url": "http://www.mescroll.com/index.html", "urls": { "GitCode": "https://gitcode.net/mirrors/mescroll/mescroll" }, "createdAt": "", "rate": 5, "top": false }, { "name": "better-scroll", "desc": "灵感来自iscroll,它具有更好的滚动性能", "url": "https://ustbhuangyi.github.io/better-scroll/", "urls": { "GitCode": "https://gitcode.net/mirrors/ustbhuangyi/better-scroll" }, "createdAt": "", "rate": 5, "top": false }, { "name": "pinyinjs", "desc": "一个实现汉字与拼音互转的小巧web工具库", "url": "http://demo.haoji.me/pinyinjs/", "urls": { "GitCode": "https://gitcode.net/mirrors/sxei/pinyinjs" }, "createdAt": "", "rate": 5, "top": false }, { "name": "ms", "desc": "使用此包可以轻松地将各种时间格式转换为毫秒。", "url": "https://github.com/zeit/ms", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/5298359?s=200&v=4", "name": "ramda", "desc": "适用于JavaScript程序员的实用函数库", "url": "https://ramdajs.com", "urls": { "GitCode": "https://gitcode.net/mirrors/ramda/ramda" }, "createdAt": "", "rate": 5, "top": false }, { "name": "decimal.js", "desc": "JavaScript的任意精度Decimal类型 (0.1+0.2=0.3)", "url": "http://mikemcl.github.io/decimal.js", "urls": { "GitCode": "https://gitcode.net/mirrors/MikeMcl/decimal.js/" }, "createdAt": "", "rate": 5, "top": false }, { "name": "copy-to-clipboard", "desc": "简单的模块公开copy功能,它将尝试使用execCommand与特定于IE的clipboardData接口的回退,最后,通常prompt使用适当的文本内容和消息", "url": "https://github.com/sudodoki/copy-to-clipboard", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "path-to-regexp", "desc": "将字符串路径转换成正则表达式", "url": "https://github.com/pillarjs/path-to-regexp", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "autosize", "desc": "autosize是一个小的独立脚本,可以自动调整textarea域的高度以适合文本", "url": "http://www.jacklmoore.com/autosize/", "urls": { "GitCode": "https://gitcode.net/mirrors/jackmoore/autosize" }, "createdAt": "", "rate": 5, "top": false }, { "name": "shake.js", "desc": "监听手机设备摇动", "url": "https://github.com/alexgibson/shake.js", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "progressbar", "desc": "可以轻松地为Web创建响应式和时尚的进度栏。动画即使在移动设备上也表现良好", "url": "https://kimmobrunfeldt.github.io/progressbar.js/", "urls": { "GitCode": "https://gitcode.net/mirrors/kimmobrunfeldt/progressbar.js" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/28626637?s=200&v=4", "name": "easy-mock", "desc": "Easy Mock 是一个可视化,并且能快速生成模拟数据的持久化服务", "url": "https://easy-mock.com", "urls": { "GitCode": "https://gitcode.net/mirrors/easy-mock/easy-mock/blob/dev/README.zh-CN.md" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://joe.sh/assets/images/favicon.ico", "name": "Clamp.js", "desc": "JS版本的多行文本溢出省略", "url": "https://joe.sh/clamp-js", "urls": { "GitCode": "https://gitcode.net/mirrors/josephschmitt/Clamp.js" }, "createdAt": "", "rate": 5, "top": false }, { "name": "json-bigint", "desc": "带有bigints支持的JSON.parse / stringify", "url": "https://github.com/sidorares/json-bigint", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "exif-js", "desc": "用于读取EXIF图像元数据的JavaScript库", "url": "https://github.com/exif-js/exif-js", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "lunr.js", "desc": "Lunr.js是一个用于浏览器的小型全文本搜索库。它为JSON文档建立索引,并提供一个简单的搜索界面来检索与文本查询最匹配的文档", "url": "https://github.com/olivernn/lunr.js", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "hotkeys", "desc": "强大的Javascript库,用于捕获键盘输入和输入的按键组合。它没有依赖性。", "url": "https://wangchujiang.com/hotkeys/", "urls": { "GitCode": "https://gitcode.net/mirrors/jaywcjlove/hotkeys" }, "createdAt": "", "rate": 5, "top": false }, { "name": "dom-to-image", "desc": "使用HTML5 canvas从DOM节点生成图像", "url": "https://github.com/tsayen/dom-to-image", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/59940233?s=200&v=4", "name": "single-spa", "desc": "使微前端变得简单", "url": "https://single-spa.js.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/single-spa/single-spa" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/33895495?s=200&v=4", "name": "qiankun", "desc": "为微型前端提供快速,简单和完整的解决方案", "url": "https://qiankun.umijs.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/umijs/qiankun" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://zelark.github.io/nano-id-cc/favicon.ico", "name": "nanoid", "desc": "一个很小的,安全的,URL友好的,唯一的JavaScript字符串ID生成器。", "url": "https://zelark.github.io/nano-id-cc/", "urls": { "GitCode": "https://gitcode.net/mirrors/ai/nanoid" }, "createdAt": "", "rate": 5, "top": false }, { "name": "Numeral-js", "desc": "一个用于格式化和处理数字的javascript库", "url": "http://numeraljs.com", "urls": { "GitCode": "https://gitcode.net/mirrors/adamwdraper/Numeral-js" }, "createdAt": "", "rate": 5, "top": false }, { "name": "ua-parser-js", "desc": "用于从userAgent字符串检测浏览器,引擎,操作系统,CPU和设备类型/模型。支持浏览器和node.js环境", "url": "http://faisalman.github.io/ua-parser-js/", "urls": { "GitCode": "https://gitcode.net/mirrors/faisalman/ua-parser-js" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/7997161?s=200&v=4", "name": "hammer.js", "desc": "一个用于多点触摸手势的javascript库", "url": "http://hammerjs.github.io", "urls": { "GitCode": "https://gitcode.net/mirrors/hammerjs/hammer.js" }, "createdAt": "", "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "国际化多语言方案", "nav": [ { "icon": "https://avatars1.githubusercontent.com/u/8546082?s=200&v=4", "name": "i18next", "desc": "i18next是一个非常流行的国际化框架,适用于浏览器或任何其他JavaScript环境(例如,node.js)。", "url": "http://i18next.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/i18next/i18next" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars3.githubusercontent.com/u/11225539?s=200&v=4", "name": "js-lingui", "desc": "JavaScript的可读,自动化和优化(5 kb)国际化", "url": "https://lingui.js.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/lingui/js-lingui" }, "createdAt": "", "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "动画", "nav": [ { "name": "wow.js", "desc": "基于Animate.css,向下滚动页面时显示CSS动画,轻松自定义动画设置:样式,延迟,长度,偏移,迭代...", "url": "http://mynameismatthieu.com/WOW/", "urls": { "GitCode": "https://gitcode.net/mirrors/matthieua/WOW" }, "createdAt": "", "rate": 5, "top": false }, { "name": "Waves", "desc": "受Google材质设计启发的点击效果, 波纹效果", "url": "http://fian.my.id/Waves/#examples", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "velocity", "desc": "加速JavaScript动画", "url": "http://velocityjs.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/julianshapiro/velocity" }, "createdAt": "", "rate": 5, "top": false }, { "name": "anime", "desc": "轻量级的JavaScript动画库。它适用于任何CSS属性,单个CSS转换,SVG或任何DOM属性以及JavaScript对象", "url": "http://animejs.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/juliangarnier/anime" }, "createdAt": "", "rate": 5, "top": false }, { "name": "Hover-Buttons", "desc": "hover动画CSS / SCSS按钮", "url": "https://varin6.github.io/Hover-Buttons/", "urls": { "GitCode": "https://gitcode.net/mirrors/Varin6/Hover-Buttons" }, "createdAt": "", "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "加盐", "nav": [ { "name": "JavaScript-MD5", "desc": "JavaScript MD5实现。兼容服务器端环境,如node.js,RequireJS等模块加载器和所有Web浏览器", "url": "https://blueimp.github.io/JavaScript-MD5/", "urls": { "GitCode": "https://gitcode.net/mirrors/blueimp/JavaScript-MD5" }, "createdAt": "", "rate": 5, "top": false }, { "name": "js-sha1", "desc": "JavaScript的简单SHA1哈希函数支持UTF-8编码。", "url": "", "urls": { "GitCode": "https://gitcode.net/mirrors/emn178/js-sha1" }, "createdAt": "", "rate": 5, "top": false }, { "name": "js-base64", "desc": "JavaScript的Base64实现", "url": "https://github.com/dankogai/js-base64", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "jsSHA", "desc": "SHA-1,SHA-224,SHA3-224,SHA-256,SHA3-256,SHA-384,SHA3-384,SHA-512,SHA3-512,SHAKE128 ,和SHAKE256以及HMAC", "url": "https://caligatio.github.io/jsSHA/", "urls": { "GitCode": "https://gitcode.net/mirrors/Caligatio/jsSHA" }, "createdAt": "", "rate": 5, "top": false }, { "name": "crypto-js", "desc": "加密标准的JavaScript库", "url": "https://cryptojs.gitbook.io", "urls": { "GitCode": "https://gitcode.net/mirrors/brix/crypto-js" }, "createdAt": "", "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "文件插件相关", "nav": [ { "name": "pdf.js", "desc": "PDF.js是一个使用HTML5构建的可移植文档格式(PDF)查看器", "url": "https://mozilla.github.io/pdf.js/web/viewer.html", "urls": { "GitCode": "https://gitcode.net/mirrors/mozilla/pdf.js" }, "createdAt": "", "rate": 5, "top": false }, { "name": "webuploader", "desc": "百度出品,采用大文件分片并发上传,极大的提高了文件上传效率。", "url": "http://fex.baidu.com/webuploader/", "urls": { "GitCode": "https://gitcode.net/mirrors/fex-team/webuploader" }, "createdAt": "", "rate": 5, "top": false }, { "name": "pdfmake", "desc": "纯JavaScript中的客户端/服务器端PDF打印, HTML转换Pdf", "url": "http://pdfmake.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/bpampuch/pdfmake" }, "createdAt": "", "rate": 5, "top": false }, { "name": "ViewerJS", "desc": "JavaScript中的文档阅读器, pdf/ppt/opt/odt等文件渲染成HTML", "url": "https://viewerjs.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/kogmbh/ViewerJS" }, "createdAt": "", "rate": 5, "top": false }, { "name": "filepond", "desc": "灵活而有趣的JavaScript文件上传库", "url": "https://pqina.nl/filepond/", "urls": { "GitCode": "https://gitcode.net/mirrors/pqina/filepond" }, "createdAt": "", "rate": 5, "top": false }, { "name": "FileSaver.js", "desc": "客户端保存文件的解决方案,非常适合在客户端上生成文件的Web应用程序", "url": "https://github.com/eligrey/FileSaver.js", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "jsPDF", "desc": "一个使用JavaScript生成PDF的库", "url": "https://parall.ax/products/jspdf", "urls": { "GitCode": "https://gitcode.net/mirrors/MrRio/jsPDF" }, "createdAt": "", "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "图片预览", "nav": [ { "name": "PhotoSwipe", "desc": "适用于移动和桌面的JavaScript图像库, 图片预览", "url": "http://photoswipe.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/dimsemenov/PhotoSwipe" }, "createdAt": "", "rate": 5, "top": false }, { "name": "viewerjs", "desc": "javascript图片预览", "url": "https://fengyuanchen.github.io/viewerjs/", "urls": { "GitCode": "https://gitcode.net/mirrors/fengyuanchen/viewerjs" }, "createdAt": "", "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "音频/视频", "nav": [ { "icon": "https://howlerjs.com/assets/images/favicon.ico", "name": "howler.js", "desc": "现代 Web 音频 javascript 库", "url": "https://howlerjs.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/goldfire/howler.js" }, "createdAt": "", "rate": 5, "top": false }, { "name": "DPlayer", "desc": "哇,这么可爱的HTML5 danmaku视频播放器", "url": "http://dplayer.js.org/#/zh-Hans/", "urls": { "英文": "http://dplayer.js.org/#/home", "中文": "http://dplayer.js.org/#/zh-Hans/", "GitCode": "https://gitcode.net/mirrors/MoePlayer/DPlayer" }, "createdAt": "", "rate": 5, "top": false }, { "name": "APlayer", "desc": "哇,这么可爱的HTML5音乐播放器", "url": "https://aplayer.js.org/#/zh-Hans/", "urls": { "英文": "http://aplayer.js.org/", "中文": "https://aplayer.js.org/#/zh-Hans/", "GitCode": "https://gitcode.net/mirrors/MoePlayer/APlayer" }, "createdAt": "", "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "图形", "nav": [ { "icon": "https://threejs.org/files/favicon.ico", "name": "three.js", "desc": "JavaScript 3D引擎", "url": "https://threejs.org/", "urls": { "英文": "https://threejs.org/", "中文": "http://techbrood.com/threejs/docs", "GitCode": "https://gitcode.net/mirrors/mrdoob/three.js" }, "createdAt": "", "rate": 5, "top": false }, { "name": "flowy", "desc": "创建流程图的最小JavaScript库", "url": "https://github.com/alyssaxuu/flowy", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://echarts.apache.org/examples/images/favicon.png", "name": "incubator-echarts", "desc": "浏览器的功能强大的交互式图表和可视化库", "url": "http://echarts.apache.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/incubator-echarts" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/1562726?s=200&v=4", "name": "d3", "desc": "借助SVG,Canvas和HTML使数据栩栩如生。", "url": "https://github.com/d3/d3", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "UI组件库", "nav": [ { "icon": "https://getuikit.com/images/favicon.png", "name": "uikit", "desc": "一款轻量级、模块化的前端框架可快速构建强大的web前端界面", "url": "http://www.getuikit.net/", "urls": { "英文": "https://getuikit.com/docs/installation", "中文": "http://www.getuikit.net/", "GitCode": "https://gitcode.net/mirrors/uikit/uikit" }, "createdAt": "", "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "原生APP交互webview桥接", "nav": [ { "name": "JsBridge", "desc": "android java和javascript桥接,灵感来自微信webview jsbridge", "url": "https://github.com/lzyzsd/JsBridge", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "DSBridge-Android", "desc": "一个现代的跨平台JavaScript桥接,通过它您可以在JavaScript和本机之间同步或异步地调用彼此的功能", "url": "https://github.com/wendux/DSBridge-Android", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "参数验证", "nav": [ { "name": "joi", "desc": "对象模式验证", "url": "https://github.com/hapijs/joi", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "validator.js", "desc": "字符串验证插件、表单验证", "url": "https://github.com/chriso/validator.js", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "async-validator", "desc": "异步验证器", "url": "https://github.com/yiminghe/async-validator", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "yup", "desc": "无效的简单对象架构验证", "url": "https://runkit.com/jquense/yup", "urls": { "GitCode": "https://gitcode.net/mirrors/jquense/yup#using-a-custom-locale-dictionary" }, "createdAt": "", "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "数据库", "nav": [ { "icon": "https://avatars2.githubusercontent.com/u/18673496?s=200&v=4", "name": "localForage", "desc": "离线存储,使用简单但功能强大的API包装IndexedDB,WebSQL或localStorage。", "url": "https://github.com/localForage/localForage", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" }, { "title": "步骤引导", "nav": [ { "icon": "https://avatars2.githubusercontent.com/u/2010360?s=200&v=4", "name": "introjs", "desc": "为您的网站和项目提供新功能介绍和逐步用户指南的更好方法", "url": "https://introjs.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/usablica/intro.js" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars3.githubusercontent.com/u/17297725?s=200&v=4", "name": "shepherd", "desc": "引导您的用户浏览您的应用程序", "url": "https://shepherdjs.dev/", "urls": { "GitCode": "https://gitcode.net/mirrors/shipshapecode/shepherd" }, "createdAt": "", "rate": 5, "top": false }, { "name": "bootstrap-tour", "desc": "使用Twitter Bootstrap Popovers快速方便地进行产品浏览", "url": "http://bootstraptour.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/sorich87/bootstrap-tour" }, "createdAt": "", "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" } ], "collapsed": false, "createdAt": "" }, { "title": "React", "icon": "https://reactjs.org/favicon.ico", "nav": [ { "title": "生态系统", "nav": [ { "name": "React", "desc": "用于构建用户界面的 JavaScript 库", "url": "https://zh-hans.reactjs.org/", "urls": { "英文": "https://reactjs.org/", "中文": "https://zh-hans.reactjs.org/", "GitCode": "https://gitcode.net/mirrors/facebook/react/" }, "createdAt": "", "rate": 5, "top": false }, { "name": "React Router", "desc": "React 路由管理", "url": "https://react-router.docschina.org/", "urls": { "英文": "https://reacttraining.com/react-router/", "中文": "https://react-router.docschina.org/", "GitCode": "https://gitcode.net/mirrors/ReactTraining/react-router" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/13142323?s=200&v=4", "name": "Redux", "desc": "React 状态管理", "url": "http://www.redux.org.cn/docs/react-redux/api.html", "urls": { "英文": "https://redux.js.org/basics/usagewithreact", "中文": "http://www.redux.org.cn/docs/react-redux/api.html", "GitCode": "https://gitcode.net/mirrors/reduxjs/redux" }, "createdAt": "", "rate": 5, "top": false }, { "name": "create-react-app", "desc": "React官方脚手架", "url": "https://www.html.cn/create-react-app/", "urls": { "英文": "https://facebook.github.io/create-react-app/", "中文": "https://www.html.cn/create-react-app/", "GitCode": "https://gitcode.net/mirrors/facebook/create-react-app" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "Redux相关", "nav": [ { "name": "React Redux", "desc": "Redux的官方React绑定(通常配合redux使用)", "url": "https://react-redux.js.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/reduxjs/react-redux" }, "createdAt": "", "rate": 5, "top": false }, { "name": "redux-actions", "desc": "Redux的Flux标准action实用程序(用于生成action)", "url": "https://redux-actions.js.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/redux-utilities/redux-actions" }, "createdAt": "", "rate": 5, "top": false }, { "name": "redux-thunk", "desc": "Redux的Thunk中间件, 用于处理异步逻辑", "url": "https://github.com/reduxjs/redux-thunk", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/24776643?s=200&v=4", "name": "redux-saga", "desc": "一个旨在使应用程序副作用(即异步事物,如数据获取和不纯的东西,如访问浏览器缓存)更容易管理,执行更高效,易于测试,以及更好地处理故障的库", "url": "https://redux-saga.js.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/redux-saga/redux-saga" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "React Native相关", "nav": [ { "name": "React Native", "desc": "使用React构建原生APP程序的框架", "url": "https://reactnative.cn/docs/0.51/tutorial.html", "urls": { "英文": "https://facebook.github.io/react-native/docs/getting-started.html", "中文": "https://reactnative.cn/docs/0.51/tutorial.html", "GitCode": "https://gitcode.net/mirrors/facebook/react-native" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/29647600?s=200&v=4", "name": "React Navigation", "desc": "为您的本地应用程序提供路由和导航", "url": "https://reactnavigation.org/zh-Hans/", "urls": { "英文": "https://reactnavigation.org/en/", "中文": "https://reactnavigation.org/zh-Hans/", "GitCode": "https://gitcode.net/mirrors/react-navigation/react-navigation" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/12504344?s=200&v=4", "name": "expo", "desc": "用于制作跨平台移动应用程序的Expo平台", "url": "https://docs.expo.io", "urls": { "GitCode": "https://gitcode.net/mirrors/expo/expo" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/12101536?s=200&v=4", "name": "ant-design-mobile-rn", "desc": "一个基于 React Native 的 UI 组件库", "url": "https://rn.mobile.ant.design/index-cn", "urls": { "英文": "https://rn.mobile.ant.design/", "中文": "https://rn.mobile.ant.design/index-cn", "GitCode": "https://gitcode.net/mirrors/ant-design/ant-design-mobile-rn" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "PC端UI组件库", "nav": [ { "icon": "https://avatars1.githubusercontent.com/u/12101536?s=200&v=4", "name": "Ant Design", "desc": "Ant Design - A UI Design Language", "url": "https://ant.design/docs/react/introduce-cn", "urls": { "英文": "https://ant.design/docs/react/introduce", "中文": "https://ant.design/docs/react/introduce-cn", "GitCode": "https://gitcode.net/mirrors/ant-design/ant-design" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://material-ui.com/static/favicon.ico", "name": "MATERIAL-UI", "desc": "React 组件用于更快速、更简便的 web 开发。你也可以建立你自己的设计系统,或者从 Material Design 开始", "url": "https://material-ui.com/zh/", "urls": { "英文": "https://material-ui.com/", "中文": "https://material-ui.com/zh/", "GitCode": "https://gitcode.net/mirrors/mui-org/material-ui" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/12810740?s=200&v=4", "name": "element", "desc": "elementUI组件库", "url": "https://elemefe.github.io/element-react/#/zh-CN/quick-start", "urls": { "英文": "https://elemefe.github.io/element-react/#/en-US/quick-start", "中文": "https://elemefe.github.io/element-react/#/zh-CN/quick-start", "GitCode": "https://gitcode.net/mirrors/ElemeFE/element-react" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/6853419?s=200&v=4", "name": "react-bootstrap", "desc": "基于Bootstrap 3构建的组件库", "url": "https://react-bootstrap.github.io/getting-started/introduction", "urls": { "GitCode": "https://gitcode.net/mirrors/react-bootstrap/react-bootstrap" }, "createdAt": "", "rate": 5, "top": false }, { "name": "evergreen", "desc": "Evergreen是一个React UI框架,用于在Web上构建雄心勃勃的产品。由Segment带给您。", "url": "https://evergreen.segment.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/segmentio/evergreen" }, "createdAt": "", "rate": 5, "top": false }, { "name": "@alifd/next", "desc": "@alifd/next 是 Alibaba Fusion Design 的官方 React 实现, 赋能企业中后台产品开发", "url": "https://fusion.design/component/doc/102", "urls": { "GitCode": "https://gitcode.net/mirrors/alibaba-fusion/next" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/11404085?s=200&v=4", "name": "zent", "desc": "Zent 是有赞 PC 端 WebUI 规范的 React 实现,提供了一整套基础的 UI 组件以及一些常用的业务组件", "url": "https://youzan.github.io/zent/zh/guides/install", "urls": { "GitCode": "https://gitcode.net/mirrors/youzan/zent" }, "createdAt": "", "rate": 5, "top": false }, { "name": "React95", "desc": "装修一新的现代的应用程序做出React Windows95的UI组件。", "url": "https://arturbien.github.io/React95", "urls": { "GitCode": "https://gitcode.net/mirrors/arturbien/React95" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/19635045?s=200&v=4", "name": "rsuite", "desc": "React Suite 是一套 React 组件库,为后台产品而生。同时也是一个具有贴心设计以及对开发者友好的 UI 框架", "url": "https://rsuitejs.com", "urls": { "GitCode": "https://gitcode.net/mirrors/rsuite/rsuite" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/54212428?s=200&v=4", "name": "chakra-ui", "desc": "适用于您的React应用程序的简单,模块化和可访问的UI组件", "url": "https://chakra-ui.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/chakra-ui/chakra-ui" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "移动端UI组件库", "nav": [ { "icon": "https://avatars1.githubusercontent.com/u/12101536?s=200&v=4", "name": "Ant Design Mobile", "desc": "一个基于 Preact / React / React Native 的 UI 组件库", "url": "https://mobile.ant.design/index-cn", "urls": { "英文": "https://mobile.ant.design/", "中文": "https://mobile.ant.design/index-cn", "GitCode": "https://gitcode.net/mirrors/ant-design/ant-design-mobile/stargazers/" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "其他组件库", "nav": [ { "name": "React Helmet", "desc": "这个可重用的反应组件将管理对文档头的所有更改", "url": "", "urls": { "GitCode": "https://gitcode.net/mirrors/nfl/react-helmet" }, "createdAt": "", "rate": 5, "top": false }, { "name": "react-image-crop", "desc": "用于React的响应式图像裁剪工具", "url": "https://github.com/DominicTobias/react-image-crop", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "React Helmet", "desc": "这个可重用的反应组件将管理对文档头的所有更改", "url": "https://github.com/nfl/react-helmet", "urls": { "GitCode": "https://gitcode.net/mirrors/DominicTobias/react-image-crop" }, "createdAt": "", "rate": 5, "top": false }, { "name": "react-transition-group", "desc": "当React组件进入或离开DOM时执行动画的简单方法", "url": "https://reactcommunity.org/react-transition-group/", "urls": { "英文": "https://reactcommunity.org/react-transition-group/", "GitCode": "https://gitcode.net/mirrors/reactjs/react-transition-group" }, "createdAt": "", "rate": 5, "top": false }, { "name": "React Loadable", "desc": "用于加载具有promise的组件的更高阶组件 - 路由懒加载", "url": "https://github.com/jamiebuilds/react-loadable", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "react-swipe", "desc": "基于swipe.js封装的react组件/走马灯", "url": "https://github.com/voronianski/react-swipe", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "Ant Motion", "desc": "使用 Ant Motion 能够快速在 React 框架中使用动画,我们提供了单项,组合动画,以及整套解决方案", "url": "https://motion.ant.design/", "urls": { "GitCode": "https://gitcode.net/mirrors/ant-design/ant-motion/" }, "createdAt": "", "rate": 5, "top": false }, { "desc": "网络视频播放器使用React库从头开始构建HTML5世界", "name": "video-react", "url": "https://video-react.js.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/video-react/video-react" }, "createdAt": "", "rate": 5, "top": false }, { "name": "react-keeper", "desc": "一个react路由库,更适合移动端使用,拥有缓存等功能", "url": "https://github.com/vifird/react-keeper", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "Fusion Design", "desc": "基于React构建的Web可配置组件库", "url": "https://fusion.design", "urls": { "GitCode": "https://gitcode.net/mirrors/alibaba-fusion/next" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/13690587?s=200&v=4", "name": "recharts", "desc": "基于 React和D3 的组合式图表库", "url": "http://recharts.org/zh-CN/", "urls": { "GitCode": "https://gitcode.net/mirrors/recharts/recharts" }, "createdAt": "", "rate": 5, "top": false }, { "name": "react-json-view", "desc": "JSON查看器", "url": "https://mac-s-g.github.io/react-json-view/demo/dist/", "urls": { "GitCode": "https://gitcode.net/mirrors/mac-s-g/react-json-view" }, "createdAt": "", "rate": 5, "top": false }, { "name": "BizCharts", "desc": "基于G2和React的强大数据可视化库", "url": "https://bizcharts.net/products/bizCharts", "urls": { "GitCode": "https://gitcode.net/mirrors/alibaba/BizCharts" }, "createdAt": "", "rate": 5, "top": false }, { "name": "react-draggable", "desc": "一个简单的组件,用于使元素可拖动", "url": "https://github.com/mzabriskie/react-draggable", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "react-slick", "desc": "react走马灯组件", "url": "https://react-slick.neostack.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/akiran/react-slick" }, "createdAt": "", "rate": 5, "top": false }, { "name": "react-color", "desc": "react 拾色器", "url": "http://casesandberg.github.io/react-color/", "urls": { "GitCode": "https://gitcode.net/mirrors/casesandberg/react-color" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/50559490?s=200&v=4", "name": "react-intl", "desc": "国际化React应用程序。这个库提供了React组件和一个API,用于格式化日期,数字和字符串,包括复数形式和处理翻译", "url": "https://github.com/formatjs/react-intl", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://avatars3.githubusercontent.com/u/1763971?s=200&v=4", "name": "react-data-grid", "desc": "使用React构建的类似于Excel的网格组件,具有编辑器,键盘导航,复制和粘贴等功能", "url": "http://adazzle.github.io/react-data-grid/", "urls": { "GitCode": "https://gitcode.net/mirrors/adazzle/react-data-grid" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://cloud.githubusercontent.com/assets/29597/11736841/c0497158-9f87-11e5-8dfe-9c0be97d4286.png", "name": "react-virtualized", "desc": "React组件可有效呈现大型列表和表格数据", "url": "http://www.reactvirtualized.com", "urls": { "GitCode": "https://gitcode.net/mirrors/bvaughn/react-virtualized" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars3.githubusercontent.com/u/5078602?s=200&v=4", "name": "react-live", "desc": "一个用于实时编辑React组件的灵活组件库", "url": "https://react-live.netlify.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/FormidableLabs/react-live" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://jaredpalmer.com/formik/img/favicon.png", "name": "formik", "desc": "在React中轻松创建表单", "url": "https://jaredpalmer.com/formik/docs/overview", "urls": { "GitCode": "https://gitcode.net/mirrors/jaredpalmer/formik" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "拖拽组件", "nav": [ { "name": "react-move", "icon": "https://github.com/favicon.ico", "url": "", "desc": "一个React组件,它创建可移动,可拖动,可调整大小,可缩放,可旋转,可扭曲,可收缩,可分组,可捕捉。", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/25307599?s=200&v=4", "name": "react-dnd", "desc": "React DnD是一组React实用程序,可帮助您构建复杂的拖放接口,同时保持组件分离", "url": "https://react-dnd.github.io/react-dnd/about", "urls": { "GitCode": "https://gitcode.net/mirrors/react-dnd/react-dnd" }, "createdAt": "", "rate": 5, "top": false }, { "name": "react-beautiful-dnd", "desc": "漂亮的和可访问的拖放列表", "url": "https://github.com/atlassian/react-beautiful-dnd", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "react-rnd", "desc": "一个可调整大小且可拖动的React组件。", "url": "https://bokuweb.github.io/react-rnd/stories", "urls": { "GitCode": "https://gitcode.net/mirrors/bokuweb/react-rnd" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "开箱即用", "nav": [ { "icon": "https://avatars1.githubusercontent.com/u/12101536?s=200&v=4", "name": "ANT DESIGN PRO", "desc": "开箱即用的中台前端/设计解决方案", "url": "https://pro.ant.design/", "urls": { "中文": "https://pro.ant.design/", "GitCode": "https://gitcode.net/mirrors/ant-design/ant-design-pro/" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "单元测试", "nav": [ { "name": "enzyme", "desc": "适用于React的JavaScript测试实用程序", "url": "https://enzymejs.github.io/enzyme/", "urls": { "GitCode": "https://gitcode.net/mirrors/enzymejs/enzyme" }, "createdAt": "", "rate": 5, "top": false }, { "name": "Jest", "desc": "Jest是一个令人愉快的JavaScript测试框架,专注于简单性。", "url": "https://jestjs.io/zh-Hans/", "urls": { "GitCode": "https://gitcode.net/mirrors/facebook/jest" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "umi/dva", "nav": [ { "icon": "https://avatars2.githubusercontent.com/u/33895495?s=200&v=4", "name": "umijs", "desc": "插件化的企业级前端应用框架。", "url": "https://umijs.org/zh-CN", "urls": { "英文": "https://umijs.org/", "中文": "https://umijs.org/zh-CN", "GitCode": "https://gitcode.net/mirrors/umijs/umi" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/20552239?s=200&v=4", "name": "DvaJS", "desc": "基于React和Redux的轻量级和elm风格框架", "url": "https://dvajs.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/dvajs/dva" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/33895495?s=200&v=4", "name": "umijs/hooks", "desc": "你可以将 umi hooks 使用在任何地方,和任意组件库搭配使用。虽然我们的代码示例都是基于 ant design 的,但是并不代表我们的 Hooks 只能和 ant design 配合使用", "url": "https://hooks.umijs.org/", "urls": { "中文": "https://hooks.umijs.org/", "GitCode": "https://gitcode.net/mirrors/umijs/hooks" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/33895495?s=200&v=4", "name": "umi-plugin-cache-route", "desc": "路由缓存,类似vue keep-alive", "url": "https://www.npmjs.com/package/umi-plugin-cache-route", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" }, { "title": "知识", "nav": [ { "name": "React.js 小书", "desc": "这是一本关于 React.js 的小书", "url": "http://huziketang.mangojuice.top/books/react/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "TypeScript-React-Starter", "desc": "TypeScript和React的入门模板,带有详细的README,描述了如何将两者结合使用。", "url": "https://github.com/Microsoft/TypeScript-React-Starter", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "react-redux-typescript-guide", "desc": "TypeScript中的React和 Redux - 使用说明", "url": "https://piotrwitek.github.io/react-redux-typescript-guide/", "urls": { "GitCode": "https://gitcode.net/mirrors/piotrwitek/react-redux-typescript-guide" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "其他", "nav": [ { "icon": "https://avatars1.githubusercontent.com/u/17475736?s=200&v=4", "name": "Mobx", "desc": "简单、可扩展的状态管理", "url": "https://cn.mobx.js.org/", "urls": { "英文": "https://mobx.js.org/", "中文": "https://cn.mobx.js.org/", "GitCode": "https://gitcode.net/mirrors/mobxjs/mobx" }, "createdAt": "", "rate": 5, "top": false }, { "name": "next.js", "desc": "服务端渲染框架、SEO解决方案", "url": "https://www.nextjs.cn/", "urls": { "英文": "https://nextjs.org/", "中文": "https://www.nextjs.cn/", "GitCode": "https://gitcode.net/mirrors/zeit/next.js" }, "createdAt": "", "rate": 5, "top": false }, { "name": "nwb", "desc": "适用于Web的React,Preact,Inferno和Vanilla JS应用,React库和其他npm模块的工具包,无需配置", "url": "https://github.com/insin/nwb", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "ahooks", "desc": "为 React Hooks 而生", "url": "https://ahooks.js.org/zh-CN", "urls": { "GitCode": "https://gitcode.net/mirrors/alibaba/hooks" }, "createdAt": "", "rate": 5, "top": false }, { "name": "react-app-rewired", "desc": "覆盖create-react-app webpack配置而不弹出", "url": "https://github.com/timarney/react-app-rewired", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" } ], "createdAt": "" }, { "title": "Vue.js", "icon": "https://v3.vuejs.org/images/icons/apple-icon-152x152.png", "nav": [ { "title": "生态系统", "nav": [ { "name": "Vue.js", "desc": "渐进式JavaScript 框架", "url": "https://cn.vuejs.org/", "urls": { "英文": "https://vuejs.org/index.html", "中文": "https://cn.vuejs.org/", "GitCode": "https://gitcode.net/mirrors/vuejs/vue" }, "createdAt": "", "rate": 5, "top": false }, { "name": "Vue Router", "desc": "Vue Router 是 Vue.js 官方的路由管理器", "url": "https://router.vuejs.org/zh/", "urls": { "英文": "https://router.vuejs.org/", "中文": "https://router.vuejs.org/zh/", "GitCode": "https://gitcode.net/mirrors/vuejs/vue-router" }, "createdAt": "", "rate": 5, "top": false }, { "name": "Vuex", "desc": "Vuex 是一个专为 Vue.js 应用程序开发的状态管理模式。", "url": "https://vuex.vuejs.org/zh/", "urls": { "英文": "https://vuex.vuejs.org/", "中文": "https://vuex.vuejs.org/zh/", "GitCode": "https://gitcode.net/mirrors/vuejs/vuex" }, "createdAt": "", "rate": 5, "top": false }, { "name": "vue-devtools", "desc": "vue.js调试工具", "url": "https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd", "urls": { "GitCode": "https://gitcode.net/mirrors/vuejs/vue-devtools" }, "createdAt": "", "rate": 5, "top": false }, { "name": "vue-cli", "desc": "Vue.js开发的标准脚手架工具", "url": "https://cli.vuejs.org/zh/", "urls": { "英文": "https://cli.vuejs.org/", "中文": "https://cli.vuejs.org/zh/", "GitCode": "https://gitcode.net/mirrors/vuejs/vue-cli" }, "createdAt": "", "rate": 5, "top": false }, { "name": "vuepress", "desc": "Vue 驱动的静态网站生成器", "url": "https://vuepress.vuejs.org/zh/", "urls": { "英文": "https://vuepress.vuejs.org/", "中文": "https://vuepress.vuejs.org/zh/", "GitCode": "https://gitcode.net/mirrors/vuejs/vuepress" }, "createdAt": "", "rate": 5, "top": false }, { "name": "Vue SSR", "desc": "Vue服务端渲染、SEO解决方案", "url": "https://vuepress.vuejs.org/zh/", "urls": { "英文": "https://ssr.vuejs.org/", "中文": "https://ssr.vuejs.org/zh/", "GitCode": "https://gitcode.net/mirrors/vuejs/vue-ssr-docs" }, "createdAt": "", "rate": 5, "top": false }, { "name": "vue-class-component", "desc": "用于类式Vue组件的ECMAScript / TypeScript装饰器。", "url": "https://github.com/vuejs/vue-class-component", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "eslint-plugin-vue", "desc": "Vue.js的官方ESLint插件", "url": "https://eslint.vuejs.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/vuejs/eslint-plugin-vue" }, "createdAt": "", "rate": 5, "top": false }, { "name": "vite", "desc": "Vite是一个经过验证的Web开发人员构建工具,可在开发过程中通过本机ES模块导入为您的代码提供服务,并将其与Rollup捆绑在一起进行生产", "url": "https://github.com/vitejs/vite", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "Vue 组合式 API", "desc": "Vue 组合式 API在线文档阅读", "url": "https://composition-api.vuejs.org/zh", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" }, { "title": "PC端UI组件库", "nav": [ { "icon": "https://avatars0.githubusercontent.com/u/20693613?s=200&v=4", "name": "iView", "desc": "一套基于 Vue.js 的高质量UI 组件库", "url": "https://www.iviewui.com/docs/guide/install", "urls": { "英文": "https://www.iviewui.com/", "中文": "https://www.iviewui.com/docs/guide/install", "GitCode": "https://gitcode.net/mirrors/iview/iview" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/12810740?s=200&v=4", "name": "Element", "desc": "一套为开发者、设计师和产品经理准备的基于 Vue 2.0 的桌面端组件库", "url": "http://element-cn.eleme.io/#/zh-CN", "urls": { "英文": "http://element-cn.eleme.io/#/en-US", "中文": "http://element-cn.eleme.io/#/zh-CN", "GitCode": "https://gitcode.net/mirrors/ElemeFE/element" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/12810740?s=200&v=4", "name": "Element Plus", "desc": "支持Vue3.0的Element", "url": "https://element-plus.org/#/zh-CN", "urls": { "GitCode": "https://gitcode.net/mirrors/element-plus/element-plus" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/22283362?s=200&v=4", "name": "Muse-UI", "desc": "基于 Vue 2.0 优雅的 Material Design UI 组件库", "url": "https://muse-ui.org/#/zh-CN", "urls": { "英文": "https://muse-ui.org/#/en-US/", "中文": "https://muse-ui.org/#/zh-CN", "GitCode": "https://gitcode.net/mirrors/museui/muse-ui" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://qn.antdv.com/favicon.ico", "name": "Ant Design Vue", "desc": "这里是 Ant Design 的 Vue 实现,开发和服务于企业级后台产品", "url": "https://antdv.com/docs/vue/introduce-cn/", "urls": { "英文": "https://antdv.com/docs/vue/introduce/", "中文": "https://antdv.com/docs/vue/introduce-cn/", "GitCode": "https://gitcode.net/mirrors/vueComponent/ant-design-vue" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/22138497?s=200&v=4", "name": "vuetify", "desc": "让Vue和Material Design的强大力量在开发上助您一臂之力", "url": "https://vuetifyjs.com/zh-Hans/", "urls": { "英文": "https://vuetifyjs.com/en/", "中文": "https://vuetifyjs.com/zh-Hans/", "GitCode": "https://gitcode.net/mirrors/vuetifyjs/vuetify" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/22965283?s=200&v=4", "name": "bootstrap-vue", "desc": "BootstrapVue为Vue.js提供了最全面的Bootstrap 4组件和网格系统实现之一,并提供了广泛的自动WAI-ARIA可访问性标记", "url": "https://bootstrap-vue.js.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/bootstrap-vue/bootstrap-vue" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/23659108?s=200&v=4", "name": "vue-material", "desc": "Vue material简单,轻巧,完全符合Google Material Design规范", "url": "https://vuematerial.io", "urls": { "GitCode": "https://gitcode.net/mirrors/vuematerial/vue-material" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/26799900?s=200&v=4", "name": "buefy", "desc": "Buefy是一个基于Bulma框架和设计的Vue.js响应式UI组件的轻量级库。", "url": "https://buefy.org", "urls": { "GitCode": "https://gitcode.net/mirrors/buefy/buefy" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "移动端UI组件库", "nav": [ { "icon": "https://avatars2.githubusercontent.com/u/11404085?s=200&v=4", "name": "vant", "desc": "轻量、可靠的移动端 Vue 组件库", "url": "https://youzan.github.io/vant/#/zh-CN/intro", "urls": { "英文": "https://youzan.github.io/vant/#/en-US/intro", "中文": "https://youzan.github.io/vant/#/zh-CN/intro", "GitCode": "https://gitcode.net/mirrors/youzan/vant" }, "createdAt": "", "rate": 5, "top": false }, { "name": "vux", "desc": "一个凑合的 Vue.js 移动端 UI 组件库", "url": "https://vux.li/", "urls": { "中文": "https://vux.li/", "GitCode": "https://gitcode.net/mirrors/airyland/vux" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/27521938?s=200&v=4", "name": "cube-ui", "desc": "基于 Vue.js 实现的精致移动端组件库", "url": "https://didi.github.io/cube-ui/#/zh-CN", "urls": { "英文": "https://didi.github.io/cube-ui/#/en-US", "中文": "https://didi.github.io/cube-ui/#/zh-CN", "GitCode": "https://gitcode.net/mirrors/didi/cube-ui" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/27521938?s=200&v=4", "name": "Mand Mobile", "desc": "面向金融场景的Vue移动端UI组件库,丰富、灵活、实用,快速搭建优质的金融类产品,让复杂的金融场景变简单", "url": "https://didi.github.io/mand-mobile/#/zh-CN/home", "urls": { "英文": "https://didi.github.io/mand-mobile/#/en-US/home", "中文": "https://didi.github.io/mand-mobile/#/zh-CN/home", "GitCode": "https://gitcode.net/mirrors/didi/mand-mobile" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/12810740?s=200&v=4", "name": "Mint UI", "desc": "基于 Vue.js 的移动端组件库", "url": "http://mint-ui.github.io/#!/zh-cn", "urls": { "英文": "http://mint-ui.github.io/#!/en", "中文": "http://mint-ui.github.io/#!/zh-cn", "GitCode": "https://gitcode.net/mirrors/ElemeFE/mint-ui/" }, "createdAt": "", "rate": 5, "top": false }, { "name": "NutUI", "desc": "一套京东风格的轻量级移动端Vue组件库", "url": "https://nutui.jd.com", "urls": { "GitCode": "https://gitcode.net/mirrors/jdf2e/nutui" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "其他组件/插件", "nav": [ { "name": "vue-awesome-swiper", "desc": "基于swiper封装的轮播图组件", "url": "https://surmon-china.github.io/vue-awesome-swiper/", "urls": { "GitCode": "https://gitcode.net/mirrors/surmon-china/vue-awesome-swiper" }, "createdAt": "", "rate": 5, "top": false }, { "name": "vue-meta", "desc": "管理Vue 2.0组件中的页面元信息。支持SSR + Streaming", "url": "https://github.com/nuxt/vue-meta", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "vue-scroller", "desc": "Vue Scroller是Vonic UI 的基础组件。为了平滑滚动,拉动刷新和无限加载。", "url": "https://wangdahoo.github.io/vue-scroller/#/", "urls": { "GitCode": "https://gitcode.net/mirrors/wangdahoo/vue-scroller" }, "createdAt": "", "rate": 5, "top": false }, { "name": "vue-infinite-loading", "desc": "Vue.js的无限滚动插件(支持向上和向下)", "url": "https://peachscript.github.io/vue-infinite-loading/zh/", "urls": { "GitCode": "https://gitcode.net/mirrors//PeachScript/vue-infinite-loading" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "开箱即用", "nav": [ { "name": "iview-admin", "desc": "基于iView的Vue 2.0管理系统模板", "url": "https://admin.iviewui.com/login", "urls": { "GitCode": "https://gitcode.net/mirrors/iview/iview-admin" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "nuxt服务端渲染框架", "nav": [ { "icon": "https://avatars2.githubusercontent.com/u/23360933?s=200&v=4", "name": "nuxt", "desc": "Vue.js 通用应用框架", "url": "https://zh.nuxtjs.org/", "urls": { "英文": "https://nuxtjs.org/", "中文": "https://zh.nuxtjs.org/", "GitCode": "https://gitcode.net/mirrors/nuxt/nuxt.js" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/23360933?s=200&v=4", "name": "创建nuxt的脚手架工具", "desc": "create-nuxt-app", "url": "https://github.com/nuxt/create-nuxt-app", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" } ], "createdAt": "" }, { "title": "Angular", "icon": "https://avatars0.githubusercontent.com/u/139426?s=200&v=4", "nav": [ { "title": "生态系统", "nav": [ { "name": "Angular", "desc": "一个框架,移动 & 桌面", "url": "https://www.angular.cn/", "urls": { "英文": "https://angular.io/", "中文": "https://www.angular.cn/", "GitCode": "https://gitcode.net/mirrors/angular/angular" }, "createdAt": "", "rate": 5, "top": false }, { "name": "angular-cli", "desc": "用于Angular CLI脚手架工具", "url": "https://cli.angular.io/", "urls": { "英文": "https://cli.angular.io/", "GitCode": "https://gitcode.net/mirrors/angular/angular-cli" }, "createdAt": "", "rate": 5, "top": false }, { "name": "augury", "desc": "Angular调试和可视化工具", "url": "https://augury.angular.io/", "urls": { "英文": "https://augury.angular.io/", "GitCode": "https://gitcode.net/mirrors/rangle/augury" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "PC端UI组件库", "nav": [ { "icon": "https://avatars2.githubusercontent.com/u/30223759?s=200&v=4", "name": "NG-ZORRO", "desc": "基于Ant Design的Angular企业级UI组件", "url": "http://ng.ant.design/docs/introduce/zh", "urls": { "英文": "http://ng.ant.design/docs/introduce/en", "中文": "http://ng.ant.design/docs/introduce/zh", "GitCode": "https://gitcode.net/mirrors/NG-ZORRO/ng-zorro-antd" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars3.githubusercontent.com/u/14283866?s=200&v=4", "name": "ng-bootstrap", "desc": "基于Bootstrap 4的Angular组件", "url": "https://ng-bootstrap.github.io/#/components/accordion/examples", "urls": { "英文": "https://ng-bootstrap.github.io/#/components/accordion/examples", "GitCode": "https://gitcode.net/mirrors/ng-bootstrap/ng-bootstrap" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/12810740?s=200&v=4", "name": "element-angular", "desc": "Element Angular组件库", "url": "https://element-angular.faas.ele.me/guide/install", "urls": { "英文": "https://element-angular.faas.ele.me/", "中文": "https://element-angular.faas.ele.me/guide/install", "GitCode": "https://gitcode.net/mirrors/ElemeFE/element-angular" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/3494069?s=200&v=4", "name": "primeng", "desc": "PrimeNG是Angular的丰富UI组件的集合", "url": "https://www.primefaces.org/primeng/#/button", "urls": { "GitCode": "https://gitcode.net/mirrors/primefaces/primeng" }, "createdAt": "", "rate": 5, "top": false }, { "name": "material", "desc": "Material Design是一个统一的视觉,动作和交互设计系统的规范,适用于不同的设备。", "url": "https://www.primefaces.org/primeng/#/button", "urls": { "GitCode": "https://gitcode.net/mirrors/angular/material" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "移动端UI组件库", "nav": [ { "name": "material", "desc": "Material Design是一个统一的视觉,动作和交互设计系统的规范,适用于不同的设备。", "url": "https://www.primefaces.org/primeng/#/button", "urls": { "GitCode": "https://gitcode.net/mirrors/angular/material" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" } ], "createdAt": "" }, { "title": "微信开发", "icon": "https://avatars0.githubusercontent.com/u/18461506?s=200&v=4", "nav": [ { "title": "小程序文档", "nav": [ { "name": "小程序开发", "desc": "微信小程序", "url": "https://developers.weixin.qq.com/miniprogram/dev/index.html", "urls": { "英文": "https://developers.weixin.qq.com/miniprogram/en/dev/index.html?t=18082922", "中文": "https://developers.weixin.qq.com/miniprogram/dev/index.html" }, "createdAt": "", "rate": 5, "top": false }, { "name": "小游戏开发", "desc": "微信小游戏", "url": "https://developers.weixin.qq.com/minigame/dev/index.html?t=18082922", "urls": { "英文": "https://developers.weixin.qq.com/minigame/en/dev/index.html?t=18081820", "中文": "https://developers.weixin.qq.com/minigame/dev/index.html?t=18082922" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "小程序框架", "nav": [ { "name": "mpvue", "desc": "Vue.js 开发小程序的前端框架。框架基于 Vue.js 核心", "url": "http://mpvue.com/", "urls": { "中文": "http://mpvue.com/", "GitCode": "https://gitcode.net/mirrors/Meituan-Dianping/mpvue" }, "createdAt": "", "rate": 5, "top": false }, { "name": "wepy", "desc": "官方小程序组件化开发框架", "url": "https://tencent.github.io/wepy/", "urls": { "中文": "https://tencent.github.io/wepy/", "GitCode": "https://gitcode.net/mirrors/Tencent/wepy" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/27521938?s=200&v=4", "name": "mpx", "desc": "Mpx是一款致力于提高小程序开发体验的增强型小程序框架(滴滴出品,基于vue)", "url": "https://didi.github.io/mpx/", "urls": { "中文": "https://didi.github.io/mpx/", "GitCode": "https://gitcode.net/mirrors/didi/mpx" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/5485517?s=200&v=4", "name": "uni-app", "desc": "uni-app 是使用 Vue 语法开发小程序、H5、App的统一框架", "url": "https://uniapp.dcloud.io/", "urls": { "GitCode": "https://gitcode.net/mirrors/dcloudio/uni-app" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://tencent.github.io/omi/assets/omi-logo2019.svg", "name": "omix", "desc": "腾讯原生小程序框架 OMIX 2.0", "url": "https://github.com/Tencent/omi/tree/master/packages/omix", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" }, { "title": "小程序组件库/插件", "nav": [ { "icon": "https://avatars2.githubusercontent.com/u/11404085?s=200&v=4", "name": "vant-weapp", "desc": "轻量、可靠的小程序 UI 组件库", "url": "https://vant-contrib.gitee.io/vant-weapp/#/intro", "urls": { "GitCode": "https://gitcode.net/mirrors/youzan/vant-weapp" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/18461506?s=200&v=4", "name": "weui-wxss", "desc": "这是一套基于样式库weui-wxss开发的小程序扩展组件库,同微信原生视觉体验一致的UI组件库", "url": "https://github.com/Tencent/weui-wxss/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "wxParse", "desc": "wxParse-微信小程序富文本解析自定义组件,支持HTML及markdown解析", "url": "https://github.com/icindy/wxParse", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "mpvue-wxParse", "desc": "适用于 Mpvue 的微信小程序富文本解析自定义组件", "url": "https://github.com/F-loat/mpvue-wxParse", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/2268460?s=200&v=4", "name": "echarts-for-weixin", "desc": "ECharts 的微信小程序版本", "url": "https://github.com/ecomfe/echarts-for-weixin", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://lbs.qq.com/favicon.ico", "name": "腾讯位置服务", "desc": "微信小程序原生LBS能力的最佳拍档", "url": "https://lbs.qq.com/qqmap_wx_jssdk/index.html", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "ColorUI", "desc": "鲜亮的高饱和色彩,专注视觉的小程序组件库", "url": "https://www.color-ui.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/weilanwl/ColorUI" }, "createdAt": "", "rate": 5, "top": false }, { "name": "weapp-input-frame", "desc": "验证码、支付密码输入框组件", "url": "https://github.com/xjh22222228/weapp-input-frame", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" }, { "title": "微信公众号开发辅助工具", "nav": [ { "name": "JS接口签名校验工具", "desc": "微信 JS 接口签名校验工具", "url": "https://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=jsapisign", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "接口调试工具", "desc": "微信公众平台接口调试工具", "url": "https://mp.weixin.qq.com/debug/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "computed", "desc": "小程序自定义组件 computed / watch 扩展", "url": "https://github.com/wechat-miniprogram/computed", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" }, { "title": "资源", "nav": [ { "name": "awesome-github-wechat-weapp", "desc": "微信小程序开源项目库汇总", "url": "https://github.com/opendigg/awesome-github-wechat-weapp", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "awesome-wechat-weapp", "desc": "微信小程序开发资源汇总", "url": "https://github.com/justjavac/awesome-wechat-weapp", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" }, { "title": "其他", "nav": [ { "name": "微信开放社区", "desc": "小程序开发者专区,微信公众平台,微信开放社区,开发者专区", "url": "https://developers.weixin.qq.com/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "wechat-format", "desc": "微信公众号排版编辑器,转换 Markdown 到微信特制的 HTML", "url": "https://lab.lyric.im/wxformat/", "urls": { "GitCode": "https://gitcode.net/mirrors/lyricat/wechat-format" }, "createdAt": "", "rate": 5, "top": false }, { "name": "微信开放平台", "desc": "微信开放平台", "url": "https://open.weixin.qq.com/", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" } ], "createdAt": "" }, { "title": "工具", "nav": [ { "title": "CSS", "nav": [ { "name": "CSS3 UI Lib", "desc": "CSS动画集成、在线调试阴影", "url": "http://css3lib.alloyteam.com/#panel/demo1", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "CSS Sprites Generator", "desc": "CSS雪碧图生成", "url": "https://www.toptal.com/developers/css/sprite-generator", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "http://www.colorzilla.com/favicon.ico", "name": "CSS渐变调试器", "desc": "前端开发调试CSS渐变必备神器", "url": "http://www.colorzilla.com/gradient-editor/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://animista.net/favicon.ico", "name": "Animista", "desc": "在线生成CSS动画", "url": "http://animista.net/play/background/ken-burns", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://cssgradient.io/favicon.ico", "name": "CSS Gradient", "desc": "CSS渐变调试并生成CSS代码", "url": "https://cssgradient.io/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://www.grabient.com/favicon.ico", "name": "Grabient", "desc": "CSS渐变调试并生成CSS代码,还可以角度变换", "url": "https://www.grabient.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/johnkorzhuk/grabient" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "http://pxtoem.com/favicon.ico", "name": "px与em单位转换", "desc": "px与em单位转换", "url": "http://pxtoem.com/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "http://apps.eky.hk/css-triangle-generator/favicon.gif", "name": "CSS三角形產生器", "desc": "CSS三角形產生器 - 使用純CSS繪畫三角形", "url": "http://apps.eky.hk/css-triangle-generator/zh-hant", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://www.sassmeister.com/favicon.ico", "name": "SassMeister", "desc": "将sass语法转换成CSS语法", "url": "https://www.sassmeister.com/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://transfonter.org/favicon.ico", "name": "transfonter", "desc": "字体图标转换Base64", "url": "https://transfonter.org/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "Loading集合", "desc": "上千种Loading认你选", "url": "https://www.xiejiahe.com/detail/59ec506be9b3310879551f5e", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://cssreference.io/favicons/favicon-32x32.png", "name": "CSS Reference", "desc": "css参考是一个免费的视觉指导css。它以最受欢迎的特性为特色,并用插图和动画示例对其进行说明", "url": "https://cssreference.io/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://www.w3cschool.cn/favicon.ico", "name": "在线CSS阴影调试", "desc": "CSS3 Box Shadow(阴影)效果在线调试工具", "url": "https://www.w3cschool.cn/tools/index?name=css3_boxshadow", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" }, { "title": "JavaScript", "icon": "https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png", "nav": [ { "icon": "https://regexper.com/favicon.ico", "name": "正则表达式验证器", "desc": "验证JavaScript正则表达式", "url": "https://regexper.com/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://www.json.cn/favicon.ico", "name": "JSON在线解析及格式化验证", "desc": "json在线解析,json格式化,json格式验证,json转xml,xml转json", "url": "https://www.json.cn/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/25822731?s=200&v=4", "name": "prettier", "desc": "Prettier是一个固定的代码格式化程序。它通过解析代码并使用自己的规则重新打印它来强制执行一致的样式,这些规则考虑了最大行长度,并在必要时包装代码", "url": "https://prettier.io/", "urls": { "GitCode": "https://gitcode.net/mirrors/prettier/prettier" }, "createdAt": "", "rate": 5, "top": false }, { "name": "正则表达式在线测试", "desc": "正则表达式在线测试", "url": "http://tool.chinaz.com/regex", "icon": "https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "spy-debugger", "desc": "微信调试,各种WebView样式调试、手机浏览器的页面真机调试。便捷的远程调试手机页面、抓包工具,支持:HTTP/HTTPS,无需USB连接设备", "url": "", "icon": "https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "VConsole", "desc": "一个轻量、可拓展、针对手机网页的前端开发者调试面板", "url": "", "urls": { "英文": "https://gitcode.net/mirrors/Tencent/vConsole", "中文": "https://gitcode.net/mirrors/Tencent/vConsole/blob/dev/README_CN.md" }, "icon": "https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png", "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "CDN", "nav": [ { "icon": "https://www.staticfile.org/assets/images/logo.png", "name": "Staticfile CDN", "desc": "免费CDN服务,包括 JavaScript、CSS、图片和 swf 等静态文件", "url": "https://www.staticfile.org/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://www.jsdelivr.com/favicon.ico", "name": "jsDelivr", "desc": "jsDelivr – 开源 CDN", "url": "https://www.jsdelivr.com/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://www.bootcdn.cn/assets/ico/favicon.ico", "name": "BootCDN", "desc": "稳定、快速、免费的前端开源项目 CDN 加速服务", "url": "https://www.bootcdn.cn/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/637362?s=200&v=4", "name": "cdnjs", "desc": "面向Web开发人员的免费和开源公共Web CDN!", "url": "https://cdnjs.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/cdnjs/cdnjs" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "其他", "nav": [ { "icon": "https://www.fundebug.com/favicon.ico", "name": "FunDebug", "desc": "支持前端JavaScript,后端Node.js以及微信小程序错误监控", "url": "https://www.fundebug.com/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://www.caniuse.com/img/favicon-128.png", "name": "前端兼容性查询", "desc": "前端查询API各个厂商兼容性情况", "url": "https://www.caniuse.com/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "http://browserhacks.com/assets/images/browserhacks.ico", "name": "Browserhacks", "desc": "Browserhacks是来自各个互联网的浏览器特定CSS和JavaScript hacks的广泛列表。", "url": "http://browserhacks.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/4ae9b8/browserhacks" }, "createdAt": "", "rate": 5, "top": false }, { "name": "Character Entity Reference Chart", "desc": "字符实体参考图,>", "url": "https://dev.w3.org/html5/html-author/charref", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "awesome-web-editor", "desc": "开源web编辑器汇总列表", "url": "https://github.com/xjh22222228/awesome-web-editor", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://jsfiddle.net/img/favicon.png", "name": "jsfiddle", "desc": "强大的前端代码在线演示的网站", "url": "http://jsfiddle.net/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/11043997?s=200&v=4", "name": "jsperf", "desc": "jsPerf旨在提供一种简单的方法来创建和共享测试用例,通过运行基准测试来比较不同JavaScript代码段的性能", "url": "https://jsperf.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/jsperf/jsperf.com" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://codesandbox.io/favicon.ico", "name": "codesandbox", "desc": "codesandbox是为Web应用程序定制的在线编辑器。", "url": "https://codesandbox.io", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://htmlreference.io/favicons/favicon-32x32.png", "name": "HTML Reference", "desc": "所有HTML元素和属性的免费指南参考", "url": "https://htmlreference.io/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://static.jsbin.com/images/dave.min.svg", "name": "jsbin", "desc": "一个轻量级的html/css/js在线编辑器Debug调试器", "url": "https://jsbin.com/juduyibeku/edit?html,css,js,console,output", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "http://www.jsfuck.com/favicon.ico", "name": "jsfuck", "desc": "JSFuck是基于JavaScript原子部分的深奥和教育性编程风格。它仅使用六个不同的字符来编写和执行代码。", "url": "http://www.jsfuck.com/", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" } ], "createdAt": "" }, { "title": "CSS", "icon": "https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/css/css.png", "nav": [ { "title": "CSS", "nav": [ { "icon": "https://getbootstrap.com/docs/4.5/assets/img/favicons/favicon.ico", "name": "Bootstrap", "desc": "Bootstrap 是一个用于快速开发 Web 应用程序和网站的前端框架", "url": "http://getbootstrap.com/", "urls": { "英文": "http://getbootstrap.com/", "中文": "http://www.bootcss.com/", "GitCode": "https://gitcode.net/mirrors/twbs/bootstrap" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/317889?s=200&v=4", "name": "Sass", "desc": "Sass 是成熟、稳定、强大的 CSS 扩展语言", "url": "http://sass-lang.com/", "urls": { "英文": "http://sass-lang.com/", "中文": "http://sass.bootcss.com/", "GitCode": "https://gitcode.net/mirrors/sass/sass" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/3538330?s=200&v=4", "name": "Less", "desc": "Less 是一门 CSS 预处理语言,它扩展了 CSS 语言,增加了变量、Mixin、函数等特性", "url": "http://lesscss.org/", "urls": { "英文": "http://lesscss.org/", "中文": "http://lesscss.cn/", "GitCode": "https://gitcode.net/mirrors/less/less.js" }, "createdAt": "", "rate": 5, "top": false }, { "name": "magic", "desc": "CSS3动画特效", "url": "https://minimamente.com/example/magic_animations/", "urls": { "GitCode": "https://gitcode.net/mirrors/miniMAC/magic" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars3.githubusercontent.com/u/64791939?s=200&v=4", "name": "Animate.css", "desc": "CSS动画的跨浏览器库,简单易用", "url": "https://daneden.github.io/animate.css/", "urls": { "GitCode": "https://gitcode.net/mirrors/animate-css/animate.css" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "http://necolas.github.io/normalize.css/favicon.ico", "name": "normalize.css", "desc": "使浏览器更加一致地呈现所有元素并符合现代标准。它只针对需要规范化的样式", "url": "http://necolas.github.io/normalize.css/", "urls": { "GitCode": "https://gitcode.net/mirrors/necolas/normalize.css" }, "createdAt": "", "rate": 5, "top": false }, { "name": "Hover", "desc": "CSS3动力悬停效果的集合,适用于链接,按钮,徽标,SVG,特色图像等", "url": "http://ianlunn.github.io/Hover/", "urls": { "GitCode": "https://gitcode.net/mirrors/IanLunn/Hover" }, "createdAt": "", "rate": 5, "top": false }, { "name": "github-markdown-css", "desc": "复制GitHub Markdown样式的最小CSS量", "url": "https://sindresorhus.com/github-markdown-css/", "urls": { "GitCode": "https://gitcode.net/mirrors/sindresorhus/github-markdown-css" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/8296347?s=200&v=4", "name": "autoprefixer", "desc": "Autoprefixer是一款自动管理浏览器前缀的插件,它可以解析CSS文件并且添加浏览器前缀到CSS内容里", "url": "https://github.com/postcss/autoprefixer", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "http://vivify.mkcreative.cz/assets/img/apple-icon-57x57.png", "name": "vivify", "desc": "Vivify是免费的CSS动画库。", "url": "http://vivify.mkcreative.cz/", "urls": { "GitCode": "https://gitcode.net/mirrors/Martz90/vivify" }, "createdAt": "", "rate": 5, "top": false }, { "name": "cubic-bezier", "desc": "在线制作CSS动画", "url": "https://cubic-bezier.com", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" }, { "title": "图标库", "nav": [ { "icon": "http://www.iconfont.cn/favicon.ico", "name": "iconfont", "desc": "阿里妈妈MUX倾力打造的矢量图标管理、交流平台", "url": "http://www.iconfont.cn/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/1505683?s=200&v=4", "name": "Font Awesome", "desc": "一套绝佳的图标字体库和CSS框架", "url": "https://fontawesome.com/", "urls": { "英文": "https://fontawesome.com/", "中文": "http://www.fontawesome.com.cn/", "GitCode": "https://gitcode.net/mirrors/FortAwesome/Font-Awesome" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://livicons.com/apple-icon-57x57.png", "name": "LivIcons Evolution", "desc": "会动的纯svg矢量图标库", "url": "https://livicons.com/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/3171503?s=200&v=4", "name": "ionicons", "desc": "适用于Ionic Framework和Web应用程序的高级图标字体", "url": "https://ionicons.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/ionic-team/ionicons" }, "createdAt": "", "rate": 5, "top": false }, { "name": "material-design-icons", "desc": "Google的Material Design图标", "url": "https://material.io/tools/icons", "urls": { "GitCode": "https://gitcode.net/mirrors/google/material-design-icons" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "资源", "nav": [ { "icon": "https://cssbattle.dev/images/logo-square.png", "name": "css battle", "desc": "在线比拼CSS", "url": "https://cssbattle.dev/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "http://zh.learnlayout.com/images/logo.png", "name": "学习CSS布局", "desc": "学习CSS布局", "url": "http://zh.learnlayout.com/", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" } ], "createdAt": "" }, { "title": "TypeScript", "icon": "https://www.typescriptlang.org/favicon-32x32.png", "nav": [ { "title": "TypeScript", "nav": [ { "name": "TypeScript", "desc": "TypeScript 是一种由微软开发的自由和开源的编程语言,它是JavaScript的一个超集", "url": "https://www.tslang.cn/index.html", "urls": { "英文": "http://www.typescriptlang.org/", "中文": "https://www.tslang.cn/index.html", "GitCode": "https://gitcode.net/mirrors/Microsoft/TypeScript" }, "createdAt": "", "rate": 5, "top": false }, { "name": "TypeSearch", "desc": "搜索typescript 类型包 @types/node", "url": "https://microsoft.github.io/TypeSearch/", "urls": { "GitCode": "https://gitcode.net/mirrors/Microsoft/TypeSearch" }, "createdAt": "", "rate": 5, "top": false }, { "name": "DefinitelyTyped", "desc": "高质量TypeScript类型定义的存储库", "url": "http://definitelytyped.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/DefinitelyTyped/DefinitelyTyped" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars0.githubusercontent.com/u/46634674?s=200&v=4", "name": "typescript-eslint", "desc": "Monorepo用于所有工具,使ESLint能够支持TypeScript", "url": "https://github.com/typescript-eslint/typescript-eslint", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "awesome-typescript", "desc": "用于客户端和服务器端开发的强大TypeScript资源的集合。在TypeScript中编写精彩的JavaScript", "url": "https://github.com/dzharii/awesome-typescript", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "TypeScript 入门教程", "desc": "TypeScript 入门教程", "url": "https://ts.xcatliu.com/", "urls": { "GitCode": "https://gitcode.net/mirrors/xcatliu/typescript-tutorial" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" } ], "createdAt": "" }, { "title": "参考资料", "icon": "https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png", "nav": [ { "title": "书籍", "nav": [ { "name": "JavaScript 20 年", "desc": "JavaScript 20 年", "url": "https://cn.history.js.org/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "你不知道的JavaScript", "desc": "你不知道的JavaScript", "url": "https://github.com/getify/You-Dont-Know-JS", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://zh.javascript.info/img/favicon/favicon.png", "name": "现代 JavaScript 教程", "desc": "以最新的 JavaScript 标准为基准。通过简单但足够详细的内容,为你讲解从基础到高阶的 JavaScript 相关知识", "url": "https://zh.javascript.info/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "ECMAScript 6入门", "desc": "ECMAScript 6入门", "url": "http://es6.ruanyifeng.com/#README", "urls": { "GitCode": "https://gitcode.net/mirrors/ruanyf/es6tutorial/" }, "createdAt": "", "rate": 5, "top": false }, { "name": "JavaScript教程", "desc": "JavaScript 标准参考教程", "url": "https://wangdoc.com/javascript/basic/index.html", "urls": { "GitCode": "https://gitcode.net/mirrors/ruanyf/jstutorial" }, "createdAt": "", "rate": 5, "top": false } ], "createdAt": "" }, { "title": "文档", "nav": [ { "name": "JavaScript Puzzlers", "desc": "你真的了解JavaScript吗?来试试吧!", "url": "http://javascript-puzzlers.herokuapp.com/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/41361384?s=200&v=4", "name": "InterviewMap", "desc": "打造最好的面试图谱", "url": "https://yuchengkai.cn/docs/zh/", "urls": { "英文": "https://yuchengkai.cn/docs/", "中文": "https://yuchengkai.cn/docs/zh/", "GitCode": "https://gitcode.net/mirrors/InterviewMap/CS-Interview-Knowledge-Map" }, "createdAt": "", "rate": 5, "top": false }, { "name": "飞冰早报", "desc": "飞冰早报", "url": "http://fe.jskou.com/ice", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "jsdoc", "desc": "用于JavaScript的API文档生成器。", "url": "http://www.css88.com/doc/jsdoc/index.html", "urls": { "英文": "http://usejsdoc.org/", "中文": "http://www.css88.com/doc/jsdoc/index.html", "GitCode": "https://gitcode.net/mirrors/jsdoc3/jsdoc" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars3.githubusercontent.com/u/43479428?s=200&v=4", "name": "30 seconds of code", "desc": "精选的有用JavaScript代码段集合,您可以在30秒或更短的时间内理解这些代码段。", "url": "https://30secondsofcode.org/", "urls": { "GitCode": "https://gitcode.net/mirrors/30-seconds/30-seconds-of-code" }, "createdAt": "", "rate": 5, "top": false }, { "name": "33-js-concepts", "desc": "JavaScript开发者应懂的33个概念", "url": "https://github.com/stephentian/33-js-concepts", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/1725583?s=200&v=4", "name": "ECMAScript Proposals", "desc": "跟踪ECMAScript 提案", "url": "https://tc39.github.io/process-document/", "urls": { "GitCode": "https://gitcode.net/mirrors/tc39/proposals" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://avatars1.githubusercontent.com/u/1725583?s=200&v=4", "name": "ecma262", "desc": "ECMA-262的状态,流程和文档", "url": "https://tc39.es/ecma262/", "urls": { "GitCode": "https://gitcode.net/mirrors/tc39/ecma262" }, "createdAt": "", "rate": 5, "top": false }, { "icon": "https://bonsaiden.github.io/JavaScript-Garden/favicon.ico?v=2", "name": "JavaScript 秘密花园", "desc": "JavaScript 语言最古怪用法的文档集合", "url": "https://bonsaiden.github.io/JavaScript-Garden/zh/", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "Airbnb JavaScript 编码规范", "desc": "Airbnb JavaScript 编码规范", "url": "", "urls": { "英文": "https://gitcode.net/mirrors/airbnb/javascript", "中文": "https://gitcode.net/mirrors/yuche/javascript" }, "createdAt": "", "rate": 5, "top": false }, { "name": "Daily-Interview-Question", "desc": "工作日每天一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己", "url": "https://github.com/Advanced-Frontend/Daily-Interview-Question", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "name": "javascript-algorithms", "desc": "JavaScript 算法与数据结构", "url": "https://github.com/trekhleb/javascript-algorithms", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://avatars2.githubusercontent.com/u/26534952?s=200&v=4", "name": "weekly", "desc": "前端精读周刊", "url": "https://github.com/dt-fe/weekly", "createdAt": "", "urls": {}, "rate": 5, "top": false } ], "createdAt": "" } ], "createdAt": "" }, { "title": "有奖贡献", "nav": [ { "title": "邀请", "nav": [ { "icon": "", "name": "悬赏邀请补充当前板块内容", "desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉", "url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false } ], "collapsed": false, "createdAt": "" } ], "collapsed": false, "createdAt": "" } ], "id": 0, "createdAt": "" }, { "title": "人工智能", "nav": [ { "title": "机器学习", "nav": [ { "nav": [ { "icon": "https://avatars.githubusercontent.com/u/15658638?s=200&v=4", "name": "tensorflow", "desc": "An Open Source Machine Learning Framework for Everyone", "url": "https://github.com/tensorflow/tensorflow", "createdAt": "", "urls": { "中文": "https://www.tensorflow.org/tutorials", "GitCode": "https://gitcode.net/mirrors/tensorflow/tensorflow" }, "rate": 5, "top": false }, { "icon": "https://avatars.githubusercontent.com/u/365630?s=200&v=4", "name": "scikit-learn", "desc": "scikit-learn is a Python module for machine learning built on top of SciPy and is distributed under the 3-Clause BSD license.", "url": "https://github.com/scikit-learn/scikit-learn", "createdAt": "", "urls": { "英文": "https://scikit-learn.org/stable/user_guide.html", "GitCode": "https://gitcode.net/mirrors/scikit-learn/scikit-learn" }, "rate": 5, "top": false }, { "icon": "https://avatars.githubusercontent.com/u/21003710?s=200&v=4", "name": "PyTorch", "desc": "An open source machine learning framework that accelerates the path from research prototyping to production deployment.", "url": "https://github.com/pytorch/pytorch", "createdAt": "", "urls": { "英文": "https://pytorch.org/tutorials/", "GitCode": "https://gitcode.net/mirrors/pytorch/pytorch" }, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" } ], "collapsed": false, "createdAt": "" }, { "title": "语音识别", "nav": [ { "nav":[ { "icon": "https://avatars.githubusercontent.com/u/11650082?s=200&v=4", "name": "Kaldi", "desc": "kaldi-asr/kaldi is the official location of the Kaldi project.", "url": "https://github.com/kaldi-asr/kaldi", "createdAt": "", "urls": { "英文": "http://kaldi-asr.org/doc/", "GitCode": "https://gitcode.net/mirrors/kaldi-asr/kaldi" }, "rate": 5, "top": false }, { "name": "DeepSpeech", "desc": "DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.", "url": "https://github.com/mozilla/DeepSpeech", "createdAt": "", "urls": { "英文": "https://deepspeech.readthedocs.io/en/r0.9/?badge=latest", "GitCode": "https://gitcode.net/mirrors/mozilla/DeepSpeech" }, "rate": 5, "top": false }, { "name": "PaddleSpeech", "desc": "A Speech Toolkit based on PaddlePaddle.", "url": "https://github.com/PaddlePaddle/PaddleSpeech", "createdAt": "", "urls": { "英文": "https://paddlespeech.readthedocs.io/en/latest/", "GitCode": "https://gitcode.net/mirrors/paddlepaddle/deepspeech" }, "rate": 5, "top": false } ] } ], "collapsed": false, "createdAt": "" }, { "title": "计算机视觉", "nav": [ { "nav": [ { "icon": "https://avatars.githubusercontent.com/u/5009934?s=200&v=4", "name": "opencv", "desc": "OpenCV: Open Source Computer Vision Library", "url": "https://github.com/opencv/opencv", "createdAt": "", "urls": { "英文": "https://docs.opencv.org/master/", "GitCode": "https://gitcode.net/opencv/opencv" }, "rate": 5, "top": false }, { "icon": "", "name": "OpenPose", "desc": "OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation", "url": "https://github.com/CMU-Perceptual-Computing-Lab/openpose", "createdAt": "", "urls": { "英文": "https://cmu-perceptual-computing-lab.github.io/openpose/web/html/doc/", "GitCode": "https://gitcode.net/mirrors/CMU-Perceptual-Computing-Lab/openpose" }, "rate": 5, "top": false }, { "icon": "", "name": "DensePose", "desc": "A real-time approach for mapping all human pixels of 2D RGB images to a 3D surface-based model of the body", "url": "https://github.com/facebookresearch/DensePose", "createdAt": "", "urls": { "英文": "http://densepose.org/", "GitCode": "https://gitcode.net/mirrors/facebookresearch/densepose" }, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" } ], "collapsed": false, "createdAt": "" }, { "title": "自然语言处理", "nav": [ { "nav": [ { "icon": "https://camo.githubusercontent.com/322f0474ab0e0976bc8922177b9c5c3cc656e8315ef8e47113a280ea00dba765/68747470733a2f2f6578706c6f73696f6e2e61692f6173736574732f696d672f6c6f676f2e737667", "name": "spaCy", "desc": "spaCy is a library for advanced Natural Language Processing in Python and Cython.", "url": "https://github.com/explosion/spaCy", "createdAt": "", "urls": { "英文": "https://spacy.io/usage/spacy-101/", "GitCode": "https://gitcode.net/mirrors/explosion/spaCy" }, "rate": 5, "top": false }, { "icon": "https://raw.githubusercontent.com/huggingface/transformers/master/docs/source/imgs/transformers_logo_name.png", "name": "transformers", "desc": "Transformers: State-of-the-art Natural Language Processing for Pytorch, TensorFlow, and JAX.", "url": "https://github.com/huggingface/transformers", "createdAt": "", "urls": { "英文": "https://huggingface.co/transformers/", "GitCode": "https://gitcode.net/mirrors/huggingface/transformers" }, "rate": 5, "top": false }, { "icon": "https://raw.githubusercontent.com/allenai/allennlp/main/docs/img/allennlp-logo-dark.png", "name": "allennlp", "desc": "An open-source NLP research library, built on PyTorch.", "url": "https://github.com/allenai/allennlp", "createdAt": "", "urls": { "英文": "https://guide.allennlp.org/", "GitCode": "https://gitcode.net/mirrors/allenai/allennlp" }, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" } ], "collapsed": false, "createdAt": "" }, { "title": "知识图谱", "nav": [ { "nav": [ { "icon": "", "name": "ownthink", "desc": "ownthink开源了史上最大规模的中文知识图谱", "url": "https://github.com/ownthink/KnowledgeGraphData", "createdAt": "", "urls": { "中文": "https://www.ownthink.com/docs/bot/", "GitCode": "https://gitcode.net/mirrors/ownthink/KnowledgeGraphData" }, "rate": 5, "top": false }, { "icon": "", "name": "neo4j", "desc": "Graphs for Everyone", "url": "https://github.com/neo4j/neo4j", "createdAt": "", "urls": { "中文": "https://neo4j.com/docs/", "GitCode": "https://gitcode.net/neo4j/neo4j" }, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" } ], "collapsed": false, "createdAt": "" }, { "title": "有奖贡献", "nav": [ { "title": "邀请", "nav": [ { "icon": "", "name": "悬赏邀请补充当前板块内容", "desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉", "url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false } ], "collapsed": false, "createdAt": "" } ], "collapsed": false, "createdAt": "" } ], "id": 0, "createdAt": "" }, { "title": "数据库", "nav": [ { "title": "关系数据库", "nav": [ { "title": "", "nav": [ { "icon": "", "name": "MySQL", "desc": "MySQL 是最流行的关系型数据库管理系统,在 WEB 应用方面 MySQL 是最好的 RDBMS(Relational Database Management System:关系数据库管理系统)应用软件之一。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/mysql/mysql-server" }, "rate": 5, "top": false }, { "icon": "", "name": "PostgreSQL", "desc": "PostgreSQL是一个免费的对象关系型数据库管理系统", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/postgres/postgres" }, "rate": 5, "top": false }, { "icon": "", "name": "SQLite", "desc": "SQLite是一个进程内的库,实现了自给自足的、无服务器的、零配置的、事务性的 SQL 数据库引擎。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/sqlite/sqlite/" }, "rate": 5, "top": false }, { "icon": "", "name": "MariaDB", "desc": "MariaDB数据库管理系统是MySQL的一个分支,主要由开源社区在维护,采用GPL授权许可。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/MariaDB/server" }, "rate": 5, "top": false }, { "icon": "", "name": "Hive", "desc": "hive是基于Hadoop的一个数据仓库工具,用来进行数据提取、转化、加载,这是一种可以存储、查询和分析存储在Hadoop中的大规模数据的机制。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/hive" }, "rate": 5, "top": false }, { "icon": "", "name": "ClickHouse", "desc": "ClickHouse 是开源的用于在线分析处理查询的列式存储数据库,能够使用SQL查询实时生成分析数据报告。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/ClickHouse/ClickHouse" }, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "2021-11-21T13:06:06.671Z" } ], "collapsed": false, "createdAt": "" }, { "title": "Key-Value 数据库", "nav": [ { "title": "", "nav": [ { "icon": "", "name": "Redis", "desc": "Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/redis/redis" }, "rate": 5, "top": false }, { "icon": "", "name": "Memcached", "desc": "Memcached 是一种高性能多线程基于内存的key-value存储,旨在用于分布式系统。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/memcached/memcached" }, "rate": 5, "top": false }, { "icon": "", "name": "Hazelcast", "desc": "Hazelcast作为一个高度可扩展的数据分发和集群平台,提供了高效的、可扩展的分布式数据存储、数据缓存。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/hazelcast/hazelcast" }, "rate": 5, "top": false }, { "icon": "", "name": "Etcd", "desc": "Etcd是一个分布式的、高可用的、一致的key-value存储数据库,基于Go语言实现,主要用于共享配置和服务发现。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/etcd-io/etcd" }, "rate": 5, "top": false }, { "icon": "", "name": "hCache", "desc": "EhCache是一个纯Java的进程内缓存框架,具有快速、精干等特点。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/ehcache/ehcache3" }, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" } ], "collapsed": false, "createdAt": "2021-11-21T13:06:06.671Z" }, { "title": "文档数据库", "nav": [ { "title": "", "nav": [ { "icon": "", "name": "MongoDB", "desc": "MongoDB是一个基于分布式文件存储的数据库。MongoDB是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "2021-11-21T13:06:06.671Z", "urls": { "GitCode": "https://gitcode.net/mirrors/mongodb/mongo" }, "rate": 5, "top": false }, { "icon": "", "name": "CouchDB", "desc": "CouchDB是由Apache软件基金会开发的一个开源数据库。重点是易于使用,拥抱网络。它是一个NoSQL文档存储数据库", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "2021-11-21T13:06:06.671Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/couchdb" }, "rate": 5, "top": false }, { "icon": "", "name": "Marklogic", "desc": "Marklogic主要存储JSON和XML文档数据。在NoSQL数据库中,文档模型最流行, 它可以解决许多关系型数据库无法处理的问题。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "2021-11-21T13:06:06.671Z", "urls": {}, "rate": 5, "top": false }, { "icon": "", "name": "Google Cloud Firestore", "desc": "灵活且可扩缩的 NoSQL 云端数据库存储和同步数据", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "2021-11-21T13:06:06.671Z", "urls": { "GitCode": "https://gitcode.net/mirrors/googleapis/nodejs-firestore" }, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "" } ], "collapsed": false, "createdAt": "2021-11-21T13:06:06.671Z" }, { "title": "时序数据库", "nav": [ { "title": "", "nav": [ { "icon": "", "name": "InfluxDB", "desc": "InfluxDB是一个用于存储和分析时间序列数据的开源数据库。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "2021-11-21T13:06:06.671Z", "urls": { "GitCode": "https://gitcode.net/mirrors/influxdata/influxdb" }, "rate": 5, "top": false }, { "icon": "", "name": "Kdb+", "desc": "Kdb+旨在捕获,分析,比较和存储数据-所有这些都是高速和大量数据。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "2021-11-21T13:06:06.671Z", "urls": { "GitCode": "https://gitcode.net/mirrors/KxSystems/kdb" }, "rate": 5, "top": false }, { "icon": "", "name": "Prometheus", "desc": "Prometheus存储的是时序数据,即按相同时序(相同名称和标签),以时间维度存储连续的数据的集合。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "2021-11-21T13:06:06.671Z", "urls": { "GitCode": "https://gitcode.net/mirrors/prometheus/prometheus" }, "rate": 5, "top": false }, { "icon": "", "name": "Graphite", "desc": "Graphite是一个开源实时的、显示时间序列度量数据的图形系统。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "2021-11-21T13:06:06.671Z", "urls": { "GitCode": "https://gitcode.net/mirrors/graphite-project/graphite-web" }, "rate": 5, "top": false }, { "icon": "", "name": "TimescaleDB", "desc": "TimescaleDB是基于PostgreSQL的时序数据库插件,完全继承了PostgreSQL的功能,TimescaleDB是一个开放源代码的时间序列数据库,针对快速提取和复杂查询进行了优化。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "2021-11-21T13:06:06.671Z", "urls": { "GitCode": "https://gitcode.net/mirrors/timescale/timescaledb" }, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "2021-11-21T13:06:06.671Z" } ], "collapsed": false, "createdAt": "2021-11-21T13:06:06.671Z" }, { "title": "图数据库", "nav": [ { "title": "", "nav": [ { "icon": "", "name": "Neo4j", "desc": "Neo4j是一个高性能的,NOSQL图形数据库,它是一个嵌入式的、基于磁盘的、具备完全的事务特性的Java持久化引擎,但是它将结构化数据存储在网络上而不是表中", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "2021-11-21T13:06:06.671Z", "urls": { "GitCode": "https://gitcode.net/neo4j/neo4j" }, "rate": 5, "top": false }, { "icon": "", "name": "ArangoDB", "desc": "ArangoDB是一个原生多模型数据库,兼有key/value键/值对、graph图和document文档数据模型,提供了涵盖三种数据模型的统一的数据库查询语言,并允许在单个查询中混合使用三种模型。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "2021-11-21T13:06:06.671Z", "urls": { "GitCode": "https://gitcode.net/mirrors/arangodb/arangodb" }, "rate": 5, "top": false }, { "icon": "", "name": "OrientDB", "desc": "OrientDB是一个开源NoSQL数据库管理系统。 NoSQL数据库提供了一种用于存储和检索引用除表式数据之外的数据(例如文档数据或图形数据)的NO关系或非关系数据的机制。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "2021-11-21T13:06:06.671Z", "urls": { "GitCode": "https://gitcode.net/mirrors/orientechnologies/orientdb" }, "rate": 5, "top": false }, { "icon": "", "name": "JanusGraph", "desc": "JanusGraph是分布式,开源,可大规模扩展的图形数据库", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "2021-11-21T13:06:06.671Z", "urls": { "GitCode": "https://gitcode.net/mirrors/janusgraph/janusgraph" }, "rate": 5, "top": false }, { "icon": "", "name": "Dgraph", "desc": "Dgraph是可扩展的,分布式的,低延迟图形数据库", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "2021-11-21T13:06:06.671Z", "urls": { "GitCode": "https://gitcode.net/mirrors/dgraph-io/dgraph" }, "rate": 5, "top": false } ], "collapsed": false, "createdAt": "2021-11-21T13:06:06.671Z" } ], "collapsed": false, "createdAt": "2021-11-21T13:06:06.671Z" }, { "title": "有奖贡献", "nav": [ { "title": "邀请", "nav": [ { "icon": "", "name": "悬赏邀请补充当前板块内容", "desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉", "url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false } ], "collapsed": false, "createdAt": "2021-11-21T13:06:06.671Z" } ], "collapsed": false, "createdAt": "2021-11-21T13:06:06.671Z" } ], "id": 0, "createdAt": "2021-11-21T13:06:06.671Z" }, { "title": "操作系统/芯片", "nav": [ { "title": "操作系统", "nav": [ { "title": "", "nav": [ { "icon": "", "name": "Linux", "desc": "Linux,全称GNU/Linux,是一套免费使用和自由传播的类Unix操作系统,是一个基于POSIX的多用户、多任务、支持多线程和多CPU的操作系统。", "url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "", "name": "Android", "desc": "安卓(Android)是一种基于Linux内核(不包含GNU组件)的自由及开放源代码的操作系统。主要使用于移动设备,如智能手机和平板电脑。", "url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "", "name": "Ubuntu", "desc": "Ubuntu是一个以桌面应用为主的Linux操作系统,Ubuntu基于Debian发行版和Gnome桌面环境,而从11.04版起,Ubuntu发行版放弃了Gnome桌面环境,改为Unity。", "url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "https://img-community.csdnimg.cn/avatar/3065baa3d0bf46f5ac557b2fb7cda287.png?x-oss-process=image/resize,m_fixed,h_88,w_88", "name": "OpenHarmony", "desc": "OpenHarmony是开放原子开源基金会上的一个孵化项目,目标是支持可在多种终端设备上运行。既可运行在百KB级别的资源受限设备和穿戴类设备上,也可运行在百MB级别的智能家用摄像头、行车记录仪等相对资源丰富的设备上,以及GB级别的智能电视等设备上。", "url": "https://bbs.csdn.net/forums/harmonyos?category=16", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "", "name": "CentOS", "desc": "CentOS Linux发行版是一个稳定的,可预测的,可管理的和可复现的平台。", "url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "", "urls": {}, "rate": 5, "top": false }, { "icon": "", "name": "Chromium OS", "desc": "Chromium OS是一款轻量型、云计算为主的操作系统。", "url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "", "urls": {}, "rate": 3, "top": false } ], "collapsed": false, "createdAt": "" } ], "collapsed": false, "createdAt": "" }, { "title": "芯片", "nav": [ ], "collapsed": false, "createdAt": "" }, { "title": "有奖贡献", "nav": [ { "title": "邀请", "nav": [ { "icon": "", "name": "悬赏邀请补充当前板块内容", "desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉", "url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false } ], "collapsed": false, "createdAt": "" } ], "collapsed": false, "createdAt": "" } ], "id": 0, "createdAt": "" }, { "title": "云原生", "nav": [ { "title": "容器", "nav": [ { "nav":[ { "name": "Kubernetes", "desc": "最受欢迎的容器编排平台和第一个 CNCF项目,也称为K8s,是一个开源系统,用于自动化容器化应用程序的部署,扩展和管理。", "url": "https://gitcode.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false }, { "name": "Prometheus", "desc": "由谷歌研发的一款开源的监控软件,为云原生应用程序提供实时监控、警报和时间序列数据库功能,有强大的查询和可视化能力,并与许多流行的开源数据导入、导出工具集成, 与 Kubernetes结合使用,它已经成为监控基于容器的基础设施的标准。", "url": "https://gitcode.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false }, { "name": "Containerd", "desc": "由 Docker 开发并基于 Docker Engine 运行时的工业级标准容器运行时组件,使用Go语言编写,着重于简单性,健壮性和可移植性,Containerd 可以在宿主机中管理完整的容器生命周期:容器镜像的传输和存储、容器的执行和管理、存储和网络等。", "url": "https://gitcode.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false } ] } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "安全", "nav": [ { "nav":[ { "name": "Parsec", "desc": "可信计算", "url": "https://gitcode.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false }, { "name": "Dex", "desc": "Dex是一种身份服务,使用OpenID Connect来驱动其他应用的身份验证。", "url": "https://gitcode.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false }, { "name": "Curiefense", "desc": "用于 Web 与 API 防护", "url": "https://gitcode.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false } ] } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "有奖贡献", "nav": [ { "title": "邀请", "nav": [ { "name": "悬赏邀请补充当前板块内容", "desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉", "url": "https://gitcode.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "id": 0, "createdAt": "" }, { "title": "大数据", "nav": [ { "title": "大数据计算与分析", "nav": [ { "title": "大数据计算服务", "nav": [ { "name": "Hadoop", "desc": "Apache Hadoop以其巨大的大规模处理数据能力而成为大数据行业中最著名和最常用的工具", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/hadoop" }, "top": false }, { "name": "Spark", "desc": "Apache Spark 是一种与 Hadoop 相似的开源集群计算环境", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/spark" }, "top": false }, { "name": "Disco", "desc": "Disco 是一种分布式计算框架包括一种分布式文件系统以及支持数十亿个键和值的数据库", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/discoproject/disco" }, "top": false }, { "name": "HPCC", "desc": "HPCC是一个速度非常快,扩展性超强的大数据平台", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/hpcc-systems/HPCC-Platform" }, "top": false }, { "name": "HBase", "desc": "HBase是一个高可靠性、高性能、面向列、可伸缩的分布式存储系统", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/hbase" }, "top": false }, { "name": "HDFS", "desc": "Hadoop分布式文件系统(HDFS)是面向Hadoop的文件系统", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "英文": "https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html" }, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "开发平台", "nav": [ { "name": "Pig", "desc": "Apache Pig是一种面向分布式大数据分析的平台", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/pig" }, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "编程模型", "nav": [ { "name": "MapReduce", "desc": "MapReduce这种编程模型为处理大型分布式数据集提供了一种方法", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://codechina.csdn.net/mirrors/apache/hadoop-mapreduce" }, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "实时数仓", "nav": [ { "name": "Hive", "desc": "Apache Hive是面向Hadoop生态系统的数据仓库,用户可以使用HiveQL查询和管理大数据", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/hive" }, "top": false }, { "name": "Storm", "desc": "Apache Storm是一个免费开源、分布式、高容错的实时计算系统", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/hive" }, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "检索分析", "nav": [ { "name": "ElasticSearch", "desc": "一个分布式、支持多用户的全文搜索引擎", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/elastic/elasticsearch" }, "top": false }, { "name": "Lucene", "desc": "基于Java的Lucene可以非常迅速地执行全文搜索", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/lucene" }, "top": false }, { "name": "Solr", "desc": "Solr基于Apache Lucene,是一种高度可靠、高度扩展的企业搜索平台", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/solr" }, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "实时计算", "nav": [ { "name": "Flink", "desc": "Flink是分布式、高性能、随时可以用以及准确的流处理应用程序打造的开源流处理框架", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/flink" }, "top": false }, { "name": "Ignite", "desc": "用于对大规模数据集执行实时计算和处理", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/ignite" }, "top": false }, { "name": "Drill", "desc": "Apache Drill是一个能够对大数据进行实时的分布式查询引擎", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/drill" }, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "日志服务", "nav": [ { "name": "Flume", "desc": "Flume可以从其他应用程序收集日志数据,然后将这些数据送入到Hadoop", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/flume" }, "top": false }, { "name": "Chukwa", "desc": "可以收集来自大型分布式系统的数据,用于监控", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/flume" }, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "数据库/数据仓库", "nav": [ { "nav": [ { "name": "Blazegraph", "desc": "Blazegraph 是一种高度扩展、高性能的数据库", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/blazegraph/database" }, "top": false }, { "name": "Cassandra", "desc": "Cassandra是一套开源分布式NoSQL数据库系统", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/cassandra" }, "top": false }, { "name": "CouchDB", "desc": "Apache CouchDB 是一个面向文档的数据库管理系统", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/couchdb" }, "top": false }, { "name": "FlockDB", "desc": "Apache CouchDB 是一个面向文档的数据库管理系统", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/couchdb" }, "top": false }, { "name": "Impala", "desc": "Apache Impala 是cloudera提供的一款高效率的sql查询工具,提供实时的查询效果", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/impala" }, "top": false }, { "name": "MongoDB", "desc": "MongoDB 是一个介于关系数据库和非关系数据库之间的产品", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/mongodb/mongo" }, "top": false }, { "name": "Neo4j", "desc": "Neo4j是一个高性能的,NOSQL图形数据库", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/neo4j/neo4j" }, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "智能搜索与推荐", "nav": [ { "nav": [ { "name": "Hivemall", "desc": "hivemall是基于hive udf的机器学习算法工具", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://github.com/apache/incubator-hivemall" }, "top": false }, { "name": "Mahout", "desc": "提供了可扩展的机器学习领域经典算法的实现,帮助开发人员更加方便快捷地创建智能应用程序", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://github.com/apache/mahout" }, "top": false }, { "name": "BIRT", "desc": "BIRT 是一种平台可用于制作可以嵌入到应用程序和网站中的可视化元素及报表", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/eclipse/birt" }, "top": false }, { "name": "Pentaho", "desc": "Pentaho是世界上最流行的开源商务智能软件", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/eclipse/birt" }, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "大数据应用与可视化", "nav": [ { "nav": [ { "name": "Pandas", "desc": "Pandas项目包括基于Python编程语言的数据结构和数据分析工具", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/pandas-dev/pandas" }, "top": false }, { "name": "Pentaho", "desc": "Pentaho是世界上最流行的开源商务智能软件", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/pentaho" }, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "工具与服务", "nav": [ { "nav": [ { "name": "Avro", "desc": "avro是RPC和数据序列化系统(data serialization system),使用JSON定义数据类型及通信协议", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/avro" }, "top": false }, { "name": "Cascading", "desc": "Cascading是一个数据处理的API和查询处理计划,用于定义,共享数据处理工作流", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/Cascading/cascading" }, "top": false }, { "name": "Zookeeper", "desc": "可用于维护配置信息、命名、提供分布式同步以及提供群组服务", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/zookeeper" }, "top": false }, { "name": "Ambari", "desc": "提供了基于Web的直观界面,可用于配置、管理和监控Hadoop集群", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/ambari" }, "top": false }, { "name": "Oozie", "desc": "Oozie是一个工作流调度系统用来管理 Hadoop 任务", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/oozie" }, "top": false }, { "name": "Sqoop", "desc": "Apache Sqoop是在Hadoop生态体系和RDBMS体系之间传送数据的一种工具", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/sqoop" }, "top": false }, { "name": "Tez", "desc": "Tez 是一个针对Hadoop数据处理应用程序的新分布式执行框架", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/tez" }, "top": false }, { "name": "Kettle", "desc": "Kettle是一个ETL工具集,它允许你管理来自不同数据库的数据", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/pentaho/pentaho-kettle" }, "top": false }, { "name": "Azkaban", "desc": "Azkaban是由linked开源的一个批量工作流任务调度器", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/azkaban/azkaban" }, "top": false }, { "name": "Mesos", "desc": "Mesos是Apache下的开源分布式资源管理框架,它被称为是分布式系统的内核", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/apache/mesos" }, "top": false }, { "name": "Sentry", "desc": "Sentry 是一个开源的实时错误报告工具", "url": "#", "icon": "", "createdAt": "2021-01-23T01:32:06.423Z", "urls": { "GitCode": "https://gitcode.net/mirrors/getsentry/sentry" }, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "有奖贡献", "nav": [ { "title": "邀请", "nav": [ { "name": "悬赏邀请补充当前板块内容", "desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉", "url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "id": 0, "createdAt": "" }, { "title": "物联网", "nav": [ { "title": "物联网操作系统", "nav": [ { "title": "", "nav": [ { "name": "RT-Thread", "desc": "RT-Thread诞生于2006年,是一款以开源、中立、社区化发展起来的物联网操作系统", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/rt-thread/rt-thread" }, "rate": 0, "top": false }, { "name": "TencentOS-tiny", "desc": "TencentOS tiny 是腾讯面向物联网领域开发的实时操作系统,具有低功耗,低资源占用,模块化,安全可靠等特点,可有效提升物联网终端产品开发效率", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/OpenAtomFoundation/TencentOS-tiny" }, "rate": 0, "top": false }, { "name": "LiteOS", "desc": "Huawei LiteOS是华为面向物联网领域开发的一个基于实时内核的轻量级操作系统", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/LiteOS/LiteOS" }, "rate": 0, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "物联网应用", "nav": [ { "title": "", "nav": [ { "name": "JetLinks", "desc": "JetLinks是一个全响应式的企业级物联网平台", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/jetlinks/jetlinks-community" }, "rate": 0, "top": false }, { "name": "DG-IoT", "desc": "DGIOT 是国内首款轻量级开源工业物联网持续集成平台", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/dgiot/dgiot" }, "rate": 0, "top": false }, { "name": "TDengine", "desc": "TDengine是涛思数据专为物联网、车联网、工业互联网、IT运维等设计和优化的大数据平台", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/taosdata/tdengine" }, "rate": 0, "top": false }, { "name": "IoTSharp", "desc": "IoTSharp是一个基于.Net Core开源的物联网基础平台", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://codechina.csdn.net/iotsharp/IoTSharp" }, "rate": 0, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "有奖贡献", "nav": [ { "title": "邀请", "nav": [ { "name": "悬赏邀请补充当前板块内容", "desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉", "url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "id": 0, "createdAt": "" }, { "title": "区块链", "nav": [ { "title": "DeFi", "nav": [ { "title": "dApps", "nav": [ { "name": "Solana", "desc": "Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/solana-labs/solana" }, "rate": 5, "top": false }, { "name": "RxDb", "desc": "A realtime Database for JavaScript Applications", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/pubkey/rxdb" }, "rate": 5, "top": false }, { "name": "Squeezer", "desc": "Squeezer Framework - Build serverless dApps", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/SqueezerIO/squeezer" }, "rate": 5, "top": false }, { "name": "Hardhat", "desc": "Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/nomiclabs/hardhat" }, "rate": 5, "top": false }, { "name": "精通以太坊", "desc": "精通以太坊 (中文版)", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/inoutcode/ethereum_book" }, "rate": 5, "top": false }, { "name": "Web3Modal", "desc": "A single Web3 / Ethereum provider solution for all Wallets", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/Web3Modal/web3modal" }, "rate": 5, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "Layer2", "nav": [ { "title": "状态通道", "nav": [ { "name": "Raiden Network", "desc": "Fast, cheap, scalable token transfers for Ethereum", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/raiden-network/raiden" }, "rate": 5, "top": false }, { "name": "Celer Network", "desc": "Ethereum smart contracts that power the Matic Network", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/maticnetwork/contracts" }, "rate": 5, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "侧链", "nav": [ { "name": "SKALE", "desc": "A multichain network composed of an unlimited number of secure, decentralized, high-performance Ethereum Native Blockchains", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/skalenetwork/skale-network" }, "rate": 5, "top": false }, { "name": "Injective Protocol", "desc": "Building the future of decentralized exchange", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/InjectiveLabs/injective-dex" }, "rate": 5, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "Plasma", "nav": [ { "name": "Matic network", "desc": "Ethereum smart contracts that power the Matic Network", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/maticnetwork/contracts" }, "rate": 5, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "Optimistic Rollup", "nav": [ { "name": "Synthetix", "desc": "Synthetix Solidity smart contracts", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/Synthetixio/synthetix" }, "rate": 5, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "ZK Rollup", "nav": [ { "name": "ZKSwap", "desc": "ZKSwap is a layer2 AMM dex based on ethereum", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/l2labs/zkswap-contracts" }, "rate": 5, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "Validium", "nav": [ { "name": "dYdX", "desc": "dYdX V2 Margin Trading Protocol", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/dydxprotocol/solo" }, "rate": 5, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "Arbitrum Rollup", "nav": [ { "name": "Arbitrum", "desc": "Powers fast, private, decentralized applications", "icon": "https://avatars.githubusercontent.com/u/43838009?s=200&v=4", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/OffchainLabs/arbitrum" }, "rate": 5, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "NFT", "nav": [ { "nav": [ { "name": "Metaplex", "desc": "Protocol and application framework for decentralized NFT minting, storefronts, and sales", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/metaplex-foundation/metaplex" }, "rate": 5, "top": false }, { "name": "The Sandbox", "desc": "The Sandbox is a user-generated content (UGC) gaming platform", "url": "#", "icon": "https://avatars.githubusercontent.com/u/63786662?s=200&v=4", "urls": { "GitCode": "https://gitcode.net/mirrors/thesandboxgame/sandbox-smart-contracts" }, "rate": 5, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "Polkadot", "nav": [ { "nav": [ { "name": "Polkadot", "desc": "Polkadot Node Implementation", "url": "#", "urls": { "GitCode": "https://gitcode.net/mirrors/paritytech/polkadot" }, "rate": 5, "top": false }, { "name": "Substrate", "desc": "Substrate is a next-generation framework for blockchain innovation", "url": "#", "icon": "", "urls": { "GitCode": "https://gitcode.net/mirrors/paritytech/substrate" }, "rate": 5, "top": false }, { "name": "Acala", "desc": "Cross-chain DeFi hub and stablecoin based on Substrate for Polkadot and Kusama", "url": "#", "icon": "", "urls": { "GitCode": "https://gitcode.net/mirrors/AcalaNetwork/Acala" }, "rate": 5, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "经典项目", "nav": [ { "nav": [ { "name": "Ethereum", "desc": "以太坊(Ethereum)是一个建立在区块链技术之上, 去中心化应用平台。", "url": "#", "icon": "https://avatars.githubusercontent.com/u/6250754?s=200&v=4", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/ethereum/go-ethereum" }, "rate": 0, "top": false }, { "name": "EOSIO", "desc": "The Most Powerful Infrastructure for Decentralized Applications", "url": "#", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/EOSIO/eos" }, "rate": 0, "top": false },{ "name": "IOTA", "desc": "IOTA's New Wallet", "url": "#", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/iotaledger/firefly" }, "rate": 0, "top": false }, { "name": "BTS", "desc": "BitShares Blockchain implementation and command-line interface", "url": "#", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/bitshares/bitshares-core" }, "rate": 0, "top": false }, { "name": "Metaverse", "desc": "The Metaverse individual chain service ETP coin and immutable data space for Hyperspace", "url": "#", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/mvs-org/metaverse" }, "rate": 0, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "有奖贡献", "nav": [ { "title": "邀请", "nav": [ { "name": "悬赏邀请补充当前板块内容", "desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉", "url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "id": 0, "createdAt": "" }, { "title": "企业应用", "nav": [ { "title": "任务/项目管理", "nav": [ { "title": "", "nav": [ { "name": "hsweb-framework", "desc": "hsweb是一个基于spring-boot 2.x开发 ,首个使用全响应式编程的企业级后台管理系统基础项目。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/hs-web/hsweb-framework" }, "rate": 0, "top": false }, { "name": "mall", "desc": "mall项目是一套电商系统,包括前台商城系统及后台管理系统", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/macrozheng/mall" }, "rate": 0, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "企业应用系统", "nav": [ { "title": "", "nav": [ { "name": "华夏ERP", "desc": "华夏ERP基于SpringBoot框架和SaaS模式,立志为中小企业提供开源好用的ERP软件,目前专注进销存+财务功能。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/jishenghua/jshERP" }, "rate": 0, "top": false }, { "name": "微人事", "desc": "微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/lenve/vhr" }, "rate": 0, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "BI-商业智能", "nav": [ { "title": "", "nav": [ { "name": "睿思BI", "desc": "睿思BI-数据仪表盘,开源商业智能,数据可视化系统", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/ruisibi/rsbi-pom" }, "rate": 0, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "电商/金融/股票证券", "nav": [ { "title": "", "nav": [ { "name": "ShopXO开源商城", "desc": "ShopXO国内领先企业级免费开源电商系统!求实进取、创新专注、自主研发、国内领先企业级电商系统解决方案。遵循MIT开源协议发布,无需授权、可商用、可二次开发、满足99%的电商运营需求。支持PC+H5、支付宝小程序、微信小程序、百度小程序、头条&抖音小程序、QQ小程序、APP等...支持多仓库、多商户模式运营(组件插件化、即插即用),可视化DIY拖拽装修。", "url": "https://bbs.csdn.net/forums/shopxo", "createdAt": "官方", "urls": { "GitCode": "https://gitcode.net/zongzhige/shopxo" }, "rate": 0, "top": false }, { "name": "Vnpy", "desc": "基于Python的开源量化交易平台开发框架", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/vnpy/vnpy" }, "rate": 0, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "CRM/SCRM", "nav": [ { "title": "", "nav": [ { "name": "LinkWeChat", "icon": "https://link-wechat-1251309172.cos.ap-nanjing.myqcloud.com/2021/11/25/d4c1ca85-b4b4-4473-ae99-3d0e7ee7bf7e.png", "desc": "基于人工智能的企业微信 SCRM 系统——LinkWeChat基于企业微信开放能力,不仅集成了企微基础的客户管理和后台管理功能,而且通过引流获客、客情维系、社群运营等灵活高效的客户运营模块,让客户与企业之间建立强链接关系,同时进一步通过多元化的客户营销工具,帮助企业提高客户运营效率,强化营销能力,拓展盈利空间,是企业私域流量管理与营销的综合解决方案。", "url": "https://gitcode.net/sxjiangdongqin/link-wechat", "createdAt": "项目官方", "urls": { "GitCode": "https://gitcode.net/sxjiangdongqin/link-wechat", "中文":"https://www.yuque.com/linkwechat/help" }, "rate": 5, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "GIS/地图/导航/定位", "nav": [ { "title": "", "nav": [ { "name": "vue-amap", "desc": "基于 Vue 2.x 和高德地图的地图组件", "url": "https://bbs.csdn.net/topics/603484031", "createdAt": "", "urls": { "GitCode": "https://gitcode.net/mirrors/ElemeFE/vue-amap" }, "rate": 0, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "有奖贡献", "nav": [ { "title": "邀请", "nav": [ { "name": "悬赏邀请补充当前板块内容", "desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉", "url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "id": 0, "createdAt": "" }, { "title": "游戏/娱乐", "nav": [ { "title": "游戏框架", "nav": [ { "title": "", "nav": [ { "name": "Pomelo", "desc": "A fast,scalable,distributed game server framework for Node.js.", "url": "https://github.com/NetEase/pomelo", "createdAt": "", "urls": { "GitCode":"https://gitcode.net/mirrors/netease/pomelo" }, "rate": 0, "top": false }, { "name": "Cocos2d-x", "desc": "Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world.", "url": "https://github.com/cocos2d/cocos2d-x", "createdAt": "", "urls": { "中文":"https://docs.cocos.com/cocos2d-x/manual/zh/", "GitCode":"https://gitcode.net/mirrors/cocos2d/cocos2d-x" }, "rate": 0, "top": false }, { "name": "Phaser", "desc": "Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.", "url": "https://github.com/photonstorm/phaser", "createdAt": "", "urls": { "英文":"https://phaser.io/learn", "GitCode":"https://gitcode.net/mirrors/photonstorm/phaser" }, "rate": 0, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "游戏引擎", "nav": [ { "title": "", "nav": [ { "name": "Godot", "desc": "Godot Engine – Multi-platform 2D and 3D game engine", "url": "https://github.com/godotengine/godot", "createdAt": "", "urls": { "中文":"https://hiloteam.github.io/tutorial/index.html", "GitCode":"https://gitcode.net/mirrors/godotengine/godot" }, "rate": 0, "top": false }, { "name": "kbengine", "desc": "A MMOG engine of server.", "url": "https://github.com/kbengine/kbengine", "createdAt": "", "urls": { "英文":"https://kbengine.github.io//docs/", "中文":"https://kbengine.github.io//cn/docs/", "GitCode":"https://gitcode.net/mirrors/kbengine/kbengine" }, "rate": 0, "top": false }, { "name": "libgdx", "desc": "Desktop/Android/HTML5/iOS Java game development framework", "url": "https://github.com/libgdx/libgdx", "createdAt": "", "urls": { "英文":"http://libgdx.com/dev/", "GitCode":"https://gitcode.net/mirrors/libgdx/libgdx" }, "rate": 0, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" }, { "title": "有奖贡献", "nav": [ { "title": "邀请", "nav": [ { "name": "悬赏邀请补充当前板块内容", "desc": "我们诚挚邀请您共建开源百科内容,CSDN 开源社区的成长离不开您的参与,点击这里立即贡献 👉", "url": "https://codechina.csdn.net/codechina_dev/git2/-/issues/new?template=OSS_Navigation_Template", "createdAt": "李少辉", "urls": {}, "rate": 0, "top": false } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "createdAt": "2021-01-23T01:32:06.423Z" } ], "id": 0, "createdAt": "" } ]