23 提示词小仓库

自己所用的各种提示词(科研、开发、比赛、写文案等),按功能分类

论文代码复现

1. GitHub有源码、源码有README

GPT-4.0

if I want to run this project, what should I do by starting with the following setting: [project link]:https://github.com/robert1ridley/cross-prompt-trait-scoring.git [操作系统]:Windows [编译器]:pycharm [python版本]:python 3.6 [CPU/GPU]:only CPU available [其他你现在已经完成的操作]:... please teach me step by step, as detail as you could Output the answer in chinese


(venv) D:\administrator\College\课后笔记\SE-软工\newsAPI_project>vue ui (node:23504) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead. (Use node --trace-deprecation ... to show where the warning was created)

1在 nodejs v21.0.0 以上会出现该提示
2
3识别哪些依赖项要使用punycode
4npm ls punycode
5
6发现`-- (empty),可能意味着没有吧,先不管了

vue ui创建项目报错Cannot read properties of undefined (reading 'indexOf')

1缺少了yarn管理器,在cmd窗口安装一个yarn管理器即可
2npm install -g yarn