$V2EX
Solana
Give SOL to Copy Address
使用 SOL 向 File 打赏,数额会 100% 进入 File 的钱包。
 File's recent timeline updates
File

File

V2EX member #561683, joined on 2021-11-13 13:15:35 +08:00
A file well-coded, keeps errors eroded.
Per File's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
File's recent replies
Nov 4, 2025
Replied to a topic by summerhot iPad iPad 海外 蜂窝版本 可以安装 esim 吗
iPad 的蜂窝版都不支持语音短信
我用的 voip.ms, 好像是加拿大的运营商但是也支持美国的号码 port in, 只有纯网页, 短信可以配置 url 用 pushplus 这种推送到微信
Aug 29, 2025
Replied to a topic by Livid Minecraft Minecraft 地图版本的 Last of Us
@JoeJoeJoe 我也晕, 后来发现窗口全屏或者调太大了, 调小点或者坐远点就好了哈哈哈哈.
激活报错啦:
Ooops, 出现错误 Error 1062 (23000): Duplicate entry '' for key 'uni_users_expire_key'
Aug 9, 2024
Replied to a topic by lepig iCloud 请教大家一个 icloudpd 环境变量问题
不填或者都 false
May 15, 2024
Replied to a topic by wato 签证 B2 美签 面谈经验 求分享
感觉加拿大申会更容易点 毕竟在上学, 短期黑美国概率也不高, 就是排的有点久.
15 年的时候去多伦多面签 当时还在那边上大学 就问了我爸妈在国内做啥, 打算去哪里玩
Apr 8, 2024
Replied to a topic by jonty NAS 求一个 IYUU 认证站点
同求一个能通过 moviepilot 的认证, 感谢大佬 YXBwQHpob3VzLmRldg==
目前 mt: 24.5 上 8.1 下 pttime: 19.2 上 7.1 下 haidan:13.1 上 4.5 下
https://product.asmag.com.cn/97020.html
类似这种吧? 印象里是高架匝道有
@AoEiuV020JP 毕竟也是大学时写的脚本, 有些东西当时也没考虑周全.
当时只是想了解具体的断点时间和断点时长, 对于日志方面的问题并没有太关注.
不过, 看到您提出的优化方式, 确实是个不错的点子.
以前写过个脚本 放在树莓派上自己跑 断网会在 Log 文件夹生成记录:

#!/bin/bash

WGET="/usr/bin/wget"
second=0
for (( ; ; ))
do
$WGET -q --tries=1 --timeout=1 http://www.baidu.com -O /tmp/file.idx &> /dev/null
if [ ! -s /tmp/file.idx ]
then
if [ "$second" -eq "1" ]
then
echo "$(date +"%Y-%m-%d %H:%M:%S "): Disconnected" >> ./Log/network_connection-$(date +"%Y-%m-%d").log
fi
let "second += 1"
else
if [ "$second" -gt "1" ]
then
echo "$(date +"%Y-%m-%d %H:%M:%S "): Reconnected, downtime: $second 's" >> ./Log/network_connection-$(date +"%Y-%m-%d").log
fi
second=0
fi
sleep 1
done
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4946 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 28ms · UTC 04:01 · PVG 12:01 · LAX 21:01 · JFK 00:01
♥ Do have faith in what you're doing.