bronana

bronana

V2EX member #482865, joined on 2020-04-10 15:59:46 +08:00
Per bronana's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
bronana's recent replies
@pingdog 谢谢,手动设置 post 的返回状态码为 200 ,确实可以在 swagger ui 中显示了
@lovedebug https://petstore.swagger.io/#/pet/addPet 可是这个可以看到能显示的啊
Oct 31, 2024
Replied to a topic by fat4fox Android 2024 年,刷机已死
请问第二点 "解锁 BL 后,永久性“熔断”;"是什么意思?
怀恋以前 10 年左右安卓无脑一键刷机
Oct 19, 2024
Replied to a topic by vikland 问与答 Mac 下 Xmind 占用 3000 端口。。。
@vikland 我也遇到了一模一样的问题,请问你后来是怎么处理的这个问题?
如果改 node 启动 port, postman 上面的也要改,所以不像采用改 node port 的方式
Aug 28, 2024
Replied to a topic by mengyanshou 信息安全 Github 账号被盗了
有 mac 用户中招吗
最近在一个盗版资源网站上看到的源码
```html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<script>
/*防扒*/
(function () {
var callbacks = [],
timeLimit = 50,
open = false;
setInterval(loop, 1);
return {
addListener: function (fn) {
callbacks.push(fn);
},
cancleListenr: function (fn) {
callbacks = callbacks.filter(function (v) {
return v !== fn;
});
},
};

function loop() {
var startTime = new Date();
debugger;
if (new Date() - startTime > timeLimit) {
if (!open) {
callbacks.forEach(function (fn) {
fn.call(null);
});
}
open = true;
window.stop();
alert('小黑子,露出鸡脚了吧');
window.location.reload();
} else {
open = false;
}
}
})().addListener(function () {
window.location.reload();
});
</script>
</body>
</html>

```
@HongXinss #5 这个方法可行
安装上这个插件就可以了
[Simple Allow Copy]( https://chromewebstore.google.com/detail/aefehdhdciieocakfobpaaolhipkcpgc)
@dayeye2006199 #124 太棒了,确实花钱在这上面更好
@mogazheng #121 "健身卡办了好像就等于健身了" 这句话经典,我确实也比较懒惰.没被骗子骗走多少钱,反而被培训坑了有些钱
@daimubai #101 太多了,够我躺平两年了 - -#
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3007 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 08:13 · PVG 16:13 · LAX 01:13 · JFK 04:13
♥ Do have faith in what you're doing.