03 2024 档案
摘要:1创建一个springboot项目引入neo4j的依赖 <!-- neo4j依赖 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-neo4j</arti
阅读全文
摘要:django中引入celery后发现在代码中写如下这样的定时任务,启动celery和django的工程后,他们都会调用这个定时任务导致,任务有的时候会冲突出现奇怪的问题。如何解决请继续看。 scheduler = BackgroundScheduler() scheduler.add_job(tes
阅读全文