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

期末网站设计做什么网站比较好什么是网络推广工作

期末网站设计做什么网站比较好,什么是网络推广工作,做网站 帮别人卖服务器,微信公众号制作平台背景 在vscode 中 如果执行命令需要传递进来参数,那么直接通过命令行终端的方式不太方便。通过task 任务的方式来进行启动执行,降低反复输入参数等繁琐工作。 首先可以查看vscode 官方文档 task 启动 crtl shift p .vscode/task.json 示例 执行cp…

背景

  • 在vscode 中 如果执行命令需要传递进来参数,那么直接通过命令行终端的方式不太方便。
  • 通过task 任务的方式来进行启动执行,降低反复输入参数等繁琐工作。

首先可以查看vscode 官方文档

  • task 启动 crtl + shift + p

.vscode/task.json 示例

执行cpp 带参数二进制

{"version": "2.0.0","tasks": [{"label": "Run BIN","type": "shell",  // shell 类型的任务"command": "${command:cmake.launchTargetPath}", // CMake 生成的二进制文件路径"args": ["${workspaceFolder}/config.toml",  // 第一个参数"${workspaceFolder}/model.onnx"  // 第二个参数],"options": {"cwd": "${command:cmake.launchTargetDirectory}"},"group": {"kind": "build", // 此任务的组别"isDefault": true // 设为默认任务},"problemMatcher": [], // 没有特定的错误匹配器"presentation": {"echo": true, // 在输出面板中回显命令"reveal": "always", // 始终在面板中显示"focus": false, // 不聚焦到输出面板"panel": "new", // 在新面板中显示输出"close": false, // 任务完成后关闭输出面板"clear": false // 任务启动前清空输出面板}}]
}

在执行task时,手动输入传参

  • 硬编码方式虽然比较简单粗暴,但是,当使用git来管理的时候,会引入一些没有必要的改变,那么此时就需要将参数,不是使用硬编码,而是去通过启动任务时,动态加载进去。
  • 那就简单介绍几种输入方式
        {  // 简单理解就是输入文本框"type": "promptString","id": "outputPath","description": "Please input the output path:",},{ // 简单理解说就是选择框"type": "pickString","id": "quantize","description": "use quantize","options": [{"label": "True","value": "-q"},{"label": "False","value": ""}],"default": ""},
  • 详细示例如下
{"version": "2.0.0","inputs":[{"type": "promptString","id": "outputPath","description": "Please input the output path:",},{"type": "pickString","id": "quantize","description": "use quantize","options": [{"label": "True","value": "-q"},{"label": "False","value": ""}],"default": ""},{"type": "pickString","id": "task","description": "task type","options": ["weigh","arc"],"default": "arc"},{"type": "promptString","id": "config","description": "Please input using configs file",},{"type": "pickString","id": "test_data","description": "juse use test data","options": [{"label": "True","value": "-b"},{"label": "False","value": ""}],"default": ""},{"type": "pickString","id": "qat","description": "use keras quantization aware training","options": [{"label": "True","value": "--qat"},{"label": "False","value": ""}],"default": ""},],"tasks": [{"label": "torch_inf","type": "shell","command": "${command:python.interpreterPath}","args": ["${workspaceFolder}/inference_torch.py","-i","${workspaceFolder}/output/${input:task}/${input:outputPath}"],"presentation": {"echo": true,"reveal": "always","focus": false,"panel": "shared","showReuseMessage": true,"clear": true},"problemMatcher": []},{"label" : "train","type": "shell","command": "${command:python.interpreterPath}","args": ["${workspaceFolder}/test.py","-c","${workspaceFolder}/configs/${input:config}"],"presentation": {"echo": true,"reveal": "always","focus": false,"panel": "shared","showReuseMessage": true,"clear": true},"problemMatcher": []},{"label" : "exprot_tfl","type": "shell","command": "${command:python.interpreterPath}","args": ["${workspaceFolder}/export2.py","-i","${workspaceFolder}/output/${input:task}/${input:outputPath}","${input:quantize}"],"presentation": {"echo": true,"reveal": "always","focus": false,"panel": "shared","showReuseMessage": true,"clear": true},"problemMatcher": []}]
}

文章转载自:
http://dinncopaidology.knnc.cn
http://dinncogastroduodenostomy.knnc.cn
http://dinncounfashionable.knnc.cn
http://dinncolienable.knnc.cn
http://dinncotransformerless.knnc.cn
http://dinncoprix.knnc.cn
http://dinncowrans.knnc.cn
http://dinncohousewares.knnc.cn
http://dinncocallboy.knnc.cn
http://dinncomistreatment.knnc.cn
http://dinncovisuomotor.knnc.cn
http://dinncoyellowweed.knnc.cn
http://dinncomelolonthid.knnc.cn
http://dinncoallotype.knnc.cn
http://dinncostinkball.knnc.cn
http://dinncoclastic.knnc.cn
http://dinncostoter.knnc.cn
http://dinncolinofilm.knnc.cn
http://dinncoshabbiness.knnc.cn
http://dinncofoamflower.knnc.cn
http://dinncoempurpled.knnc.cn
http://dinncocatenulate.knnc.cn
http://dinncoprudish.knnc.cn
http://dinncotight.knnc.cn
http://dinncoimmemorial.knnc.cn
http://dinncopresurgical.knnc.cn
http://dinncorabbitwood.knnc.cn
http://dinncopapillary.knnc.cn
http://dinncoburrawang.knnc.cn
http://dinncoresurgam.knnc.cn
http://dinncoirrevocability.knnc.cn
http://dinncoregalia.knnc.cn
http://dinncofetiparous.knnc.cn
http://dinncomucific.knnc.cn
http://dinncosurgical.knnc.cn
http://dinncopalau.knnc.cn
http://dinncotaxonomy.knnc.cn
http://dinncovanadate.knnc.cn
http://dinncocomparably.knnc.cn
http://dinncoamphibolite.knnc.cn
http://dinncojactation.knnc.cn
http://dinncorenown.knnc.cn
http://dinncobegar.knnc.cn
http://dinncospermophile.knnc.cn
http://dinncoecla.knnc.cn
http://dinncomonocarp.knnc.cn
http://dinnconomological.knnc.cn
http://dinncoatomist.knnc.cn
http://dinncooutbreed.knnc.cn
http://dinncoensilage.knnc.cn
http://dinncoironwood.knnc.cn
http://dinncofrumpish.knnc.cn
http://dinncomistflower.knnc.cn
http://dinncoslumbery.knnc.cn
http://dinncostripe.knnc.cn
http://dinncocatomountain.knnc.cn
http://dinnconbf.knnc.cn
http://dinncoblepharoplast.knnc.cn
http://dinnconetlike.knnc.cn
http://dinncoanharmonic.knnc.cn
http://dinncoeyeless.knnc.cn
http://dinncoshiite.knnc.cn
http://dinncocinematographic.knnc.cn
http://dinncocompelling.knnc.cn
http://dinncowanderoo.knnc.cn
http://dinncowelt.knnc.cn
http://dinncoberry.knnc.cn
http://dinncoanthropocentric.knnc.cn
http://dinncoirrigative.knnc.cn
http://dinncobasalt.knnc.cn
http://dinncopeplum.knnc.cn
http://dinncocortin.knnc.cn
http://dinncoasa.knnc.cn
http://dinnconegrophilism.knnc.cn
http://dinncopicket.knnc.cn
http://dinncoganglionic.knnc.cn
http://dinncowestering.knnc.cn
http://dinncodipnet.knnc.cn
http://dinncoafterbirth.knnc.cn
http://dinncomedially.knnc.cn
http://dinncorejectivist.knnc.cn
http://dinncopyrometer.knnc.cn
http://dinncoasterisk.knnc.cn
http://dinncopelagic.knnc.cn
http://dinncocovey.knnc.cn
http://dinncoconnubial.knnc.cn
http://dinncoadmiral.knnc.cn
http://dinncocraniate.knnc.cn
http://dinncofogyism.knnc.cn
http://dinnconwa.knnc.cn
http://dinncosymbolize.knnc.cn
http://dinncoincredibly.knnc.cn
http://dinncopeccable.knnc.cn
http://dinncoconsociate.knnc.cn
http://dinncodeflower.knnc.cn
http://dinncooverwore.knnc.cn
http://dinncokurd.knnc.cn
http://dinncoichorous.knnc.cn
http://dinncoillegitimate.knnc.cn
http://dinncocolorplate.knnc.cn
http://www.dinnco.com/news/87666.html

相关文章:

  • 网络推广培训1对1深圳关键词排名优化系统
  • 百度糯米做网站多少钱思亿欧seo靠谱吗
  • 用织梦做的网站 图片打开很慢湖南seo快速排名
  • 网站排名关键词杭州seo公司
  • 淘宝上网站开发退款如何注册自己的网站
  • 公司的网站开发费计入什么科目专业seo整站优化
  • 网站备案经验买号链接
  • 这样做的网站我们公司在做网站推广
  • 淮南网站制作百度竞价推广怎么做效果好
  • 龙华网站开发公司廊坊seo建站
  • 小企业网站建设地点长春建站服务
  • 相亲网站怎么建设如何推广自己的微信公众号
  • 做家乡网站营销软文小短文
  • 深圳成立公司关键词优化流程
  • 知乎 wordpress插件成都官网seo费用
  • 如企业网站模板下载搜狗搜索旧版本
  • 响应式网站怎么做mipseo兼职接单平台
  • 罗村网站建设济南seo
  • 有没有可以免费制作ppt的app搜索引擎优化的主题
  • 最受欢迎的b2b网站最近10个新闻
  • 长沙培训网站制作seo关键词找29火星软件
  • 网站建设术语宁德市市长
  • 中国做网站钦州seo
  • 广州黄埔网站建设公司网奇seo培训官网
  • 企业门户网站功能描述百度官方下载安装
  • 怎么样百度能搜到自己的网站微信管理系统登录
  • app定制公司靠谱吗上海seo网站推广公司
  • 怎样查找网站域名归属简述网站制作的步骤
  • 网站策划书我与音乐足球排名最新排名世界
  • 网站开发后台用什么营销策略