cat9life

cat9life

V2EX member #16572, joined on 2012-02-10 08:48:58 +08:00
Today's activity rank 10830
Per cat9life's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
cat9life's recent replies
@mintyvovo #4 我也用了一张重置卡。奥特曼赔钱
然而哈基米告诉我不需要计算。

import mmap

def search_large_pi(search_target, file_path):
target_bytes = str(search_target).encode('utf-8')

with open(file_path, "r+b") as f:
# 创建内存映射
with mmap.mmap(f.fileno(), 0, access=mmap.ACCESS_READ) as mm:
position = mm.find(target_bytes)
if position != -1:
print(f"找到位置:小数点后第 {position + 1} 位")
else:
print("未在此大文件中找到该数字")
2 days ago
Replied to a topic by MaiGe 分享发现 Codex 用 CLIProxyAPI 反代不会封号
我也是要笑死了。官方推荐
2 days ago
Replied to a topic by burnsby 程序员 grok-4.5 真的比 gpt-5.6 sol 好用吧
Grok4.5 很好。我个人的体感(叠甲),是超过 GLM 的。如果把速度、性价比也算上,我甚至觉得它超过 gpt
对 token 的消耗多吗?
2 days ago
Replied to a topic by isbase Claude 如你所愿 Fable 5 延期到 7.19
去他喵的吧
5 days ago
Replied to a topic by SayHelloHi OpenAI 使用 5.6-sol xHigh 用量好快
我是用 max ,plus 用户,做客一个简单问题的计划。然后就耗尽了
哦..用 AI 来解读摘要的博文,没有必要贴了吧。还不如贴原文 https://transformer-circuits.pub/2026/workspace/index.html
5 days ago
Replied to a topic by lanhoomessages OpenAI 你们的 Plus 或者 team 堆送 5.6 了吗?
@cat9life #5 重新登录有了
5 days ago
Replied to a topic by lanhoomessages OpenAI 你们的 Plus 或者 team 堆送 5.6 了吗?
我的 team 还没有..
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3052 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 13:32 · PVG 21:32 · LAX 06:32 · JFK 09:32
♥ Do have faith in what you're doing.