V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  akira  ›  全部回复第 89 页 / 共 266 页
回复总数  5307
1 ... 85  86  87  88  89  90  91  92  93  94 ... 266  
2021-06-30 22:42:44 +08:00
回复了 AllenHua 创建的主题 Google 发现谷歌中文搜索越来越不如必应中文
看你搜什么咯, 技术类的首选还是谷歌
欢迎一起来炼丹
马克思什么经济学里面好像有提到 劳动创造的价值什么的
已还老师了
2021-06-30 22:35:20 +08:00
回复了 per 创建的主题 GitHub Copilot GitHub 官方发布了 AI 代码补全功能
@qdwang 有本质上的差别。 以前是根据关键字之类的 填充代码,现在是分析你的 语义 ,包括注释,样本数据,函数名称等,来生成代码
2021-06-30 20:36:47 +08:00
回复了 per 创建的主题 GitHub Copilot GitHub 官方发布了 AI 代码补全功能
@winiex
@westoy
GitHub Copilot is a code synthesizer, not a search engine: the vast majority of the code that it suggests is uniquely generated and has never been seen before. We found that about 0.1% of the time, the suggestion may contain some snippets that are verbatim from the training set. Here is an in-depth study on the model’s behavior. Many of these cases happen when you don’t provide sufficient context (in particular, when editing an empty file), or when there is a common, perhaps even universal, solution to the problem. We are building an origin tracker to help detect the rare instances of code that is repeated from the training set, to help you make good real-time decisions about GitHub Copilot’s suggestions.

根据这段说明,代码是现生成出来的, 只有 0.1% 的情况会包含训练集 的代码片段
2021-06-29 21:39:34 +08:00
回复了 Jaeden 创建的主题 NAS diy nas 和商品 nas 大家怎么选
有钱白
没钱黑
2021-06-29 21:36:45 +08:00
回复了 wjg8850 创建的主题 English target garget 中的 get 读 git,forget beget 中的 get 读 get.为什么呢...
语言词汇的来源复杂度导致
2021-06-29 12:26:33 +08:00
回复了 peerless1029 创建的主题 问与答 咨询下已经买房的小伙伴,都是怎么存够首付的啊?
你是否有考虑过,用户的环境可能性有多少 稀奇古怪的情况
接口返回后等一会再查询
看你描述,感觉是 wifi 的问题吧。。同时 ping 试试看咯
2021-06-27 13:36:54 +08:00
回复了 ccppgo 创建的主题 Java Java api 如何返回额外内容
中文部分的内容必然是业务无关的,只有展示的作用,
个人更倾向与持久化存储在本地配置文件或者数据库里面,再根据需求获取填入返回的数据里面
2021-06-27 13:29:14 +08:00
回复了 bloomy8 创建的主题 知乎 结婚和爱情有关系吗
或许吧
2021-06-27 00:30:04 +08:00
回复了 Jooooooooo 创建的主题 教育 看最近很多人考虑报志愿的问题
那也要分数够 985/211 啊。。
是否需要按用时排序,是就要加字段
2021-06-26 17:29:16 +08:00
回复了 NeroKamin 创建的主题 程序员 实际工作中数据库表设计会遵循范式吗?
不会。 但是都是有原因的,你需要清楚 为什么。

大体上就两个方面的因素,研发成本 性能瓶颈
2021-06-26 17:04:37 +08:00
回复了 juziss 创建的主题 教育 选择成电还是北邮的计算机?
在北京打拼几年,回成都直接降维打击
2021-06-26 01:42:18 +08:00
回复了 rockyliang 创建的主题 程序员 小公司都是怎么部署代码到生产环境服务器的?
需要编译的 本地编译好,sftp 上传到服务器
不需要编译的 服务器端直接修改
首先,个人建议 自增 id 不应做任何使用。
在这里的话, 做数据迁移的时候,把自增字段的数据也移过去就可以了
1 ... 85  86  87  88  89  90  91  92  93  94 ... 266  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1811 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 49ms · UTC 08:34 · PVG 16:34 · LAX 00:34 · JFK 03:34
Developed with CodeLauncher
♥ Do have faith in what you're doing.