V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  yulgang  ›  全部回复第 11 页 / 共 99 页
回复总数  1966
1 ... 7  8  9  10  11  12  13  14  15  16 ... 99  
118 天前
回复了 asche910 创建的主题 生活 2025 年大家的 flag 是什么?
@MAVETRICK #9 B 站天宇问枢 擅长抑郁症治疗,据说效果非常好,是社区医院医生,B 站简介里有出诊信息。
祝早日康复。
118 天前
回复了 bugcoder 创建的主题 macOS "nsurlsessiond" 和 "idleassetsd" 经常满带宽的下载
试试用 Little Snitch 阻止这两个进程联网 https://i.imgur.com/agAJ0Rd.png
118 天前
回复了 Apple2023 创建的主题 Apple iPhone7 还在服役
pdd 买个品胜就行,我都是自己换的。。。

换电池前把现在的电量用到 20%以下拆电池比较安全。
118 天前
回复了 coolworker 创建的主题 问与答 远程控制电视机方案
我给家里买的是 户户通 那种卫星锅,电视是 WebOS 的系统,打开自动切换到有输入的信号源。

安卓电视盒子不知道能不能用 ipkvm 这种工具控制

11 楼的方法很不错。
@whhhhhh 下次开机或者插拔过 SIM 卡,需要输入 SIM 卡 PIN 码才能解锁 SIM 卡使用 SIM 卡功能。
@LLLeo 重生 穿越 出马变牛逼,看不够 https://i.imgur.com/NIvxivj.png
高铁一天能到的,我选择高铁
就算不颠簸,早到 2 小时加上上升下降的感觉就挺难受的

https://i.imgur.com/agAJ0Rd.png
131 天前
回复了 2067 创建的主题 程序员 论最有效的安装原版 chrome 的姿势
@liaohongxing 对的,自己做个页面放上这几个链接,自己需要的时候可以上去直接下载,
132 天前
回复了 9fan 创建的主题 程序员 钉钉服务端 api 设置代理
日志里看 HTTP/1.1 400 感觉.....
 
location /api {
proxy_pass https://api.dingtalk.com;
proxy_http_version 1.1; # 新加的
proxy_connect_timeout 60;
proxy_read_timeout 60;
proxy_send_timeout 60;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host 'api.dingtalk.com';
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header Connection ""; # 新加的
}
 
或者
 
location /api {
proxy_pass https://api.dingtalk.com;
proxy_http_version 1.1; # 新加的
proxy_set_header Upgrade $http_upgrade; # 新加的
proxy_set_header Connection "upgrade"; # 新加的
proxy_connect_timeout 60;
proxy_read_timeout 60;
proxy_send_timeout 60;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host 'api.dingtalk.com';
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;
}
 
感觉下面这个能行。
天天说别人的代码不安全
有些机器带配置锁
ipad mini
139 天前
回复了 giao123 创建的主题 Windows windows 的自动更新是真的恶心啊
The Microsoft .NET family.
148 天前
回复了 nickwangcn 创建的主题 Apple mac 和 windows 电脑如何共用一个音响
多买两个蓝牙功放板子, 把功放板的 3.5mm 输出接到一起,然后接到你的音箱上,一个电脑连一个功放板
正经 UPS 没有使用锂电的啊

tg-box650 也不贵
162 天前
回复了 wildlife 创建的主题 宽带症候群 某鱼发现一款不错的外贸 10G PON - X67S
@Hookery 按下光猫的 reset 按钮,然后打电话报修,说家里上不去网孩子乱操作给重置了,师傅设置的时候拍好照片或者录制视频 https://i.imgur.com/agAJ0Rd.png
1 ... 7  8  9  10  11  12  13  14  15  16 ... 99  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   4978 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 58ms · UTC 08:49 · PVG 16:49 · LAX 01:49 · JFK 04:49
Developed with CodeLauncher
♥ Do have faith in what you're doing.