240 发简信
IP属地:江苏
  • koffi - demo

    https://github.com/yinhaowebdev/koffi_demo[https://github.com/yinhaowebd...

  • Go - error

    By convention, errors have type error, a simple built-in interface. Usag...

  • Go - defer

    Go's defer statement schedules a function call (the deferred function) t...

  • GO - data structures

    Official ref: https://go.dev/ref/spec#Types[https://go.dev/ref/spec#Type...

  • 日期时间格式规范

    tr35-dates[https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Fie...

  • VS Code C++ 环境配置 (MacOS)

    1 安装插件 C/C++CODELLDB 2 配置插件 cmd+shift+p 输入 C/C++: Edit Configurations (U...

  • Resize,w 360,h 240
    Svelte 简介

    定义 Svelte 是一种全新的构建用户界面的方法。传统框架如 React 和 Vue 在浏览器中需要做大量的工作,而 Svelte 将这些工作...

  • Chrome Extension 简介

    本文基于 manifest_v2 版本 简介 https://developer.chrome.com/docs/extensions/[htt...

  • Resize,w 360,h 240
    《Google 软件工程》 读书笔记1

    软件工程VS编程 软件工程就是随时间不断集成的编程。 思考:编程是需要考虑时间维度的,软件的生命长度决定了编程时需要考虑的方面,这是因为软件会随...