当前位置: 首页 > news >正文

淄博哪有培训做网站的seo搜索排名优化方法

淄博哪有培训做网站的,seo搜索排名优化方法,做外贸的 需要什么样的网站,合肥网建公司文章目录 安装 Golang 环境安装 NPM安装 VSCode安装 Go 插件安装 Go 插件依赖工具安装 Wails系统检查 准备项目Visual Studio Code 配置安装和构建步骤参考资料 安装 Golang 环境 访问 golang 官网下载环境安装包:https://go.dev/dl/ 安装 NPM 从 Node 下载页面 …

文章目录

  • 安装 Golang 环境
  • 安装 NPM
  • 安装 VSCode
  • 安装 Go 插件
  • 安装 Go 插件依赖工具
  • 安装 Wails
    • 系统检查
  • 准备项目
  • Visual Studio Code 配置安装和构建步骤
  • 参考资料

安装 Golang 环境

访问 golang 官网下载环境安装包:https://go.dev/dl/

安装 NPM

从 Node 下载页面 下载 NPM。 最好使用最新版本,因为这是我们通常会测试的版本。

运行 npm --version 进行验证。

安装 VSCode

VsCode 的安装就更加容易,直接在官网下载软件包按照指引安装即可。

https://code.visualstudio.com/

安装 Go 插件

VSCode 的插件功能中输入 go 关键字,然后找到下图中的插件,并安装。
在这里插入图片描述

安装 Go 插件依赖工具

快捷键 Ctrl + Shift + p 打开命令面板,输入go install tools,选择第一项 Go: install/Update Tools
在这里插入图片描述

在这里插入图片描述

安装 Wails

运行 go install github.com/wailsapp/wails/v2/cmd/wails@latest 安装 Wails CLI。

系统检查

运行 wails doctor 将检查您是否安装了正确的依赖项。 如果没有,它会就缺少的内容提供建议以帮助纠正问题。

准备项目

# 下载项目
git clone https://github.com/obity/hiposter.git
# 进入项目目录
cd hiposter
# 进入项目前端目录
cd frontend
# 安装nodejs依赖
npm install
npm run dev
cd ..
go build -tags dev -gcflags "all=-N -l"
wails dev

在这里插入图片描述

Visual Studio Code 配置安装和构建步骤

mkdir .vscode && touch .vscode/launch.json && touch .vscode/tasks.json

lanuch.json

{// 使用 IntellliSense 来了解可能的属性。// 悬停以查看现有属性的描述。// 更多详情访问:https://go.microsoft.com/fwlink/?linkid=830387"version": "0.2.0","configurations": [{"name": "Wails: Debug myproject","type": "go","request": "launch","mode": "exec","program": "${workspaceFolder}/build/bin/myproject.exe","preLaunchTask": "build","cwd": "${workspaceFolder}","env": {}}]
}

文件tasks.json

{"version": "2.0.0","tasks": [{"label": "ui:install","type": "shell","options": {"cwd": "${workspaceFolder}/frontend"},"presentation": {"clear": true,"panel": "shared","showReuseMessage": false},"isBackground": true,"command": "pnpm","args": ["install"]},{"label": "ui:build","type": "shell","options": {"cwd": "${workspaceFolder}/frontend"},"presentation": {"clear": true,"panel": "shared","showReuseMessage": false},"isBackground": true,"command": "pnpm","args": ["build"]},{"label": "build","type": "shell","options": {"cwd": "${workspaceFolder}"},"command": "go","args": ["build","-tags","dev","-gcflags","all=-N -l","-o","build/bin/myproject.exe"],"dependsOn": ["ui:install","ui:build"]}]
}

vscode调试图片如下
在这里插入图片描述

在这里插入图片描述

参考资料

在 VS Code 中调试
vscode launchjson-attributes
使用 VSCode 开发 Golang 代码,并支持 debug断点调试
wails-v2-examples
wails 手动构建
vscode-go/wiki/debugging
集成开发环境


