blue7wings 最近的时间轴更新
blue7wings

blue7wings

V2EX 第 74845 号会员,加入于 2014-09-23 18:40:26 +08:00
今日活跃度排名 24011
关于 web 项目结构的规划
Go 编程语言  •  blue7wings  •  2022-10-21 15:14:51 PM  •  最后回复来自 wencan
18
React 如何使用外部 JS 文件(CDN 文件),并使用其中的对象?
React  •  blue7wings  •  2022-09-08 18:06:13 PM  •  最后回复来自 blue7wings
3
Golang 如何使用 struct 泛型?
Go 编程语言  •  blue7wings  •  2022-02-22 20:12:10 PM  •  最后回复来自 cmdOptionKana
19
国外服务器访问国内数据库如何加速?
问与答  •  blue7wings  •  2021-12-03 09:22:50 AM  •  最后回复来自 blue7wings
6
MySQL 1000 万数据如何最快全量迁移?
MySQL  •  blue7wings  •  2021-10-13 11:38:52 AM  •  最后回复来自 scalaer
32
如何为客户提供特定网页代理?
问与答  •  blue7wings  •  2021-07-06 17:49:46 PM  •  最后回复来自 maxbon
10
k8s 滚动更新,如何避免替换掉正在处理任务的 pod?
Kubernetes  •  blue7wings  •  2021-06-10 14:33:38 PM  •  最后回复来自 FingerLiu
21
如何阻止键盘组合键事件的传递?
C#  •  blue7wings  •  2019-04-08 17:07:25 PM
blue7wings 最近回复了
我也是,以刷新页面,回到旧版本了,贼气
@owen800q 在哪里可以使用此功能?我是 plus 会员能使用 GTP-4 模型,但没有图片上传的功能
293 天前
回复了 catfly 创建的主题 程序员 新必应加入等待队列一直出错的解决方案
感谢,已经加入 whitelist
298 天前
回复了 linuxgo 创建的主题 Linux Linux 和安卓有什么简单好用的互传信息软件
感谢,我和你需求一样,就想找一个不用翻墙,支持网页端,替代微信传输助手的软件,Skype 虽然是聊天软件,但也完美实现了这个功能。
Something went wrong. Please try again.
312 天前
回复了 aceinnes 创建的主题 分享发现 oldubil 解除每月 1250 里拉限额
楼主,从提交信息到通过,花了多长时间?
318 天前
回复了 aceinnes 创建的主题 分享发现 获取免费匿名号码的方法
@COCOMATA357 这个德国沃达丰 esim 怎么办理?在大陆能收到短信么?
319 天前
回复了 aceinnes 创建的主题 分享发现 探索出了 oldubil 入金最简单的方法
@chancat 直接 c2c 交易,卖币到银行卡或者微信支付宝,不用直接提现。
2022-12-07 14:10:54 +08:00
回复了 wloverine 创建的主题 程序员 Hive SQL 题求教
以下是 OpenAI 给出的答案,不知道对不对,你可以参考一下:)
Here is one possible solution using SQL:

```sql
SELECT item_id, price, MIN(dt) as start_date,
(SELECT MIN(dt) FROM prices AS p2
WHERE p2.item_id = p1.item_id AND p2.price != p1.price AND p2.dt > p1.dt)
as end_date
FROM prices as p1
GROUP BY item_id, price
```

This query groups the prices for each item_id and price combination and finds the minimum dt (the start date) for each group. Then, for each group, it uses a subquery to find the minimum dt for the next price change (the end date) for the same item_id. If there is no next price change, the end date is set to the maximum date value.

You can use this query as a starting point and modify it to fit your specific needs.
2022-10-13 10:33:40 +08:00
回复了 billzhuang 创建的主题 程序员 Jetbrains fleet pubilc preview 了,可立刻下载体验!
没插件,没 vim 模式,主推的远程开发,打开远程 go 项目依赖每办法加载,自动提示无法工作,UI 上还一堆问题,劝退,等待后续版本。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1655 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 22ms · UTC 16:48 · PVG 00:48 · LAX 08:48 · JFK 11:48
Developed with CodeLauncher
♥ Do have faith in what you're doing.