怎么让网站被收录苏州建设交通官方网站

张小明 2026/3/12 15:31:48
怎么让网站被收录,苏州建设交通官方网站,千万不要去做房地产销售,广州棋牌软件开发公司WebVM是一款基于WebAssembly技术的浏览器虚拟机#xff0c;可直接在浏览器中运行完整的Linux环境#xff0c;无需服务器支持 源码#xff1a;https://github.com/leaningtech/webvm/ github部署 安装介绍#xff1a; 动手实践#xff1a; 打开网站#xff1a;https://…WebVM是一款基于WebAssembly技术的浏览器虚拟机可直接在浏览器中运行完整的Linux环境无需服务器支持源码https://github.com/leaningtech/webvm/github部署安装介绍动手实践打开网站https://github.com/leaningtech/webvmfork到自己的github账户直接点setting在setting页面点击pages在Pages展开的右边页面打开Build and deployment下面的GitHub ACtions选Deploy from a branch可以看到把main映射到根目录了然后点Action出现Workflows页面点绿色的大按钮出现Actions页面点左侧的Deploy按钮点右侧的Run workflow,然后点绿色按钮Run workflow后面就是慢慢等待发布成功但是不知道为何我这边发布是失败的。本地部署下载源码git clone https://github.com/leaningtech/webvm.git cd webvm下载Debian mini 镜像wget https://github.com/leaningtech/webvm/releases/download/ext2_image/debian_mini_20230519_5022088024.ext2修改配置文件Edit config_public_terminal.js to reference your local disk image:Replace:wss://disks.webvm.io/debian_large_20230522_5044875331.ext2With:/disk-images/debian_mini_20230519_5022088024.ext2(Use an absolute or relative URL pointing to the disk image location.)Replacecloudwith the correct disk image type:bytes最终修改成这样// The root filesystem location // export const diskImageUrl wss://disks.webvm.io/debian_large_20230522_5044875331_2.ext2; export const diskImageUrl debian_large_20230522_5044875331_2.ext2; // The root filesystem backend type // export const diskImageType cloud; export const diskImageType bytes;buildnpm install npm run build实战中我是使用了pnpmpnpm install pnpm run buildbuild完成提示[vite-plugin-static-copy] Copied 6 items. ✓ built in 32.50s Run npm run preview to preview your production build locally. Using sveltejs/adapter-static Wrote site to build ✔ done配置nginxmkdir disk-images mv debian_mini_20230519_5022088024.ext2 disk-images/修改nginx.conf文件加入​ location /disk-images/ { root .; autoindex on; } ​启动nginxsudo nginx -p . -c nginx.conf出来页面了尽管只是个黑黑的控制台也很棒了不过后面有报错没搞定。调试pnpm run build报错 webvm2.0.0 build vite buildvite v5.4.21 building SSR bundle for production...✓ 31 modules transformed.x Build failed in 1.06serror during build:config_public_terminal.js (2:9): Expected ;, } or eoffile: config_public_terminal.js:2:91: // The root filesystem location2: # export const diskImageUrl wss://disks.webvm.io/debian_large_20230522_5044875331_2.ext2;^3: export const diskImageUrl debian_large_20230522_5044875331_2.ext2;4: // The root filesystem backend typeat getRollupError (file:///home/skywalk/github/webvm/node_modules/.pnpm/rollup4.53.3/node_modules/rollup/dist/es/shared/parseAst.js:401:41)at ParseError.initialise (file:///home/skywalk/github/webvm/node_modules/.pnpm/rollup4.53.3/node_modules/rollup/dist/es/shared/node-entry.js:14469:28)at convertNode (file:///home/skywalk/github/webvm/node_modules/.pnpm/rollup4.53.3/node_modules/rollup/dist/es/shared/node-entry.js:16352:10)at convertProgram (file:///home/skywalk/github/webvm/node_modules/.pnpm/rollup4.53.3/node_modules/rollup/dist/es/shared/node-entry.js:15592:12)at Module.setSource (file:///home/skywalk/github/webvm/node_modules/.pnpm/rollup4.53.3/node_modules/rollup/dist/es/shared/node-entry.js:17352:24)at async ModuleLoader.addModuleSource (file:///home/skywalk/github/webvm/node_modules/.pnpm/rollup4.53.3/node_modules/rollup/dist/es/shared/node-entry.js:21377:13)发现是注释用错了不应该用#要用//// The root filesystem location // export const diskImageUrl wss://disks.webvm.io/debian_large_20230522_5044875331_2.ext2; export const diskImageUrl debian_large_20230522_5044875331_2.ext2; // The root filesystem backend type // export const diskImageType cloud; export const diskImageType bytes;build完成这段代码应该放到nginx的哪里location /disk-images/ { root .; autoindex on; }放到主文件的location / 后面或前面webvm启动报错curl --max-time 15 parrot.live # requires networkingWebVM encountered an unexpected errorCheck the DevTools console for further informationPlease consider reporting a bug!CheerpX internal error message is:Initialization failed for HttpBytesDevice: Server returned 404不知道为啥啊是不是国内网络的锅啊
版权声明:本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!

做网站需要懂什么软件wordpress 微软雅黑

BetterNCM插件管理器终极指南:解锁网易云音乐的无限潜能 【免费下载链接】BetterNCM-Installer 一键安装 Better 系软件 项目地址: https://gitcode.com/gh_mirrors/be/BetterNCM-Installer BetterNCM是专为网易云音乐打造的插件管理器,能够让你的…

张小明 2026/3/5 3:32:34 网站建设

做资讯的网站php网站后台制作教程

快速体验 打开 InsCode(快马)平台 https://www.inscode.net输入框内输入如下内容: 开发一个快速原型生成器,允许用户选择H2/HSQL/Derby作为底层数据库,自动生成一个可运行的MVP项目框架。功能包括:1) 根据用户选择的业务领域&…

张小明 2026/3/5 3:32:35 网站建设

网站上怎么做弹目提醒开发app商城软件的公司

第一章:MCP 续证的时间限制 Microsoft Certified Professional(MCP)认证作为IT从业者技术能力的重要凭证,其有效期与续证时间限制直接影响职业发展路径。微软近年来对认证体系进行了调整,多数认证不再设置传统的“永久…

张小明 2026/3/5 3:32:35 网站建设

定制高端网站wordpress发表文章失败

导语 【免费下载链接】HunyuanWorld-Mirror 项目地址: https://ai.gitcode.com/hf_mirrors/tencent/HunyuanWorld-Mirror 腾讯混元团队正式开源HunyuanWorld-Mirror,这款全集成前馈模型通过"任意先验提示"技术,实现从单张图片、视频片…

张小明 2026/3/5 6:48:08 网站建设

初中生电脑作业做网站品牌定位策略

想要在《开拓者:正义之怒》中打造强力队友吗?多职业兼职是提升角色强度的关键策略!✨ 本文基于实战经验,为你解析最实用的职业转换时机和装备搭配方案,帮助你在各种难度下都能轻松应对。 【免费下载链接】-Wotr-BD- 开…

张小明 2026/3/12 7:56:53 网站建设

兼职网站编辑排名好的网站开发

Unity PSD导入工具是一款专为Unity开发者设计的高级PSD文件处理解决方案,能够帮助你将Photoshop设计文件无缝转换为Unity中的可用资源。无论你是游戏开发者还是UI设计师,这个工具都能大幅提升你的工作效率。 【免费下载链接】UnityPsdImporter Advanced …

张小明 2026/3/5 3:34:12 网站建设