xu756
xu756
#### 在golang的1.16版本增加了embed的标签,方便我们将静态资源文件打包为二进制文件。 ``` package main import ( _ "embed" "fmt" ) //go:embed index.html var index string func main() { fmt.Printf("测试文件内容: %s\n", index) } ``` 例如 ``` //go:embed static/imgs static/imgs下面所有的文件 //go:embed...
我看了官方教程,使用了WithMetaHandler 才能自定义错误, 但明明有错误,client 和 server的WithMetaHandler,调用不了,而且日志也不打印 
### Is there an existing issue for this? - [X] I have searched the existing issues ### Which Component Breadcrumb ### Semi Version 2.61.0 ### Current Behavior use Breadcrumb anywhere...
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 ### 📷 复现步骤 https://procomponents.ant.design/ 打不开 ### 🏞 期望结果 修改地址 https://pro-components.antdigital.dev/ ### 💻 复现代码 none ### © 版本信息 - ProComponents 版本: [e.g. 4.0.0] - umi...
### 相关平台 微信小程序 **小程序基础库: 3.6.1** **使用框架: React** ### 复现步骤 ##### 报错 ``` WXMLRT_$gwx:./base.wxml:template:171:20: Template `tmpl_0_13` not found. (anonymous) @ root.js:147 setTimeout (async) performUpdate @ root.js:66 (anonymous) @ common.js:120 (anonymous) @...
提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 ProFormColorPicker onChange 类型错误 ### 📷 复现步骤 ### 🏞 期望结果 ### 💻 复现代码 ``` { // setBackgroundColor(color.toHexString()); // console.log(color.toHexString()); // console.log(background.color); form.setFieldsValue({ background: { use:...