Great233 最近的时间轴更新
Great233

Great233

V2EX 第 390220 号会员,加入于 2019-03-07 14:27:58 +08:00
根据 Great233 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
Great233 最近回复了
58 天前
回复了 p1956 创建的主题 程序员 正则问题,来看看吧
td>.*?<
这样?
PKCS#5 填充不能用于 AES 加密,看说是 Java 加密库历史遗留问题,所以在使用 AES 加密的时候写的是 PKCS5Padding ,实际是 PKCS7Padding
> https://crypto.stackexchange.com/a/9044
@K2 背景写死了,我来适配一下
test2
test
265 天前
回复了 tool2d 创建的主题 分享创造 分屏浏览 V2EX,只需要两步。
```
document.querySelector('#Main>.box').addEventListener('click', (e) => {
const el = e.target;
if (el.tagName.toLowerCase() == 'a' && el.className.indexOf('topic-link') >= 0) {
let iframe = document.querySelector('iframe[name=topic-innerview]');
if (iframe) {
iframe.remove();
iframe = iframe.cloneNode();
} else {
iframe = document.createElement('iframe');
iframe.name = 'topic-innerview';
iframe.style.width = '100%';
iframe.style.height = `calc(100vh - ${el.offsetHeight}px)`;
}
const parent = el.parentElement.parentElement.parentElement.parentElement.parentElement.parentElement;
parent.scrollIntoView();
const nextTopic = parent.nextElementSibling;
nextTopic.parentElement.insertBefore(iframe, nextTopic);
el.target = 'topic-innerview';
iframe.onload = () => {
iframe.contentWindow.document.body.style.width = '100%';
iframe.contentWindow.document.body.style.minWidth = '100%';
iframe.contentWindow.document.body.innerHTML = iframe.contentWindow.document.querySelector('#Main').outerHTML;
iframe.contentWindow.document.querySelector('#Main').style.marginRight = 0;
}
}
});
```
iframe 放在被点击话题下面?
老头环预购的,前前后后玩到 11 月份才白金
sifu ,玩了个开头去玩老头环了
神之天平,除了经典 JRPG 刷刷刷比较烦之外,剧情画面手感都还不错
FF 7 REMAKE ,只通了个关
Stray ,玩老头环中途玩累了换了 Stray ,没通关,不过猫猫视角还蛮有意思的
文明 6 ,我是个单机王子难度的菜鸡
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   998 人在线   最高记录 6067   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 18:04 · PVG 02:04 · LAX 11:04 · JFK 14:04
Developed with CodeLauncher
♥ Do have faith in what you're doing.