个人主页
进击的皇虫

进击的皇虫 (@admin)

  • 加入网站 2330
  • 连续签到 1
  • 最高连签 222
  • 累计签到 1133
  • 今日阅读 0 小时 00 分钟
  • 本周阅读 0 小时 20 分钟
  • 本月阅读 1 小时 07 分钟
  • 累计阅读 560 小时 20 分钟
  • Vant Weapp 1.5.0 小程序UI组件库

    Vant Weapp 是移动端 Vue 组件库 Vant 的小程序版本,两者基于相同的视觉规范,提供一致的 API 接口,助力开发者快速搭建小程序应用。
  • Vant 2.10 移动端组件库文档

    Vant 是有赞开源的一套基于 Vue 2.0 的移动组件库。通过 Vant,可以快速搭建出风格统一的页面,提升开发效率。目前已有 60+ 个组件,这些组件被广泛使用于有赞的各个移动端业务中。
  • Fiber Web Framework 1.15.x Document

    Fiber is an Express inspired web framework build on top of Fasthttp, the fastest HTTP engine for Go. Designed to ease things up for fast development with zero memory allocation and performance in mind.
  • Fiber Web Framework 1.14.x Document

    Fiber is an Express inspired web framework build on top of Fasthttp, the fastest HTTP engine for Go. Designed to ease things up for fast development with zero memory allocation and performance in mind.
  • 华为鸿蒙操作系统(OpenHarmony) v1.0 开发者文档

    OpenHarmony在传统的单设备系统能力的基础上,创造性地提出了基于同一套系统能力、适配多种终端形态的理念,支持多种终端设备上运行,第一个版本支持128K-128M设备上运行,欢迎参加开源社区一起持续演进。针对设备开发者,OpenHarmony采用了组件化的设计方案,可以根据设备的资源能力和业务特征进行灵活裁剪,满足不同形态的终端设备对于操作系统的要求。可运行在百K级别的资源受限设备和穿戴类设备,也可运行在百M级别的智能家用摄像头/行车记录仪等相对资源丰富的设备。
  • electron-vue 跨平台桌面应用开发实战教程

    electron-vue —— 基于 vue 来构造 electron 应用程序的样板代码。
  • TypeScript 4.0 使用手册

    ✔️ TypeScript语言用于大规模应用的JavaScript开发。 ✔️ TypeScript支持类型,是JavaScript的超集且可以编译成纯JavaScript代码。 ✔️ TypeScript兼容所有浏览器,所有宿主环境,所有操作系统。 ✔️ TypeScript是开源的。
  • Flask 扩展文档汇总

    Flask是一个使用 Python 编写的轻量级 Web 应用框架。其 WSGI 工具箱采用 Werkzeug ,模板引擎则使用 Jinja2 。Flask使用 BSD 授权。Flask也被称为 “microframework” ,因为它使用简单的核心,用 extension 增加其他功能。
  • The Flask Mega-Tutorial (2017)

    Welcome! You are about to start on a journey to learn how to create web applications with Python and the Flask framework. The video above will give you an overview of the contents of this tutorial. In this first chapter, you are going to learn how to set up a Flask project. By the end of this chapter you are going to have a simple Flask web application running on your computer!
  • Django入门与实践教程

    Django 入门与实践教程是由咱们公众号「Python之禅」 发起的 A Complete Beginner's Guide to Django翻译计划,可能是史上最浅显易懂的 Django 入门教程。如果你看了 Django 官方文档还是不知道如何做一个项目,那么这个教程将指引你从 0 到 1 完成一个贴近生产环境的真实项目,适合新手作为练手项目来学习。同时,它也是我们知识星球中实战项目的参考教程,中文翻译由咱们的球友协同完成。