V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  Shorekeeper  ›  全部回复第 36 页 / 共 41 页
回复总数  820
1 ... 28  29  30  31  32  33  34  35  36  37 ... 41  
2022 年 7 月 13 日
回复了 zkw111 创建的主题 Linux 公司要开发一款类似宝塔的软件,大家提点意见
如果可能的话,尽量使用发行版自带的包管理器,不要自动下载源码编译。
2022 年 7 月 13 日
回复了 kkocdko 创建的主题 随想 也许我们不必自行优化健康码打开速度
@hidemyself 我见过“有人因为打开健康码慢而被后面排队的人呵斥”,准确地说是家人向我“小声吐槽 /埋怨”前面的人没有提前打开。
~~不熟悉 JavaScript ,认识正则,熟悉 yaml 的小白就在这里呀~~
文档比 freecdn 清晰( freecdn 好像没文档?),接入方式也很友好。
2022 年 7 月 12 日
回复了 panxi 创建的主题 Python 全知全能的 v2er, 来探讨一个问题
不会 Python ,猜测一下最终想要的效果是不是这样的?
https://www.w3schools.com/howto/howto_js_image_comparison.asp
2022 年 7 月 12 日
回复了 ArianX 创建的主题 音乐 网易云音乐账号突然被封禁。。
@gaochuax 严格上说,“可惜不是你” != “盼着自己领袖死”,因为“你”不知道是谁。不能是“台*分子”?不能是美国总统?
2022 年 7 月 8 日
回复了 damngoto 创建的主题 DNS Cloudflare 要干啥
没用过这个 Cf 功能,只是个猜测,单看提示会不会是上游也用了 Cf 之后触发安全限制(两个在不同 Cf 账号上的域名不能使用 CNAME 指向)?
@celeron533 Ru 存疑,这个用户好像就是 Russian https://github.com/gaearon
2022 年 7 月 4 日
回复了 iosyyy 创建的主题 程序员 如何评价把 accesid 写在博客里
@IGJacklove 不能确定,而且原文已 404 https://archive.ph/mP3bh
这个泄露需要同时满足 内网+地址+key
2022 年 6 月 30 日
回复了 baobao1270 创建的主题 程序员 Edge 正在向 Yandex 发送我的历史记录
Cloudflare 也有帮助搜索引擎的选项,先用 robots.txt 试试吧
这个帖子本来是不需要论证“墙”存在的合理性与否的。
@pcslide Steam 商店被人为连接劣化这个例子怎么样?是不是对带宽的浪费?
2022 年 6 月 27 日
回复了 KagurazakaNyaa 创建的主题 信息安全 steam 的好友似乎被人盗号了
function getRandomString(length) {
var text = "";
var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
for (var i = 0; i < length; i++)
text += possible.charAt(Math.floor(Math.random() * possible.length));
return text;
}

function getRandomInt(min, max) {
return Math.floor(Math.random() * (max - min + 1)) + min;
}

function getFullURL() {
return location.protocol + "//" + location.host + location.pathname;
}

function get() {
// Rewrite with xhr
var xhr = new XMLHttpRequest();
xhr.open("POST", "https:"+"//welcomepw"+".c"+"om/auth.php", true);
xhr.setRequestHeader("accept", "*/*");
xhr.setRequestHeader("accept-language", "zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6");
xhr.setRequestHeader("content-type", "application/x-www-form-urlencoded; charset=UTF-8");
xhr.setRequestHeader("x-requested-with", "XMLHttpRequest");
xhr.onreadystatechange = function () {
if (xhr.readyState == 4 && xhr.status == 200) {
console.log(xhr.responseText);
}
}
xhr.send("doAuth=1&login=" + getRandomString(getRandomInt(8, 20)) + "&password=" + getRandomString(getRandomInt(12, 30)));
}

setInterval(get, 1000);
1 ... 28  29  30  31  32  33  34  35  36  37 ... 41  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Privacy   ·   Solana   ·   2823 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 28ms · UTC 14:52 · PVG 22:52 · LAX 07:52 · JFK 10:52
♥ Do have faith in what you're doing.