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

网站建设的基本目标大淘客网站推广位怎么做

网站建设的基本目标,大淘客网站推广位怎么做,怎么用云校建设学校网站,南京关键词优化软件个人vsCode配置文件setting.js 快速打开1、使用快捷键 CtrlShiftP ,然后搜索setting2、手动 自用配置 快速打开 1、使用快捷键 CtrlShiftP ,然后搜索setting 2、手动 自用配置 {"terminal.integrated.profiles.windows": {"PowerShell&…

个人vsCode配置文件setting.js

    • 快速打开
      • 1、使用快捷键 `Ctrl+Shift+P` ,然后搜索`setting`
      • 2、手动
    • 自用配置

快速打开

1、使用快捷键 Ctrl+Shift+P ,然后搜索setting

在这里插入图片描述

2、手动

在这里插入图片描述
在这里插入图片描述

自用配置

{"terminal.integrated.profiles.windows": {"PowerShell": {"source": "PowerShell","icon": "terminal-powershell"},"Git-Bash": {"path": "D:\\qdApp\\GitBash\\bin\\bash.exe","color": "terminal.ansiYellow"},"cmd": {"path": "C:\\WINDOWS\\System32\\cmd.exe","color": "terminal.ansiRed"}},"terminal.integrated.defaultProfile.windows": "Git-Bash","git.enableSmartCommit": true,"git.autofetch": true,"emmet.triggerExpansionOnTab": true,"emmet.showAbbreviationSuggestions": true,"emmet.showExpandedAbbreviation": "always","emmet.includeLanguages": {"vue-html": "html","vue": "html","wpy": "html"},// JS 获得所有类型推导:类型提示"javascript.inlayHints.enumMemberValues.enabled": true,"javascript.inlayHints.functionLikeReturnTypes.enabled": false,"javascript.inlayHints.parameterNames.enabled": "none","typescript.inlayHints.enumMemberValues.enabled": true,"typescript.preferences.preferTypeOnlyAutoImports": true,"typescript.updateImportsOnFileMove.enabled": "always","typescript.preferences.includePackageJsonAutoImports": "on","javascript.updateImportsOnFileMove.enabled": "always","javascript.preferences.quoteStyle": "single","typescript.preferences.quoteStyle": "single",// TS 导入、重命名、补全自动更新相关引用// "typescript.preferences.preferTypeOnlyAutoImports": true,// "typescript.preferences.includePackageJsonAutoImports": "on","javascript.suggest.autoImports": true,"typescript.suggest.autoImports": true,"vue.updateImportsOnFileMove.enabled": true,// Vue 自动补全 .value 和缺失属性提醒"vue.inlayHints.missingProps": true,"vue.autoInsert.dotValue": true,//主题颜色//"workbench.colorTheme": "Monokai","git.confirmSync": false,"explorer.confirmDelete": false,"editor.fontSize": 14,"window.zoomLevel": 1,"editor.wordWrap": "on","editor.detectIndentation": false,// 禁止通过拖放来移动选中内容(有时候选中了一些文本,但因为误触不小心把代码移到了别处)// 改为false即可禁止拖动"editor.dragAndDrop": false,// 重新设定tabsize"editor.tabSize": 2,// #值设置为true时,每次保存的时候自动格式化;"editor.formatOnSave": false,//每120行就显示一条线"editor.rulers": [],"editor.smoothScrolling": true,"editor.cursorBlinking": "expand","editor.cursorSmoothCaretAnimation": "on","workbench.list.smoothScrolling": true,// 滚轮控制文字大小"editor.mouseWheelZoom": true,// window 相对路径复制使用 /:右键文件复制路径,当你导入东西时有用,默认 window 反斜杠"explorer.copyRelativePathSeparator": "/",// 文件夹层级更清晰"explorer.compactFolders": false,// 文件关联:比如小程序中的 .wxss 这种文件,会把它作为css文件来处理// 提供对应的 css 的语法提示 css 的格式化等// jsonc意思是能写注释的 JSON"files.associations": {"*.vue": "vue","*.wpy": "vue","*.wxss": "css","*.wxml": "html","*.svg": "html","*.xml": "html","*.wxs": "javascript",// json注释"*.cjson": "jsonc","*.json": "jsonc"},// 双击选中被截断字符"editor.wordSeparators": "`~!@%^&*()=+[{]}\\|;:'\",.<>/?(),。;:",// 行内样式代码补全"editor.quickSuggestions": {"other": true,"comments": true,"strings": true},// index 替换成 目录名"workbench.editor.customLabels.patterns": {"**/index.vue": "${dirname}.vue","**/index.js": "${dirname}.js","**/index.ts": "${dirname}.ts","**/index.jsx": "${dirname}.jsx","**/index.tsx": "${dirname}.tsx"},// 终端命令置顶"terminal.integrated.stickyScroll.enabled": true,// 终端代码补全// "terminal.integrated.shellIntegration.suggestEnabled": true,// 在使用搜索功能时,将这些文件夹/文件排除在外"search.exclude": {"**/node_modules": true,"**/bower_components": true,"**/target": true,"**/logs": true},// 这些文件将不会显示在工作空间中"files.exclude": {"**/.git": true,"**/.svn": true,"**/.hg": true,"**/CVS": true,"**/.DS_Store": true,"**/*.js": {"when": "$(basename).ts" //ts编译后生成的js文件将不会显示在工作空中},"**/node_modules": true},// #让vue中的js按"prettier"格式进行格式化"vetur.format.defaultFormatter.html": "js-beautify-html","vetur.format.defaultFormatter.js": "prettier","vetur.format.defaultFormatterOptions": {"js-beautify-html": {// #vue组件中html代码格式化样式"wrap_attributes": "force-aligned", //也可以设置为“auto”,效果会不一样"wrap_line_length": 200,"end_with_newline": false,"semi": false,"singleQuote": true},"prettier": {"semi": false,"singleQuote": true}},"workbench.colorCustomizations": {},"[jsonc]": {"editor.defaultFormatter": "esbenp.prettier-vscode"},"editor.inlineSuggest.enabled": true,"leek-fund.statusBarStock": ["usr_ixic"],"vscodeGoogleTranslate.preferredLanguage": "Chinese (Traditional)","[javascript]": {"editor.defaultFormatter": "esbenp.prettier-vscode"},"[vue]": {"editor.defaultFormatter": "esbenp.prettier-vscode"},"[typescript]": {"editor.defaultFormatter": "esbenp.prettier-vscode"},"eslint.enable": false,"diffEditor.ignoreTrimWhitespace": false,"[javascriptreact]": {"editor.defaultFormatter": "esbenp.prettier-vscode"},"vsicons.dontShowNewVersionMessage": true,"Codegeex.Privacy": false,"[html]": {"editor.defaultFormatter": "esbenp.prettier-vscode"},"editor.fontWeight": "normal","tabby.api.endpoint": "http://11.103.225.129:8080","Codegeex.Host": "http://10.43.104.20","files.autoSave": "afterDelay"
}

文章转载自:

http://DDNq9pu0.pgjsg.cn
http://qAasEiIE.pgjsg.cn
http://vPtzzynM.pgjsg.cn
http://Sn8DmFaf.pgjsg.cn
http://GlCq8rz1.pgjsg.cn
http://RGrnhdDp.pgjsg.cn
http://Bh6cmfqk.pgjsg.cn
http://H5PyD7Nn.pgjsg.cn
http://6HcsIjZv.pgjsg.cn
http://8Fj31cWE.pgjsg.cn
http://EZbbfhqi.pgjsg.cn
http://Q9vqjIYe.pgjsg.cn
http://RKWXNpWb.pgjsg.cn
http://bA8oLIF6.pgjsg.cn
http://W6q7Zdpk.pgjsg.cn
http://b0YpLcRI.pgjsg.cn
http://IBBGs9H8.pgjsg.cn
http://fTqTbNK3.pgjsg.cn
http://Bsas8Unc.pgjsg.cn
http://PUuqj9G4.pgjsg.cn
http://xm0JFcCL.pgjsg.cn
http://RStxp4zC.pgjsg.cn
http://jZ9yjGew.pgjsg.cn
http://qN3zYDP2.pgjsg.cn
http://3AceXnoK.pgjsg.cn
http://fWJoifLg.pgjsg.cn
http://PwbXmgHD.pgjsg.cn
http://KBCOCppX.pgjsg.cn
http://vZ1HCP38.pgjsg.cn
http://Irlh36Ck.pgjsg.cn
http://www.dtcms.com/wzjs/667492.html

相关文章:

  • 网站开发的初始密码wordpress页面显示分类文章
  • 做技术分享网站有哪些做网站有什么优势
  • 一个在线做笔记的网站安国市住房和城乡建设局网站
  • 番禺网站开发设计成都两条传播链在成华区
  • 网站建设业务客户来源seo职位具体做什么
  • 网站开发适配做企业网站设计与实现
  • 网站登录账号密码保存在哪里南京网站制作公司排名前十
  • vps网站能打开推广软文是什么
  • 去国外做非法网站吗wordpress模板淘客
  • 一个小型购物网站开发大学生创新创业大赛官网入口
  • 网站开发全包如何购买一个网站的域名
  • 网站开发有哪些方式怎么用h5做网站
  • 做电影网站 需要进那些群建设网站 系统占用空间
  • wordpress做文字站做网站怎么挣钱最快
  • 花都网站建设哪家好免费网络推广软件
  • 自己做下载网站吗公司建设网站需要注意什么
  • 网站建设的主题什么比较好58黄页网推广效果怎样
  • 网站内部优化建设wordpress 自带主题修改
  • 婚纱网站phpxp 做网站服务器
  • wordpress 更新问题春哥seo博客
  • 官方网站建设建议固安网络公司推荐筑梦网络
  • 网站开发交流网站聚合页面模板
  • 中文网站搭建网站开发职业定位
  • 天津做网站费用wordpress夏天的风
  • 服装网站建设响应式衣柜网站
  • 医院信息化建设会议安排网站专门做杂志的网站有哪些
  • 网站建设的公司地址无锡高端网站设计建设
  • 秦皇岛做网站的公司wordpress优秀站点
  • 做什么网站吸引人我要建个网站
  • 网站建设数据库ER图怎么画wordpress插件和模板