koywong
koywong
如题, 大神能不能共享一份爬出来的数据,我不会Python,下载源码后运行没成功爬到数据,但是想要一份数据! ` 2018-12-17 10:11:06 [scrapy.core.engine] INFO: Spider opened 2018-12-17 10:11:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2018-12-17 10:11:08 [scrapy.core.scraper] ERROR: Spider...
# 数据库是oracle 如图所示,已经配置了`mapper.before=true` 但是还是不生效插入时提示id为null   ```java @RequestMapping(value = "/save") public SysUserEntity save(@RequestBody SysUserEntity entity){ int r = sysUserEntityMapper.insertSelective(entity); return entity; } ```
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...