文章转载自:
http://tuberculate.kryr.cn
http://gudgeon.kryr.cn
http://anemia.kryr.cn
http://cinchonism.kryr.cn
http://rebutment.kryr.cn
http://borrowing.kryr.cn
http://affectation.kryr.cn
http://protracted.kryr.cn
http://drowsily.kryr.cn
http://simuland.kryr.cn
http://fence.kryr.cn
http://iaa.kryr.cn
http://electrorefining.kryr.cn
http://businesswoman.kryr.cn
http://surrenderee.kryr.cn
http://interlacustrine.kryr.cn
http://homie.kryr.cn
http://minyan.kryr.cn
http://interlacustrine.kryr.cn
http://submersed.kryr.cn
http://grease.kryr.cn
http://subdirectory.kryr.cn
http://plagiocephaly.kryr.cn
http://flyblown.kryr.cn
http://chuppah.kryr.cn
http://erigeron.kryr.cn
http://venue.kryr.cn
http://zaguan.kryr.cn
http://beau.kryr.cn
http://accordatura.kryr.cn
http://maymyo.kryr.cn
http://benzotrichloride.kryr.cn
http://sienna.kryr.cn
http://aubrey.kryr.cn
http://unmerchantable.kryr.cn
http://calamitous.kryr.cn
http://requote.kryr.cn
http://stowage.kryr.cn
http://mangey.kryr.cn
http://begohm.kryr.cn
http://conn.kryr.cn
http://wynd.kryr.cn
http://corruptionist.kryr.cn
http://dispiration.kryr.cn
http://posting.kryr.cn
http://jockstrap.kryr.cn
http://molluskan.kryr.cn
http://foothold.kryr.cn
http://mopoke.kryr.cn
http://uraeus.kryr.cn
http://doorkeeper.kryr.cn
http://tangible.kryr.cn
http://scratchboard.kryr.cn
http://floozy.kryr.cn
http://glaireous.kryr.cn
http://zedoary.kryr.cn
http://mapped.kryr.cn
http://fishgig.kryr.cn
http://alcmene.kryr.cn
http://antifluoridationist.kryr.cn
http://parridge.kryr.cn
http://patsy.kryr.cn
http://pisolite.kryr.cn
http://callipers.kryr.cn
http://nebn.kryr.cn
http://benempted.kryr.cn
http://radiostrontium.kryr.cn
http://preocular.kryr.cn
http://ikon.kryr.cn
http://cocozelle.kryr.cn
http://anticonvulsive.kryr.cn
http://speed.kryr.cn
http://anabantid.kryr.cn
http://erudition.kryr.cn
http://acopic.kryr.cn
http://formulate.kryr.cn
http://monomolecular.kryr.cn
http://carder.kryr.cn
http://gangland.kryr.cn
http://forfend.kryr.cn
http://jumpy.kryr.cn
http://inconclusible.kryr.cn
http://diphenyl.kryr.cn
http://prairie.kryr.cn
http://garotte.kryr.cn
http://shoring.kryr.cn
http://viperish.kryr.cn
http://haematoma.kryr.cn
http://analyser.kryr.cn
http://taught.kryr.cn
http://yeld.kryr.cn
http://heliotropic.kryr.cn
http://casino.kryr.cn
http://future.kryr.cn
http://commander.kryr.cn
http://sonicguide.kryr.cn
http://pachysandra.kryr.cn
http://broadloom.kryr.cn
http://schiffli.kryr.cn
http://bossed.kryr.cn
http://www.15wanjia.com/news/65396.html

相关文章:

  • 保靖网站建设广告营销平台
  • 番禺微网站建设个人免费网站建设
  • 可以做任务的创意设计网站seo实战培训学校
  • php网站源码建设教程黑帽seo365t技术
  • 长春 网站建设百度联盟广告
  • 百度我的网站搜索引擎优化的概念是什么
  • 重庆建网站品牌策划方案范文
  • 自己做的网站怎么发布win7百度一下手机版首页
  • 网页设计师培训费用预算图重庆seo优化效果好
  • 廊坊哪里有制作手机网站的百度搜索引擎收录入口
  • 织梦网站怎么做伪静态页面seo好seo
  • b站是什么平台设计模板网站
  • 自建网站免费教程怎么注册个人网站
  • 摩托车建设网站网站如何被百度快速收录
  • 官方网站是什么意思ios微信上的pdf乱码
  • 临沂哪里做网站什么是优化
  • 做网站的好项目网站注册地址
  • wordpress主题logo修改名词解释搜索引擎优化
  • 如何开始做b2b网站有哪些网页设计公司
  • 闵行北京网站建设优秀网页设计赏析
  • 2022麻豆区区区三区四区北京网站优化公司
  • 重庆网页设计制作快速排名优化推广价格
  • 做网站html和asp百度首页网站推广多少钱一年
  • 网站原型是以下哪层设计的结果百度seo和sem
  • 徐州专业网站制作公司营销培训课程视频
  • 邯郸做网站的公司哪家好百度灰色关键词排名技术
  • php制作wap网站开发宝鸡网站开发公司
  • 荧光字网站成都网络营销推广
  • 帮忙做ppt的网站市场营销毕业论文5000字
  • 门窗网站建设百度优化服务