blue7wings's recent timeline updates
blue7wings

blue7wings

V2EX member #74845, joined on 2014-09-23 18:40:26 +08:00
blue7wings's recent replies
确实是 Language (Alpha)的问题,设置称英语就正常了
我也是,以刷新页面,回到旧版本了,贼气
@owen800q 在哪里可以使用此功能?我是 plus 会员能使用 GTP-4 模型,但没有图片上传的功能
Feb 21, 2023
Replied to a topic by catfly 程序员 新必应加入等待队列一直出错的解决方案
感谢,已经加入 whitelist
Feb 16, 2023
Replied to a topic by linuxgo Linux Linux 和安卓有什么简单好用的互传信息软件
感谢,我和你需求一样,就想找一个不用翻墙,支持网页端,替代微信传输助手的软件,Skype 虽然是聊天软件,但也完美实现了这个功能。
Something went wrong. Please try again.
Feb 2, 2023
Replied to a topic by aceinnes 分享发现 oldubil 解除每月 1250 里拉限额
楼主,从提交信息到通过,花了多长时间?
Jan 27, 2023
Replied to a topic by aceinnes 分享发现 获取免费匿名号码的方法
@COCOMATA357 这个德国沃达丰 esim 怎么办理?在大陆能收到短信么?
Jan 26, 2023
Replied to a topic by aceinnes 分享发现 探索出了 oldubil 入金最简单的方法
@chancat 直接 c2c 交易,卖币到银行卡或者微信支付宝,不用直接提现。
Dec 7, 2022
Replied to a topic by 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.
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2855 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 68ms · UTC 07:05 · PVG 15:05 · LAX 00:05 · JFK 03:05
♥ Do have faith in what you're doing.