切换导航
新动弹计划
搜索
文章
动弹
排行榜
登录
注册
×
搜索
文章
动弹
热门关键词
重读《掌控习惯》
ChatGPT
Docker
Laravel
读书
跑步
#daily tips#
#稍后阅读#
Falcon
主页
文章
动弹
冒泡
文集
Falcon
2024-09-23 02:36
冒泡
#Cursor#
一段比较好的写chrome扩展 的prompt,根据现有的代码构建新的扩展。
Put all files in stridetube folder. I need to build this chrome extension that pulls youtube video transcripts and sends them to OpenAl based on user api key input and then returns the summaary of youtube video. Read the project overview details in depth and build this for me end-to-end indepth without missing anything. Make the Ul very professional and modern so anybody that looks at it would be extrerdely impressed.
注意关键词:
Read the project overview details
end-to-end indepth
without missing anything
关于UI的描述
Make the Ul very professional and modern so anybody that looks at it would be extrerdely impressed.
0 赞
暂无评论
查看
Falcon
2024-09-23 02:11
冒泡
#Cursor#
在分析完这个项目的代码后,提出自己的需求,并让大模型生成更为深入的提示词给cursor的composer,第二个图是生成的更为具体的提示词。
Develop a VERY indepth prompt i can use to get Al to build a chrome extension like this but with with the feature of inputing the user OpenAl API key and sending the transcript to openai for summary.
0 赞
暂无评论
查看
Falcon
2024-09-23 01:51
冒泡
#Cursor#
从类似开源项目构建自己的应用:步骤一:让curosr解释开源项目的代码
@Codebase I'm trying to build similar version of this open source software but better, please break down every area of how it works and how it is structured indepth through each and every phase step by step.
0 赞
暂无评论
查看
Falcon
2024-09-22 05:55
冒泡
#daily tips#
这个生成svg图片的网站很不错啊
https://svg.la/zh/text-to-svg/
0 赞
暂无评论
查看
Falcon
2024-09-22 03:18
冒泡
城市的新鲜感很快就过去了,也就那么回事,生活终归还是得回归生活。
0 赞
暂无评论
查看
Falcon
2024-09-22 02:36
冒泡
看看旧时代的那些风格的blog
https://neocities.org/browse#!
0 赞
暂无评论
查看
Falcon
2024-09-21 14:39
冒泡
偶然发现一个很有意思的个人博客:
https://qq.md/
0 赞
暂无评论
查看
Falcon
2024-09-20 17:09
冒泡
#读书#
如果你不阅读,你的三观就是由你身边的亲戚朋友决定的。
0 赞
暂无评论
查看
Falcon
2024-09-20 17:06
冒泡
月租低至500的海景房,看日出赶海,吃喝玩乐,一应俱全。
27岁在海边养老,房租很低,心情还好
https://www.youtube.com/watch?v=zDpcmJKAdHY
地址: 广东吴川鼎龙湾 德克萨斯水世界度假村
0 赞
暂无评论
查看
Falcon
2024-09-20 08:38
冒泡
#docker#
docker volume
移除卷数据
先docker compose down停止项目
列出卷
docker volume ls
找到你项目的卷名
docker volume rm your_project_name_dbdata
如果要移除所有未使用的卷,
docker volume prune
这会提示您确认删除所有未使用的 volumes。
0 赞
暂无评论
查看
18
19
20
21
22