Skip to content
View CoderLambert's full-sized avatar

Block or report CoderLambert

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. 25years.xyz 25years.xyz Public

    因为个人知识管理需要建立的技术博客网站, 作为博客来说,前端相对业务逻辑不会很复杂,并且为了以后进一步对 SEO 支持以及通过缓存进一步提高访问速度, 所以就避免使用了 SPA 开发技术,直接通过 Django 自带模板进行多页面内容开发

    JavaScript 2

  2. RU_TOOL RU_TOOL Public

    刚实习时,早年在安迈做 BIOS 写的汇编工具,在 DOS CPU 实模式下读写内存、IO、CMOS、PCI 等等的一些功能

    Assembly 2

  3. BMC_GUI_Tool BMC_GUI_Tool Public

    基于 Electron、 Vue 、 Vuex、ElemntUI、axios 构建的 BMC 批量刷新 BMC/BIOS 镜像工具

    Vue 1

  4. vue_Internal_management_system vue_Internal_management_system Public

    为了方便部门内部人员搭建的 Web 系统, 后端基于 Django 框架,前端使用 Vue 全家桶,基于 Restful Api 进行通信,当初边学 Vue 边学 Django RestframeWork 做的,那时对前端组件化了解还不够深入,所以代码可能看上去不整洁,算当时初学练手的吧

    Vue 1

  5. the-swift-programming-language-in-chinese the-swift-programming-language-in-chinese Public

    Forked from SwiftGGTeam/the-swift-programming-language-in-chinese

    中文版 Apple 官方 Swift 教程《The Swift Programming Language》

    CSS

  6. python-patterns python-patterns Public

    Forked from faif/python-patterns

    A collection of design patterns/idioms in Python

    Python