标题: 谁懂这种断崖式暧昧
作者: #NovCap
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1157262
时间: 2025-11-11 13:30:15
摘要:
作者: #NovCap
板块: #搞七捻三
编号:
1157262帖子: https://linux.do/t/topic/1157262
时间: 2025-11-11 13:30:15
摘要:
周日跟暧昧对象约会了一天,也牵手了,拥抱了,整体氛围暧昧。昨天突然跟我说,跟我聊不到一起,觉得不合适。谁懂这种断崖式暧昧!太难受了
标题: 快手IDE codeflicker上线,支持mac win端,sonnet4免费
作者: #天海逍遥
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/1157267
时间: 2025-11-11 13:31:38
摘要:
作者: #天海逍遥
板块: #前沿快讯
编号:
1157267帖子: https://linux.do/t/topic/1157267
时间: 2025-11-11 13:31:38
摘要:
下载地址:https://www.codeflicker.ai/download
支持sonnet4免费用
标题: WiNGPT-Babel 免费 API 更新通知
作者: #FreeMind
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/1157275
时间: 2025-11-11 13:34:06
摘要:
作者: #FreeMind
板块: #福利羊毛
编号:
1157275帖子: https://linux.do/t/topic/1157275
时间: 2025-11-11 13:34:06
摘要:
为提供更高效、安全的服务,我们将启用新的API开放平台,并于一周后正式停用旧版 API Token。届时,您之前申请的 Token 将无法继续使用。大家可以前往新平台注册账号,继续使用 WiNGPT-Babel-2 模型(如果您还不知道它是什么可以看我之前的帖子)。
注册即赠送 1,000,000 免费 Token
立即注册: WiNGPT 开放平台
感谢大家一直以来的支持与信任,我们将持续为您带来更便捷的 AI 翻译服务。
纯福利 | 翻译专用模型 WiNGPT-Babel-2 限时免费体验
福利羊毛
一键导入沉浸式翻译配置:https://wingpt.winning.com.cn/ce80df70-135d-4918-a1bb-4237183bd03c/immersive-translate-config-sample.txt
几点注意:
如需要使用其它工具或插件调用API可以在上述配置文件中找到URL/API_KEY及相关参数(兼容openai api格式,API 目前限时一周)。
沉…
标题: 帖子怎么弄目录?
作者: #蹲神
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1157287
时间: 2025-11-11 13:37:55
摘要:
作者: #蹲神
板块: #搞七捻三
编号:
1157287帖子: https://linux.do/t/topic/1157287
时间: 2025-11-11 13:37:55
摘要:
这种帖子右边的目录是怎么弄的?
佬们教我
盘点L站的徽章 长期更新!(2025.10.16更新) - 文档共建 - LINUX DO
标题: 公司内部jar包的代码如何让ai读取到?
作者: #Qing Wo Ben
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1157289
时间: 2025-11-11 13:39:15
摘要:
作者: #Qing Wo Ben
板块: #开发调优
编号:
1157289帖子: https://linux.do/t/topic/1157289
时间: 2025-11-11 13:39:15
摘要:
由于是微服务的,所以有些代码是在独立的jar包里面的,咋办?
标题: 宝塔现在这么变态?
作者: #kingkare
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1157294
时间: 2025-11-11 13:40:53
摘要:
作者: #kingkare
板块: #搞七捻三
编号:
1157294帖子: https://linux.do/t/topic/1157294
时间: 2025-11-11 13:40:53
摘要:
在vultr买了个服务器 1c 2g 55g的配置 装个宝塔环境安装成功了 安装数据库mysql的时候一直提示内存不足 这么大的吗现在?我记得原来1c1g的都能安装
标题: 1111激励转盘
作者: #木子白
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1157309
时间: 2025-11-11 13:44:32
摘要:
作者: #木子白
板块: #开发调优
编号:
1157309帖子: https://linux.do/t/topic/1157309
时间: 2025-11-11 13:44:32
摘要:
玩一下
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>光棍节激励转盘</title>
<style>
:root {
font-family: "SF Pro Display", "SF Pro Text", "PingFang SC", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
--bg: radial-gradient(circle at top, #f7f8fb 0%, #eceef3 40%, #dfe3ec 100%);
--text: #1d1d1f;
--muted: #6e6e73;
--card: rgba(255, 255, 255, 0.88);
--border: rgba(0, 0, 0, 0.08);
--shadow: 0 35px 60px rgba(15, 15, 30, 0.12);
--wheel-border: rgba(0, 0, 0, 0.08);
--pointer: #1d1d1f;
--accent: #0071e3;
--accent-soft: rgba(0, 113, 227, 0.12);
--blur: blur(18px);
}
:root[data-theme="dark"] {
--bg: radial-gradient(circle at top, #151623 0%, #0b0c16 45%, #05050b 100%);
--text: #f5f5f7;
--muted: rgba(245, 245, 247, 0.7);
--card: rgba(22, 22, 30, 0.78);
--border: rgba(255, 255, 255, 0.16);
--shadow: 0 25px 40px rgba(0, 0, 0, 0.6);
--wheel-border: rgba(255, 255, 255, 0.14);
--pointer: #f5f5f7;
--accent: #0a84ff;
--accent-soft: rgba(10, 132, 255, 0.16);
--blur: blur(24px);
}
* {
box-sizing: border-box;
}
body {
margin: 0;
min-height: 100vh;
background: var(--bg);
color: var(--text);
display: flex;
align-items: center;
justify-content: center;
padding: clamp(2rem, 4vw, 4rem) clamp(1rem, 3vw, 3rem);
}
.app {
width: min(1100px, 100%);
display: flex;
flex-direction: column;
gap: 2rem;
}
.hero {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 1rem;
align-items: center;
}
.hero-copy h1 {
margin: 0;
font-size: clamp(2rem, 5vw, 2.8rem);
font-weight: 700;
letter-spacing: -0.02em;
}
.hero-copy .eyebrow {
text-transform: uppercase;
letter-spacing: 0.2em;
font-size: 0.8rem;
color: var(--muted);
margin-bottom: 0.4rem;
}
.hero-copy .lead {
margin-top: 0.6rem;
color: var(--muted);
line-height: 1.6;
max-width: 540px;
}
.theme-toggle {
border: 1px solid var(--border);
border-radius: 999px;
background: var(--card);
box-shadow: var(--shadow);
padding: 0.35rem 0.85rem 0.35rem 0.45rem;
display: flex;
align-items: center;
gap: 0.45rem;
cursor: pointer;
font-size: 0.9rem;
color: var(--text);
transition: background 0.3s ease, border-color 0.3s ease;
}
.theme-toggle .track {
width: 40px;
height: 22px;
border-radius: 999px;
background: var(--accent-soft);
position: relative;
}
.theme-toggle .thumb {
position: absolute;
top: 3px;
left: 4px;
width: 16px;
height: 16px;
border-radius: 50%;
background: var(--accent);
transition: transform 0.25s ease;
}
.theme-toggle[data-mode="dark"] .thumb {
transform: translateX(16px);
}
.theme-toggle .icon {
font-size: 1rem;
line-height: 1;
}
.content-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
}
.glass {
background: var(--card);
border-radius: 28px;
border: 1px solid var(--border);
box-shadow: var(--shadow);
backdrop-filter: var(--blur);
padding: clamp(1.5rem, 3vw, 2rem);
}
.wheel-panel {
display: flex;
flex-direction: column;
align-items: center;
gap: 1.4rem;
}
.wheel-wrapper {
width: min(380px, 78vw);
max-width: 420px;
aspect-ratio: 1 / 1;
position: relative;
}
.wheel
标题: 各位大佬有没有入了大疆Dji flip的?
作者: #Vasteaven
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1157320
时间: 2025-11-11 13:47:21
摘要:
作者: #Vasteaven
板块: #搞七捻三
编号:
1157320帖子: https://linux.do/t/topic/1157320
时间: 2025-11-11 13:47:21
摘要:
更推荐屏控还是普控?多少米入的呢?雷点怎么样?
标题: 冬天怎么减肥最合适?
作者: #123520
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1157325
时间: 2025-11-11 13:48:50
摘要:
作者: #123520
板块: #搞七捻三
编号:
1157325帖子: https://linux.do/t/topic/1157325
时间: 2025-11-11 13:48:50
摘要:
感觉冬天长肉太快了,纯饿的话要上班好像并不太现实
标题: chrome刷帖历史记录异常多?
作者: #小黄鸭
板块: #运营反馈
编号:
帖子: https://linux.do/t/topic/1157333
时间: 2025-11-11 13:51:09
摘要:
作者: #小黄鸭
板块: #运营反馈
编号:
1157333帖子: https://linux.do/t/topic/1157333
时间: 2025-11-11 13:51:09
摘要:
为什么在刷站内帖子的时候,明明只是往下正常爬楼,但是却生成了很多条的历史记录。这是我一个人的问题,是有什么浏览器插件冲突,还是论坛的特性?你们会这样么?
标题: 给佬友发一个淘宝闪购奶茶卡
作者: #Takamatsu_Tomori
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/1157340
时间: 2025-11-11 13:51:55
摘要:
作者: #Takamatsu_Tomori
板块: #福利羊毛
编号:
1157340帖子: https://linux.do/t/topic/1157340
时间: 2025-11-11 13:51:55
摘要:
送你一张免单卡,请通过任一方式领取
①去淘宝App搜索提取码:324J46
②点击链接领取https://m.tb.cn/h.SrDTKSa?tk=ZQGifRRZZ92
③完整复制这条信息,打开淘宝App自动识别
标题: macos 使用 AI 有哪些编程方式
作者: #可乐不加糖
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1157341
时间: 2025-11-11 13:52:52
摘要:
作者: #可乐不加糖
板块: #开发调优
编号:
1157341帖子: https://linux.do/t/topic/1157341
时间: 2025-11-11 13:52:52
摘要:
在 macos 上进行开发,目前还是使用 Jetbrains 系的 IDE,比如 IntelliJ IDEA、WebStorm 等。
目前的话,我还是使用 GitHub copilot 插件,主要使用补全的功能。使用的是学生包,还有几个月也就过期了。
想问一下佬们,现在都用什么方式使用 AI 进行编程?
有没有插件或者工具,能够自定义接入 API,最好是能够读取项目目录,理解项目,然后根据我的需求创建相关代码文件,编写功能。
augment 也用过,但是太贵了,想要稍微实惠一些的方式。
标题: 问一下各位大佬minibox邀请码什么价啊
作者: #没有介绍
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1157345
时间: 2025-11-11 13:53:44
摘要:
作者: #没有介绍
板块: #搞七捻三
编号:
1157345帖子: https://linux.do/t/topic/1157345
时间: 2025-11-11 13:53:44
摘要:
手里已经有一个megabox了
这个minibox邀请码还不能用优惠码,只能原价29刀购买
标题: 关于迭代内容的智能检查
作者: #zhouz
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1157359
时间: 2025-11-11 14:00:46
摘要:
作者: #zhouz
板块: #开发调优
编号:
1157359帖子: https://linux.do/t/topic/1157359
时间: 2025-11-11 14:00:46
摘要:
智能分析这次迭代内容的代码是否正常,分析向后兼容性、潜在风险等。有相关的方法或者好的工具吗 (最好是可以对比两个分支代码)
标题: ⚡️【建站提速】一文讲透 Cloudflare 优选加速,一个域名也能简单实现
作者: #祖龙
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1157395
时间: 2025-11-11 14:07:31
摘要:
作者: #祖龙
板块: #开发调优
编号:
1157395帖子: https://linux.do/t/topic/1157395
时间: 2025-11-11 14:07:31
摘要:
IDC Flare – 11 Nov 25
⚡️【建站提速】一文讲透 Cloudflare 优选加速,一个域名也能简单实现
活动
征文-202545
域名
原创
CDN
征文-202545
为什么要进行优选加速 俗话说,要想网站打开快,测速必须带点绿! 众所周知,Cloudflare(以下简称 CF) 号称是互联网的赛博大善人,免费提供域名解析,CDN 等功能(即开小黄云)。但是 CF 的 CDN 对于中国大陆的用户来说,真是一言难尽(高级套餐用户当我没说)。下面就来讲讲,如何优化中国大陆对于 CF 线路的加速。 [!warning] 以下这种方式可能会违反 CF 的 TOS,导致封号,请谨慎使用 阅读本文你需要的准备 一个域名,托管在 CF 平台 开通了 CF...