ICode9

精准搜索请尝试: 精确搜索
  • VS Code中Golang环境配置2021-02-20 10:04:30

    1.VSCode 建议安装以下插件   首先你必须安装 Golang 插件,然后再给 Go 安装工具包。   在 VS Code 中,使用快捷键:command+shift+P,然后键入:go:install/update tools,将所有 16 个插件都勾选上,然后点击 OK 即开始安装。     1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1

  • centos7安装配置 Anaconda32021-02-02 18:03:13

    Anaconda 是一个用于科学计算的 Python 发行版,Anaconda于Python,相当于centos于linux。 下载 [root@test src]# mwget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-5.2.0-Linux-x86_64.sh Begin to download: Anaconda3-5.2.0-Linux-x86_64.sh FileSiz

  • 2021-01-20 17:05:27

    一.Go开发编辑器 开发工具多种多样, 选择一款适合自己的编辑器, 并且还要兼顾高效轻量 适用于go语言开发的编辑器有很多,包含GoLand、IDEA、VS Code等 甚至使用submit、notepad++、vim等也能进行go语言的开发 1.VS Code介绍 VS Code (Visual Studio Code), 是微软公司开源的一

  • 安装 django 教程2020-10-29 02:33:04

          https://linuxize.com/post/how-to-install-django-on-centos-7/ CONTENTS Installing Django on CentOS 7 1. Installing Python 3 2. Creating a Virtual Environment 3. Installing Django 4. Creating a Django Project 5. Testing the Development Server 6. D

  • vscode 安装go插件失败后,最简单的方法2020-07-28 23:00:53

    vscode 安装go插件 参考: https://github.com/goproxy/goproxy.cn/blob/master/README.zh-CN.md https://goproxy.cn/ Installing github.com/nsf/gocode FAILED Installing github.com/uudashr/gopkgs/cmd/gopkgs FAILED Installing github.com/ramya-rao-a/go-outline FAILED Ins

  • Go语言的环境配置与Hello world2020-07-19 14:01:06

    示例系统 Windows 10 安装Go语言开发工具 根据自己的喜好在以下两个链接中,选择其中一个来下载Go语言开发工具,选择下载以.msi作为后缀名的Windows版。 Go语言中文网 Go语言官网(需要魔法上网) 检查Go语言开发工具是否可用 在命令行中直接输入Go命令,如果显示出如以下的提示,说

  • Installing Pytorch in Ubuntu2020-06-13 17:54:28

    https://www.jianshu.com/p/5ba667fa9fe9 conda install pytorch torchvision cudatoolkit=10.2 conda install pytorch==1.2.0 torchvision==0.4.0 cudatoolkit=10.0 conda install pytorch==1.2.0 torchvision==0.4.0 cudatoolkit=10.0

  • linux java依赖的安装包2020-04-14 17:55:07

      Installing : libxslt-1.1.28-5.el7.aarch64                                                                                          1/29   Installing : libICE-1.0.9-9.e

  • 快速学习-VScode开发Go只能提示设置2020-04-06 14:04:13

    安装以下14个插件 Installing 14 tools at GOPATH gocode gopkgs go-outline go-symbols guru gorename gomodifytags goplay impl godef goreturns golint gotests dlv Installing github.com/nsf/gocode SUCCEEDED Installing github.com/uu

  • 【学习笔记】Golang起步之HelloWord2020-03-03 22:53:09

    golang 安装 进入官网--> https://golang.org/ 选择适合自己的系统下载 环境变量 添加环境变量 以mac终端为 zsh为例,输入下面命令 >> vi ~/.zshrc 在最后追加下面代码 # /Users/quaint/study/golang-study 为你的golang 工作空间, 该空间下应该包含3个文件夹 src pkg bin # root

  • php笔记2020-02-27 23:00:18

    1.获取并解压 PHP 源代码 cd ../php-x.x.x ./configure --enable-fpm --with-mysql make sudo make install 2.配置并构建 PHP。在此步骤您可以使用很多选项自定义 PHP,例如启用某些扩展等。 运行 ./configure --help 命令来获得完整的可用选项清单。 在本示例中,我们仅进行包含 P

  • Error while Installing APKs2020-02-06 12:52:21

    描述:在一些机型上安装软件 提示卸载原先的软件 但是又安装不上新软件 DELETE_FAILED_INTERNAL_ERROR Error while Installing APKs 解决:File->Settings->Build,Execuion,Deployment->Instant Run 然后把Enable Instant Run to...那一项的勾去掉就好了

  • VSCode配置Go插件和第三方拓展包2020-01-15 12:04:12

    前言 VSCode现在已经发展的相当完善,很多语言都比较推荐使用其来编写,Go语言也一样,前提你电脑已经有了Go环境和最新版本的VSCode 插件安装 直接在拓展插件中搜索Go,就可以安装Go插件 安装之后vscode会弹出该插件还需安装一些扩展工具支持,但是这些工具往往会下载失败,或者仅仅成功一部

  • linux非root用户安装ncurses-devel依赖,解决configure: error: No curses library functions found2019-09-24 17:02:32

      很明显,如果我们通过yum或rpm下载安装,始终无法绕开root用户,除非我们不用yum或rpm。是的,我们直接下载源码包,到ftp.gnu.org/pub/gnu/ncurses/我们可以下到最新的源码包ncurses-6.1.tar.gz,通过rz上传至非root用户wlf的soft目录下,回到根目录,我们把源码包解压: $ tar xzvf soft/ncur

  • Installing the AWS SAM CLI on macOS2019-09-16 13:01:15

    Installing the AWS SAM CLI on macOS https://docs.aws.amazon.com/zh_cn/serverless-application-model/latest/developerguide/serverless-sam-cli-install-mac.html The following steps help you to install and configure the required prerequisites for using the AWS

  • NeoVim安装2019-09-12 10:44:05

    https://github.com/neovim/neovim/wiki/Installing-Neovim

  • osgearth 编译日志2019-08-29 20:56:01

    1>------ 已启动生成: 项目: ZERO_CHECK, 配置: Debug x64 ------1> Checking Build System1> CMake does not need to re-run because E:/OpenSourceGraph/osgearth_build20190829/CMakeFiles/generate.stamp is up-to-date.1> CMake does not need to re-run because

  • Installing Kubernetes with kops2019-07-22 22:51:51

    内容: [Installing Kubernetes with kops] [kops demo] 平台: AWS Installing Kubernetes with kops 1.aws configure 安装 awscli: pip install awscli 创建 IAM User, 获取到 access_key_id 以及 access_key. 配置验证: aws configure 2.安装 kops MacOSX brew install

  • win10 解决Failed installing 'Tomcat8' service2019-06-14 21:02:47

    今天将tomcat安装成服务执行service.bat install时遇到 Installing the service 'Tomcat8' ...Using CATALINA_HOME: "D:\software\apache-tomcat-8.5.24"Using CATALINA_BASE: "D:\software\apache-tomcat-8.5.24"Using JAVA_HOME: "

  • Installing gcc 6.1 on centos 72019-04-26 15:52:25

    yum install libmpc-devel mpfr-devel gmp-devel yum install zlib-devel* cd ~/Downloads curl ftp://ftp.gnu.org/pub/gnu/gcc/gcc-6.1.0/gcc-6.1.0.tar.bz2 -O tar xvfj gcc-6.1.0.tar.bz2 cd gcc-6.1.0 ./configure –with-system-zlib –disable-multilib –ena

  • unzip解压失败2019-04-24 16:52:11

    [root@localhost soft]# unzip QY.zip Archive: QY.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment wil

  • DELETE_FAILED_INTERNAL_ERROR Error while Installing APKs,小米系统2019-04-24 10:55:02

    DELETE_FAILED_INTERNAL_ERROR Error while Installing APKs   首先看你的测试机是不是小米,是的话找到开发者选项,找到最后miui优化,关闭并重启,小米的开发者选项不好找。你可以使用搜索,点击设置进入后在顶部的搜索框进行搜索。

  • 安卓调试时 DELETE_FAILED_INTERNAL_ERROR,Error while Installing APKs2019-03-24 09:55:33

    新版本Android Studio运行APK时,出现DELETE_FAILED_INTERNAL_ERROR, Error while Installing APKs如何解决。  有一种方法:打开settings,找到Build>Instant Run,把右边的勾去掉,再次尝试安装。     

  • Installing Language Tool in TexStudio2019-02-18 14:01:32

    This is a recent and more detailed solution for Windows users.Make sure the last version of TeXstudio is downloaded from its website.Download the English dictionary (*.oxt) from here to the directory C:\Program Files (x86)\TeXstudio\dictionaries.Downlo

  • software installing2019-02-14 19:01:50

    <1>.Apache防火墙配置   firewall-cmd --add-service=http firewall-cmd --add-service=https 防火墙通过80和443端口 <2>.Apache连接php配置 在其后加上一行AddType application/x-httpd-php .php //来解析php文件  

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有