ByteNote LogoByteNote

Navigation

  • Blog
  • 工具

    © 2025 ByteNote. All rights reserved.

    json2ts Visual Studio Code Plugin

    Jul 9, 20223 min read

    https://marketplace.visualstudio.com/items?itemName=GregorBiswanger.json2ts

    json2ts for Visual Studio CodeInstallationjson2ts is a VSCode Extension which converts a JSON to TypeScript interfaces. You can browse and install extensions from within VS Code. Press Ctrl+P and narrow down the list commands by typing ext install json2ts.Usagejson2ts converts a JSON from clipboard to TypeScript interfaces with cmd+alt+V or ctrl+alt+V.

    相关文章

    《富国陷阱》的读书笔记

    《富国陷阱》分析了国家发展中的外部环境、内部制度和政策,提出富国陷阱概念,警示国家避免经济增长放缓等问题的策略。

    Flutter GetX GetStorage 保存和读取对象

    使用 Flutter 的 GetX 和 GetStorage 库通过 JSON 字符串保存和读取 Person 对象。

    使用clipboardy或copy-paste复制内容

    要复制和读取剪贴板内容,需安装并导入clipboardy或copy-paste库,两者均提供简单方法实现此功能。

    Echarts 大屏大小自适应

    Echarts大屏通过使用`nowSize`函数和百分比设置,实现图形和字体大小随视口宽度自适应调整。

    flutter elevation 含义

    Flutter中的elevation属性用于为widget添加阴影,以营造立体感,其名称来源于阴影效果模拟物体高度的概念。