ICode9

精准搜索请尝试: 精确搜索
  • 1-2 Installing Jenkins for ubuntu2022-07-31 01:31:12

    参考文档 https://www.jenkins.io/doc/book/installing/ https://blog.csdn.net/wf908164152/article/details/125716221 环境准备 root@wlserver:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.

  • 1-1 Installing Jenkins2022-07-30 20:33:31

    Docker 安装配置 参考文档: https://www.jenkins.io/doc/book/installing/ To use the latest LTS docker pull jenkins/jenkins:lts-jdk11 docker-compose.yml version: "3.1" services: jenkins: image: jenkins/jenkins:lts-jdk11 container_name: jenkins-do

  • Visual Studio Installer问题:Your machine is busy installing a program other than Visual Studio2022-06-14 10:04:49

    问题: 使用Visual Studio Installer安装的时候,报错: Your machine is busy installing a program other than Visual Studio 然后让我们选择继续Continue,取消Cancle或者重试retry, 我选择了继续,但是隔一段时间,又会中断操作并且弹出这个提示 仔细看明细,发现一个操作尝试了10次,显示的是

  • vscode配置go开发环境2022-05-18 17:31:54

    安装go vscode git 设置windows用户环境变量 配置go env # 打开git bash,键入以下命令 go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.cn,direct vscode配置 # 安装扩展:go和code runner # 键入ctrl+shift+p 搜:go:install/update # 选择所有下拉框,点击确定开始安

  • Compiling and Installing Yate on Windows2022-05-11 09:01:53

    Compiling and Installing Yate on Windows see http://docs.yate.ro/wiki/Compiling_and_Installing_Yate_on_Windows Download http://voip.null.ro/tarballs/yate6/    There are two ways to install Yate under Windows: Download and install Yate from download p

  • Installing Superset最新版本安装(笔记)2022-02-10 11:01:11

    官方文档:https://superset.apache.org/docs/installation/installing-superset-from-scratch 由于在centos上安装有各种问题,个人没有解决好。因此采用在ubuntu server上安装,顺利的多。步骤如下,主要是按官方步骤就行,其中有一点就是必须升级pip至最新。 In Ubuntu 20.04 the follow

  • Cannot execute binary file 之原因2022-01-17 20:34:04

    文章目录 1. 写在最前面2. 排查方向2.1 非 root 用户2.2 编译目标与执行环境不同2.3 程序需要的动态库或静态库缺失2.3.1 解决办法 4. 等等4.1 真·解决办法4.1.1 使用 CGO_ENABLED=04.1.2 更换依赖的基础镜像 5. 碎碎念6. 参考资料 1. 写在最前面 问题:笔者用 kaniko

  • 【Go学习】VS Code 中的代码自动补全和自动导入包2022-01-15 14:31:11

    原文链接:VS Code 中的代码自动补全和自动导入包 文章目录 其他 参考资料 VSCode 必须安装以下插件: 首先你必须安装 Golang 插件,然后再给 Go 安装工具包。 在 VS Code 中,使用快捷键:command+shift+P,然后键入:go:install/update tools,将所有 16 个插件都勾选上,然后点击 OK

  • 【ubuntu 18.04】安装RVM2021-12-22 11:33:01

    1. 官网 # 二进制包 https://rubies.travis-ci.org/ # 官网 https://rvm.io/ 2. 安装文档 https://rvm.io/rvm/install 3. 安装步骤 sudo apt install gnupg2# 配置秘钥gpg2 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB

  • Electron-froge安装卡死在Installing NPM Dependencies2021-12-11 14:30:28

    C:\Users\chais>electron-forge init project1 √ Checking your system ? WARNING: The specified path: "C:\Users\chais\project1" is not empty, do you wish to continue? Yes √ Initializing Project Directory √ Initializing Git Repository √ Copyi

  • Go语言学习过程记录2021-11-20 09:07:09

    1. 使用VS Code安装GO环境         百度下载go安装包安装之后,比如我本地是安装在D:\program files\Go目录,此时需要将系统的环境变量更改为此目录,因为环境变量中默认填写的是C:\Users\Administrator\go,但是这个目录下并没有什么东西,导致在VS中运行的时候会报错。修改之后没生

  • VSCode Go 环境2021-11-02 15:31:41

    先在终端执行 go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.io,direct 来创建代理。 然后重新打开VSCode,Install All 之后, Tools environment: GOPATH=/Users/chris/go Installing 10 tools at /Users/chris/go/bin in module mode. gopkgs go-outline gotests

  • 安装gitbook卡在installing GitBook 3.2.3的解决方法2021-10-12 23:05:30

    前言 今天装gitbook,在网上搜了各种教程,基本大同小异,装node.js,再 npm install gitbook-cli -g 然后 gitbook -V 看下版本成功没,但是我gitbook是安装成功了,-V看版本时却莫名其妙开始下新版本 C:\Users\xxx>gitbook -V CLI version: 2.3.2 installing GitBook 2.3.2\(这个小斜

  • 安装Qemu-6.1.02021-10-09 21:59:59

    安装Qemu 荣涛 2021年9月23日 1. yum安装 TODO CentOS8使用yum安装的qemu版本为4.2.0,如果需要最新版本,需要从https://www.qemu.org/download/下载最新源码,编译安装。 2. 源码安装 2.1. 下载 Qemu最新源码下载链接:https://www.qemu.org/download/ CentOS8使用yum安装

  • React Native 运行报错2021-09-08 03:31:05

    ios pod installAnalyzing dependenciesFetching podspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`Fetching podspec for `RCT-Folly` from `../node_modules/react-native/third-party-podspecs/RCT-Foll

  • 解决Composer Installing dependencies from lock file2021-08-06 10:31:58

    Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Your lock file does not contain a compatible set of packages. Please run composer update. Problem 1 - phpoffice/phpspr

  • [2021 Spring] CS61B 学习笔记 Lab 1 Setup: Setting Up Your Computer2021-07-17 17:31:59

    Lab 1 Setup: https://sp21.datastructur.es/materials/lab/lab1setup/lab1setup 目录A. Installing a Text Editor (optional)B. Configure Your ComputerC. Learn to Use the Terminal (Optional)D. Test Run for your Setup from Step BE. Install IntelliJF. Installing the

  • Docker学习笔记(一)2021-07-05 21:04:23

    Docker学习笔记(一) 暑期加入了沃天宇老师的实验室进行暑期的实习。在正式开始工作之前,师兄先让我了解一下技术栈,需要了解的有docker、k8s、springboot、springcloud。 仅以一系列博客记录一下自己学习的笔记。更多内容见Github 2021/7/5 参考资料 docker官网: https://www.docker.

  • The installer has encountered an unexpected error installing this package.2021-06-22 15:01:22

    今天安装svn的时候报错:The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2503. 解决方法: 用管理员权限打开cmd,然后输入命令 msiexec /package C:\Users\asus\Downloads\Torto

  • Install WPScan on Debian 8 for WordPress Vulnerability Scanning2021-06-20 23:56:38

    WPScan is a WordPress vulnerability scanner written in Ruby. It is sponsored by Sucuri and hosted on github. Using its security vulnerability database for WordPress core, plugins and themes it will provide a report on your site’s known security problems w

  • 中标麒麟兆芯-安装VMware2021-06-08 12:57:54

    首先,安装好中标麒麟桌面系统V7.0。 其次,从下载地址 下载VMware15.5版本,在下载页面选择Linux的版本。 下载的是VMware-Workstation-Full-15.5.7-17171714.x86_64.bundle。 上传到中标麒麟系统里,然后执行命令 chmod +x VMware-Workstation-Full-15.5.7-17171714.x86_64.bundle

  • PHP系列 | PHP5.6 安装 endroid/qr-code 遇到的问题2021-06-04 23:02:43

    官方库地址:https://packagist.org/packages/endroid/qr-code PHP5.6 的最高版本为:2.5.1 通过composer安装 composer require endroid/qr-code 2.5.1  安装结果 ./composer.json has been updated Loading composer repositories with package information Updating dependenc

  • 如何安装thinkphp2021-05-30 18:57:20

    1.在桌面左下方的菜单栏点右键,点击运行,输入cmd,   C:\Users\远方的诗和雨>D:()    D:\>D:\wamp64\www(#将安装位置改到你的www目录下) 运行下面代码 D:\>D:\wamp64\www(我的目录在D盘) curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/compos

  • GBase 8a MPP Cluster 安装操作2021-05-18 07:01:52

    环境规划 三个物理节点IP 10.10.10.201、10.10.10.202、10.10.10.203 Coordinator节点为 10.10.10.201、10.10.10.202 DATA节点为 10.10.10.201、10.10.10.202、10.10.10.203 分片规则 gbase01 主分片 1 ,4 分片副本 5 ,3 gbase01 主分片 2 ,5 分片副本 1 ,6 gbase01 主分片 3

  • Installing matplotlib into Ubuntu 18.042021-02-27 20:02:10

    File "/home/lee/share/py_lab/matplotlib_animation/src/test001.py", line 2, in <module> from matplotlib import animation,pyplot File "/home/lee/share/py_lab/env001_matplot_animate/lib/python3.8/site-packages/matplotlib/pyplot.p

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

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

ICode9版权所有