V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  doublleft  ›  全部回复第 8 页 / 共 60 页
回复总数  1192
1 ... 4  5  6  7  8  9  10  11  12  13 ... 60  
2021 年 1 月 30 日
回复了 Index98 创建的主题 程序员 亲戚都劝我回家里考公,而我想去深圳闯一闯
听亲戚的。
不过也不能留下遗憾。
2021 年 1 月 27 日
回复了 fl2d 创建的主题 问与答 有没有把多个摄像头的画面融合成一个画面的硬件?
硬件只能采集流,合并到一个画面还是需要二次渲染的
2021 年 1 月 27 日
回复了 stark123 创建的主题 生活 老婆孩子回老家了,一个人呆北京,正好静思一下
从哪思起呢
2021 年 1 月 27 日
回复了 kalimpong 创建的主题 macOS 每次更新 macOS 都会丢掉 Xcode command line tools,正常么?
正常,欢迎来到 macOS
2021 年 1 月 27 日
回复了 chitanda 创建的主题 iOS iOS14.4 谨慎升级
iPhone 连上 homepod mini 以后会导致无法调整手机音量
2021 年 1 月 26 日
回复了 x9sec 创建的主题 奇思妙想 根据周报一键生成年终总结
大多数人的问题是,周报也能一键生成吗
2021 年 1 月 22 日
回复了 gee1k 创建的主题 Apple 图床工具 uPic 新状态
已购支持
2021 年 1 月 21 日
回复了 luckystar 创建的主题 Apple 开发用 纠结 m1 Mac mini 和组装台式机黑果+win,求解毒
2021 年 1 月 21 日
回复了 luckystar 创建的主题 Apple 开发用 纠结 m1 Mac mini 和组装台式机黑果+win,求解毒
https://i.imgur.com/aQxvEWo.png
香的 1 批。尤其是能明显感受到整体的响应速度飞快,IO 性能爆炸
2021 年 1 月 20 日
回复了 VShawn 创建的主题 奇思妙想 使用 RemoteApp 远程运行 QQ
这个不错啊,可以在 mac 下连 rdp remoteApp 吗
2021 年 1 月 19 日
回复了 doublleft 创建的主题 问与答 小米路由器一天发了 2.4 万个请求到 api.miwifi.com
@luck11 #50
@JensenQian #19
最操蛋的就是运行的就是 AP 模式,有线中继,他内置 DHCP
2021 年 1 月 19 日
回复了 doublleft 创建的主题 问与答 小米路由器一天发了 2.4 万个请求到 api.miwifi.com
@Lemeng #18
@Lemeng #18
@sphinxdwood #24
@jworg #27
@yukiww233 #37
@580a388da131 #48
@shyling #54

不是因为连不上才会无限重试,我为了抓包禁用了拦截,在网关上发现的,一样会 8 秒轮询
2021 年 1 月 18 日
回复了 doublleft 创建的主题 问与答 小米路由器一天发了 2.4 万个请求到 api.miwifi.com
@Jirajine #8 除此之外,还向 baidu.comtaobao.com 轮询请求
2021 年 1 月 18 日
回复了 doublleft 创建的主题 问与答 小米路由器一天发了 2.4 万个请求到 api.miwifi.com
@MaiKuraki #5
应该是新招数,看起来像是控制什么的开关

@nvkou #2
我把详细的响应贴上来,可能有点长,但是做个备份
2021 年 1 月 18 日
回复了 doublleft 创建的主题 问与答 小米路由器一天发了 2.4 万个请求到 api.miwifi.com
base64 解码后如下,给大家分析分析
```
{
"vas": {
"shopping_bar": {
"service": {
"off": "matool --method setKV --params gouwudang_status off; /usr/bin/trmd -f; /usr/bin/trmd",
"on": "matool --method setKV --params gouwudang_status on; /usr/bin/trmd -f; /usr/bin/trmd"
},
"rules": {
"countrycode": "CN"
},
"status": -3
},
"baidu_video_bar": {
"service": {
"off": "matool --method setKV --params baidu_video_bar off; /usr/bin/trmd -f; /usr/bin/trmd",
"on": "matool --method setKV --params baidu_video_bar on; /usr/bin/trmd -f; /usr/bin/trmd"
},
"rules": {
"countrycode": "CN"
},
"status": -3
},
"ustack": {
"service": {
"off": "/etc/init.d/ustack off;/etc/init.d/http_url_proxy off"
},
"rules": {
"countrycode": "CN"
},
"status": -3
},
"ad_on_off": {
"service": {
"off": "matool --method setKV --params ad_on_off off;/usr/bin/trmd -f; /usr/bin/trmd;uci set security.common.ad_on_off=0;uci commit security; /etc/init.d/securitypage restart",
"on": "matool --method setKV --params ad_on_off on;/usr/bin/trmd -f; /usr/bin/trmd;uci set security.common.ad_on_off=1;uci commit security; /etc/init.d/securitypage restart"
},
"rules": {
"countrycode": "CN"
},
"status": -3
},
"service_aggre": {
"service": {
"off": "matool --method setKV --params service_aggre_status off; /etc/init.d/http_event_proxy off"
},
"rules": {
"countrycode": "CN"
},
"status": -3
},
"security_page": {
"service": {
"off": "matool --method setKV --params security_page_status off;rm /etc/config/securitypage/enable.tag; /etc/init.d/securitypage stop",
"on": "matool --method setKV --params security_page_status on;"
},
"rules": {
"countrycode": "CN"
},
"status": -3
},
"invalid_page": {
"service": {
"off": "matool --method setKV --params invalid_page_status off; /etc/init.d/http_status_stat off",
"on": "matool --method setKV --params invalid_page_status on; /etc/init.d/http_status_stat on",
"status": "uci get http_status_stat.settings.enabled 2>/dev/null"
},
"rules": {
"countrycode": "CN"
},
"status": -3
},
"news_bar": {
"service": {
"off": "matool --method setKV --params news_bar off; /usr/bin/trmd -f; /usr/bin/trmd",
"on": "matool --method setKV --params news_bar on; /usr/bin/trmd -f; /usr/bin/trmd"
},
"rules": {
"countrycode": "CN"
},
"status": -3
},
"ad_filter_resolve": {
"service": {
"off": "sed -i '/ad_filter.sh/d' /etc/crontabs/root;uci set otapred.settings.plugin=0;uci commit"
},
"rules": {
"countrycode": "CN"
},
"status": -3
},
"UPIF": {
"service": {
"off": "/etc/init.d/wrsst stop;uci delete otapred.settings.updateurl&&uci commit",
"on": "",
"status": ""
},
"rules": {
"countrycode": "CN"
},
"status": -3
}
}
}
```
2021 年 1 月 17 日
回复了 zhoudaiyu 创建的主题 问与答 4 层代理、7 层代理的“层”到底指的是什么?
OSI
homepod mini
1 ... 4  5  6  7  8  9  10  11  12  13 ... 60  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2909 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 34ms · UTC 06:53 · PVG 14:53 · LAX 23:53 · JFK 02:53
♥ Do have faith in what you're doing.