11 2021 档案

摘要:Spring中的三种依赖注入方式 Field Injection @Autowired注解的一大使用场景就是Field Injection。 具体形式如下: @Controller public class UserController { @Autowired private UserServic 阅读全文
posted @ 2021-11-22 14:03 乖怪丶 阅读(220) 评论(0) 推荐(0)
摘要:微信公众号添加小程序菜单时出现40020 原因是未填写URl 如图:https://developers.weixin.qq.com/doc/offiaccount/Custom_Menus/Creating_Custom-Defined_Menu.html 阅读全文
posted @ 2021-11-04 10:19 乖怪丶 阅读(1743) 评论(0) 推荐(0)
摘要:在发布微信菜单的时候,菜单里面挂载了小程序菜单,在公众号菜单添加小程序的链接,发布的时候报错45064,报错信息如下:【错误信息】:{“errcode”:45064,“errmsg”:“no permission to use weapp in menu rid: XXXXXXXXXXXXXXXXX 阅读全文
posted @ 2021-11-04 10:14 乖怪丶 阅读(3135) 评论(0) 推荐(0)

……