image72's recent timeline updates
image72

image72

V2EX member #51941, joined on 2013-12-16 11:30:35 +08:00
image72's recent replies
@Livid 请求删除屏蔽 @yaodong0126 用户引战,群嘲不友善行为
我看到 workerData 支持 Blob, dataview,arraybuffer 类型(The structured clone algorithm
)[https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm#webapi_types]
Mar 11, 2024
Replied to a topic by seanwhy 程序员 基于 Webassembly 的一些问题
我觉得你想把这些搬到浏览器运行之前,可以先考虑发几个版本的 electron 编译版试试水,能移植的移植,能改写的改写,再考虑浏览器。electron 也是完整浏览器,也能支持内置 wasm 以及原生
从底层原生一步跨到纯浏览器 wasm, 步子太大,容易扯到蛋
真实遭遇过,除了像是这种布尔类型的,还有数组,对象这种基础类型,都能返回好多种形式。就这架构还称是 10 年经验,让人奔溃。
待了 2 个星期就赶紧跑路了
@DOLLOR 最新的 chrome-devtools-frontend 使用了 lit
咪咕音乐啊, 国内很多版权的歌在哪里都能听到,比如周杰伦。 还有 apple music 100/年 绝对划算。
网易云音乐就是狗屎,5 年前我开了一个月会员,到现在都还在每次打开弹出让我续费
Oct 9, 2023
Replied to a topic by kid1412621 Windows 你们的 Windows 除了 gaming 用来干嘛
@tyzandhr mac 用 playcover 比 windows 下好用
net::ERR_CONNECTION_RESET 还是你网络的问题 和 electron 没关系
px ()
{
green=$(tput setaf 64);
red=$(tput setaf 124);
reset=$(tput sgr0);
UTC_TIME="$(date +"%Y-%m-%d %H:%M:%S")";
if [ ! -z "$http_proxy" ]; then
echo $UTC_TIME;
echo "http_proxy already set, ${red}unset now${reset}";
unset http_proxy;
unset https_proxy;
else
echo $UTC_TIME;
export http_proxy=http://127.0.0.1:7890;
export https_proxy=http://127.0.0.1:7890;
echo "set http_proxy to ${green}$(echo $http_proxy)${reset}";
fi
}
使用 google docs 或者 office 365 在线预览
···
<iframe src="https://docs.google.com/gview?url=http://remote.url.tld/path/to/document.doc&embedded=true"></iframe>

<iframe src='https://view.officeapps.live.com/op/embed.aspx?src=http://remote.url.tld/path/to/document.doc' width='1366px' height='623px' frameborder='0'>This is an embedded <a target='_blank' href='http://office.com'>Microsoft Office</a> document, powered by <a target='_blank' href='http://office.com/webapps'>Office Online</a>.</iframe>
···

Convert Word documents (.docx files) to HTML

mammoth.js
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1242 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 23:35 · PVG 07:35 · LAX 16:35 · JFK 19:35
♥ Do have faith in what you're doing.