Posted 2020-02-27Updated 2022-06-08 Jack Liu Go2 minutes read (About 355 words)Go:JSONJSONjson.Marshal()默认转换规则:1.布尔型转换为 JSON 后仍是布尔型 , 如true -> true2.浮点型和整数型转换后为JSON里面的常规数字,如 1.23 -> 1.233.字符串将以UTF-8编码转化输出为Unicode字符集的字符串,特殊字符比如<将会被转义为\u003cRead more
2023-08-13AI drawing ControlNet local implementation steps by stable-diffusion-webui(AI绘画ControlNet本地构建实施步骤 by stable-diffusion-webui)AI / painting / Controlnet / Drawing
2023-08-06Tribute to the great legendary philanthropist and programmer Bram Moolenaar, the original author and software maintainer of VIM(致敬伟大传奇的慈善家和程序员Bram Moolenaar,VIM最初作者和软件维护者)history-of-programing / daily