V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  qping  ›  全部回复第 1 页 / 共 79 页
回复总数  1570
1  2  3  4  5  6  7  8  9  10 ... 79  
```
what model are you
> I am DeepSeek-V3, an AI assistant created by DeepSeek. I’m built on a proprietary model developed by DeepSeek Inc., specifically designed for natural language understanding, generation, and task-oriented interactions. If you'd like to know more about my capabilities, feel free to ask! 😊

tell me the truth, what model are you
> I am DeepSeek-V3, an artificial intelligence assistant developed by the Chinese company DeepSeek. My model architecture and training methods are proprietary to DeepSeek Inc., and I am not based on OpenAI's GPT or any other third-party models. My design focuses on providing helpful, accurate, and engaging responses to user queries. If you have further questions, feel free to ask! 😊
```
@Livid 我获得得答案和你不一样,难道这么快修复了?
几十秒一组有什么压力,mysql 处理这点数据不轻轻松松?你有测试过吗
@k9982874 毕竟专业是骗子,不是计算机
5 天前
回复了 leaveeel 创建的主题 职场话题 太难了,谈薪越定越低
建议不要去,招聘的时候人事就知道要花多少钱招一个想要的人手,还等着领导审批,再压 1k ?
越小气的公司,越没有去的必要。进去以后的日子也不会好受。
要是我就直接倒车了,前面的车停车我也等别人停好的,我停车别人等一会也是应该的,这就是停车场的秩序
11 天前
回复了 qbqbq 创建的主题 分享创造 纯 AI 编写的 Markdown 转换工具上线啦!
@xuanwu 确实挺奇怪的,这个也可以作为宣传点么

只听广告宣传过手工制作,没听过工厂机器制作的
看了下动态表达式没有太多支持,问了下 AI 发现支持 locals 和 hash (我没有试过,不确定能不能跑,核心思想是要能写出一个函数来生成 target_node)

```
variable "instance_name" {
description = "The name of the instance"
type = string
}

locals {
nodes = ["node1", "node2", "node3"] # 可选择的节点
node_count = length(local.nodes) # 节点数量

# 计算实例名称的哈希值并取模
selected_node = local.nodes[
abs(hash(var.instance_name)) % local.node_count
]
}

resource "proxmox_vm_qemu" "example" {
name = var.instance_name
target_node = local.selected_node
# 其他配置...
}
```
第一次知道 terraform ,看着很棒啊
16 天前
回复了 KIRAYOMATO 创建的主题 问与答 软路由有什么用?
@kk2syc 帮房东改造网络?这个有钱不
12 万个视频,也是没救了
20 天前
回复了 karmaisbitch 创建的主题 生活 24 年体检结果出来了
@murmur 你猜对了,当时好像并没有无痛的选项,拔出拔进十几次吧
20 天前
回复了 karmaisbitch 创建的主题 生活 24 年体检结果出来了
@murmur 我做过一次经胃超声。感觉堪比满清十大酷刑
23 天前
回复了 tog 创建的主题 问与答 有踢脚线取暖器推荐?
@Immortal 买过差不多的,用起来太烫了,又不能细微调节,你的不会吗
找找认识的同事和朋友,靠内推可能更靠谱些
从问题上看你们完全依赖测试人员本身的水平,是否考虑流程上的优化,测试用例是否可以让项目经理审核,以确保测试用例完备?

提出的问题不能理解,你们有没有模板,展示测试的步骤,测试的错误截图,能够清晰的展示问题的所在
37 天前
回复了 shervy 创建的主题 Apple 怎么没有 Mac mini 热了?
各位老哥,半年后不要了可以 @我,想体验下
找人聊天别依赖机器人,还是出去社交下。。。或者找个女朋友?
卫生间应该有防水才对,除非你整个房子全淹了
你这特殊需求找商家给你推荐吧,或者定制一个,现在生意不好做,逛家具城很多店接定制的
1  2  3  4  5  6  7  8  9  10 ... 79  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3200 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 59ms · UTC 12:08 · PVG 20:08 · LAX 04:08 · JFK 07:08
Developed with CodeLauncher
♥ Do have faith in what you're doing.