zhangjun

Results 20 issues of zhangjun

想做一个管理后台,可以控制爬虫的开启与关闭,这种一般要怎么实现,还请大神给个思路

How to solve ContentEditable' cannot be used as a JSX component

![image](https://user-images.githubusercontent.com/5431843/160398680-75a47d20-86b1-400b-a809-f3ff2b3373ae.png) ![image](https://user-images.githubusercontent.com/5431843/160399141-42c04fe2-2378-4adc-9e58-15946d361914.png) setFontWeight and setFontStyle return true but not works。 imagick module version 3.5.1 FreeType Version 2.9.1

表格的问题好像非常多啊,莫名其妙的崩溃,好像也不能用ctrl+v向里面粘贴内容……

使用代码高亮扩展,编辑代码完成后不能跳出代码块,实例 https://braft.margox.cn/demos/code-highlighter 官网上提供的demo就不行,按Shift + Enter后,整个代码的样式都没了

是这样循环批处理的 ![image](https://user-images.githubusercontent.com/5431843/133638850-9fb29e78-c4b2-4d80-83dd-69ba828387cb.png) 用的方法都是DB:table这个方法 我看了model的saveall的源码 ![image](https://user-images.githubusercontent.com/5431843/133639104-ba400cbd-c023-4ae9-80be-e4ae97c042c7.png) 也是一条一条更新的 请问这种场景,要怎么解决呢? 没有办法公用一个数据库链接吗?

React的SSR,必须使用nodejs做后端吗,其他的行不行,比如springboot?

version:2.3.1 the console warning: Extra attributes from the server: containercomponent when with nextjs how to resolve this problem?

### 🐛 bug 描述 使用pro-cli创建的项目启动报错 ### 📷 复现步骤 | Recurrence steps pro create learn 选择umi@3 cd learn tyarn tyarn dev ### 🏞 期望结果 | Expected results 正常运行 ### 💻 复现代码...

### 当前使用版本(必填,否则不予处理) 3.5.4.1 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) 执行单元测试的时候 ### 重现步骤(如果有就写完整) 单元测试的代码如下 ``` @Slf4j @MybatisPlusTest @ContextConfiguration(classes = { DataSource.class, RbacRoleResourceServiceImpl.class, RbacResourceServiceImpl.class }) @AutoConfigureTestDatabase(replace = AutoConfigureTestDatabase.Replace.NONE) @MapperScan(basePackageClasses = {RbacRoleResourceMapper.class, RbacResourceMapper.class}) class RbacRoleResourceServiceImplTest { @Resource...