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

外贸多语言网站十大免费ppt网站在线

外贸多语言网站,十大免费ppt网站在线,wordpress mdui,东莞最新网站建设软件安装 安装mingw64 #xff08;c语言环境 选择posix-ucrt#xff09; ucrt:通用c运行时库配置mingw64/bin的路径到环境变量中在cmd窗口中输入命令 gcc -v 4. 下载Rust安装程序 安装 Rust - Rust 程序设计语言 5. 配置rustup和cargo目录 #xff08;cargo是包管… 安装 安装mingw64 c语言环境 选择posix-ucrt ucrt:通用c运行时库配置mingw64/bin的路径到环境变量中在cmd窗口中输入命令 gcc -v 4. 下载Rust安装程序 安装 Rust - Rust 程序设计语言 5. 配置rustup和cargo目录 cargo是包管理 6. 配置加速安装地址 (1) 直接从官方网站下载会很慢改用国内镜像加速安装设置以下环境变量 RUSTUP_DIST_SERVER Index of /rustup/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror RUSTUP_UPDATE_ROOT Index of /rustup/rustup/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror (2) 配置库镜像类似python的pip在“C:\Users\用户名\”下创建“.cargo”文件夹在文件夹内创建“config”文件如下 [source.crates-io] registry “https://github.com/rust-lang/crates.io-index” replace-with ‘tuna’ [source.tuna] registry https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git 7. 点击 下载的 rustup-init.exe Rust Visual C prerequisitesRust requires a linker and Windows API libraries but they dont seem to be available.These components can be acquired through a Visual Studio installer.1) Quick install via the Visual Studio Community installer(free for individuals, academic uses, and open source).2) Manually install the prerequisites(for enterprise and advanced users).3) Dont install the prerequisites(if youre targeting the GNU ABI).2You can acquire the build tools by installing Microsoft Visual Studio.https://visualstudio.microsoft.com/downloads/Check the box for Desktop development with C which will ensure that the needed components are installed. If your locale language is not English, then additionally check the box for English under Language packs.For more details see:https://rust-lang.github.io/rustup/installation/windows-msvc.htmlInstall the C build tools before proceeding.If you will be targeting the GNU ABI or otherwise know what you are doing then it is fine to continue installation without the build tools, but otherwise, install the C build tools before proceeding.Continue? (y/N) yWelcome to Rust!This will download and install the official compiler for the Rust programming language, and its package manager, Cargo.Rustup metadata and toolchains will be installed into the Rustup home directory, located at:D:\Program\rust\rustup_homeThis can be modified with the RUSTUP_HOME environment variable.The Cargo home directory is located at:D:\Program\rust\cargo_homeThis can be modified with the CARGO_HOME environment variable.The cargo, rustc, rustup and other commands will be added to Cargos bin directory, located at:D:\Program\rust\cargo_home\binThis path will then be added to your PATH environment variable by modifying the HKEY_CURRENT_USER/Environment/PATH registry key.You can uninstall at any time with rustup self uninstall and these changes will be reverted.Current installation options:default host triple: x86_64-pc-windows-msvcdefault toolchain: stable (default)profile: defaultmodify PATH variable: yes1) Proceed with standard installation (default - just press enter) 2) Customize installation 3) Cancel installation 2Im going to ask you the value of each of these installation options. You may simply press the Enter key to leave unchanged.Default host triple? [x86_64-pc-windows-msvc] x86_64-pc-windows-gnuDefault toolchain? (stable/beta/nightly/none) [stable]Profile (which tools and data to install)? (minimal/default/complete) [default]Modify PATH variable? (Y/n) YCurrent installation options:default host triple: x86_64-pc-windows-gnudefault toolchain: stableprofile: defaultmodify PATH variable: yes1) Proceed with selected options (default - just press enter) 2) Customize installation 3) Cancel installation--------------------此时直接回车-----------------------开始下载安装------info: profile set to default info: setting default host triple to x86_64-pc-windows-gnu info: syncing channel updates for stable-x86_64-pc-windows-gnu info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) info: downloading component cargo10.3 MiB / 10.3 MiB (100 %) 9.6 MiB/s in 1s ETA: 0s info: downloading component clippy info: downloading component rust-docs info: installing component rustfmt info: default toolchain set to stable-x86_64-pc-windows-gnustable-x86_64-pc-windows-gnu installed - rustc 1.82.0 (f6e511eec 2024-10-15)Rust is installed now. Great!To get started you may need to restart your current shell. This would reload its PATH environment variable to include Cargos bin directory (D:\Program\rust\cargo_home\bin).Press the Enter key to continue.8. 在cmd窗口中 输入 rustc --version (可能需要重启后才能运行成功 rustc --version rustc 1.82.0 (f6e511eec 2024-10-15) 注意 重启后如果提示找不到命令提示则需要将路径 D:\Program\rust\cargo_home\bin 加到PATH中。 vscode配置 在磁盘中建立rust开发workspace文件夹 rust_ws (如 D:\rust_ws)打开 VSCode点击File--Open Folder 后选择 D:\rust_ws转到“扩展”视图可以通过点击侧边栏的方块图标或按 CtrlShiftX 快捷键。安装以下扩展 rust-analyzer提供语法高亮、代码补全、格式化等功能。CodeLLDB用于调试 Rust 程序。Better TOML用于增强 TOML 文件的语法支持。 5. 通过 Ctrl 打开Terminal 或在界面点击 View --Terminal ) 输入 cargo new hello_world 这样会在D:\rust_ws 下创建hello_world工程 此时打开main.rs后点击Run就可以运行 点击Run后能在Terminal中看到运行成功的打印 生成的程序在target下 可以在Terminal中直接运行 PS D:\rust_ws\hello_world\target\debug .\hello_world.exe Hello, world! PS D:\rust_ws\hello_world\target\debug PS: 也可以进入工程目录 hello_world  下 执行  cargo run
http://www.hkea.cn/news/14419778/

相关文章:

  • 廊坊网站关键词排名哪个网站可以做行程表
  • 调查队网站建设开通微信公众号要收费吗
  • 施工程找工程做哪个网站好做网站哪个效果好
  • 开封网站建设公司iis网站架设教程
  • 建网站代理哪个开发东莞网站制作公司
  • 网站建设实质馆陶网站建设价格
  • 网站开发公司照片重庆公司有哪些
  • 社区网站建设资金申请asp 网站开发
  • 网站建设费用贵不贵招远做网站
  • 简述网站开发的具体流程长春市科学技术局网站
  • 网站设计可以吗网站建设需要的项目
  • 合肥公司网站建设养老网站建设的意义
  • 创意互动 网站建设装修公司网站模板
  • 镇江网站排名优化公司注册教育培训机构需要什么条件
  • 那些网站可以上传自己做的视频滦平县建设局网站
  • 梧州专业网站推广网站后期培训机构全国排名
  • 俄文网站建设方案网站开发就业岗位
  • 凡科建站网页版如何做明星的个人网站
  • 网站报价单wordpress主题修改
  • 网站建设建设意见公司部门设置及职责划分
  • 抖音seo招商seo教程书籍
  • 企业型网站网址怎么开个人网站赚钱
  • 在线查网站的ip地址wordpress批量发文章
  • 怎么做网站怎么引入广告挣钱四川响应式网站哪家好
  • 先做网站还是先解析深圳福田园岭网站建设
  • 郑州网站推广流程东山网站建设
  • 没备案的网站怎么做淘客asp.net网站开发期末复习题
  • 网站网站 后缀gr企业设计网站公司哪家好
  • php手机网站开发工具做英语在线翻译兼职网站
  • 郑州作网站c 做网站好嘛