ICode9

精准搜索请尝试: 精确搜索
  • npm常用命令2022-06-28 22:02:52

    preface 记录自己常用的npm命令 Command Description npm init 初始化 npm 项目,会在当前文件夹下添加 package.json 文件 npm init <template-name> 使用特定模板初始化当前 npm 项目 npm install 安装 package.json 中记录的所有的包 npm install <package-name> 安

  • mac(M1)本地开发环境搭建LNMP2022-06-28 21:04:33

    注:记录mac环境搭建LNMP开发环境和用到的相关软件的详细过程,希望能对没使用过mac的同学有帮助。 一、安装Homebrew  使用Linux系统的同学,都很喜欢 (Debian/Ubuntu)系列的apt包管理系统和(Redhat/Fedora)系列的yum包管理系统。Mac OS X系统下面有apple的官方Mac App Store。但是好

  • ubuntu安装Gparted工具2022-06-28 19:04:33

    1 更新软件源 sudo apt update 2 下载 sudo apt install gparted 3 启动 在终端输入gparted命令,或者在搜索栏中搜索 4 卸载 sudo apt remove gparted 参考链接:https://linuxways.net/centos/how-to-install-gparted-on-ubuntu-20-04/

  • adb下载和命令2022-06-28 17:37:36

    adb下载:https://adbshell.com/downloads adb命令:adb链接设备,设备要开启开发者模式,一、查看链接的设备: adb devices 进入该设备的shell环境:adb -s (设备标识) shell (若只有一台设备,可直接 adb shell)退出shell环境:exit 查看应用列表:查看所有应用列表:adb shell pm list packages查看系

  • mac brew install 慢解决办法2022-06-28 11:34:50

    说明:原文(https://www.jianshu.com/p/6ea6e19c060d) 这个问题困扰了我很久,在网上找了很多资料。都是断章取义。没介绍完整, 都没有实际效果;最近需要在本地安装mysql。 为了安装快一点, 又重新面对brew install 慢的问题。又在网上把之前看的重新试一下。 终于解决了。下面的步骤,都是

  • docker_install2022-06-28 11:00:42

    #!/bin/bash ##### CentOS 7安装Docker ##### function install_docker(){ cd mkdir temp cd temp #下载 wget https://download.docker.com/linux/centos/7/x86_64/stable/Packages/containerd.io-1.3.9-3.1.el7.x

  • jupyter noetbook切换kernel2022-06-28 10:33:19

    1, conda env list 查看环境 2,activate pytorch1.10激活环境 3,在当前环境下执行: pip install ipykernel -i https://pypi.douban.com/simple  安装ipykernel 4,继续执行:python -m ipykernel install --user --name pytorch1.10 --display-name "conda env:pytorch1.10]" 5,任意环

  • elementary OS美化2022-06-28 02:02:40

    克隆项目: git clone https://github.com/surajmandalcell/elementary-x.git ~/.themes/elementary-x 替换主题: gsettings set org.gnome.desktop.interface gtk-theme "elementary-x" 转到克隆的文件目录: cd ~/.themes/elementary-x 获取执行权限: chmod 777 install_fixed_icon

  • python_包管理工具pip2022-06-27 22:32:25

    1.安装第三方库 pip3 install package_name==版本号:安装指定版本的包 pip3 install package_name 2.卸载 pip3 uninstall package_name 3.升级 pip3 install -U package_name 4.查看目前安装了哪些库 pip3 list 5.升级pip命令 python -m pip install --upgrade pip 6.虚拟环境相关

  • Linux安装 chrome2022-06-27 16:35:22

     1.输入命令  yum install epel-release 安装dnf;看到complete 则安装成功2.安装dnf输入如下命令 yum install dnf3.安装chrome 输入命令: dnf install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm4.查看chrome 版本输入命令google-chrome --ve

  • 好用到爆!GitHub 星标 32.5k+的命令行软件管理神器,功能真心强大!2022-06-27 14:35:54

    前言(废话) 本来打算在公司偷偷摸摸给星球的用户写一篇编程喵整合 MongoDB 的文章,结果在通过 brew 安装 MongoDB 的时候竟然报错了。原因很简单,公司这台 Mac 上的 homebrew 环境没有配置好。刚好 Java 程序员进阶之路上缺少这样一篇内容。 所以我就想,不如趁机水一篇吧,啊,不不不,趁机

  • linux man 中文手册安装2022-06-27 04:31:24

    Linux Man (手册) linux man 中文手册安装 步骤 下载源程序 解压文件并进入该目录 unzip master.zip ;cd master 安装支持程序 sudo apt install autotools-dev autoconf automake python3 opencc 编译源程序 autoreconf --install --force ./configure make make inst

  • 安装Oracle9c(rpm包安装)2022-06-25 23:05:10

    前提条件:             1.下载两个rpm包  全过程用root安装             https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/index.html               oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm            https://www.oracle.

  • Deep server Ubuntu 22.04 from scratch2022-06-25 21:02:17

    1.install Ubuntu22.04 via flash rufus https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview https://blog.csdn.net/whatiscode/article/details/109153474 https://zhuanlan.zhihu.com/p/355314438 2.install google download installation package: https://

  • win10 hyper-v 安装 centos 遇到的问题2022-06-25 16:32:59

    一、安装webRTC环境的准备工作 1.centos 下载位置: https://mirrors.openanolis.cn/anolis/8.4/isos/GA/x86_64/   2.win 10 没有 hyper  解决办法:【转】windows 没有hyper-v 解决方法   3.安装 centos 教程:https://www.jianshu.com/p/f4e5430266e1   4.centos 启动失败 解决

  • Vue搭建流程2022-06-25 13:03:28

    1、官网地址:https://cli.vuejs.org/zh/guide/installation.html    首先下载node.js安装并且配置好环境变量。 去nodejs官网下载即可,地址:http://nodejs.cn/中文网 前提要安装 以下: 1)安装npm淘宝镜像 cnpmnpm install -g cnpm --registry=https://registry.npm.taobao.org 2)cnpm

  • elementary OS配置和软件安装2022-06-25 11:36:03

    更换源 sudo apt update sudo apt install software-properties-common software-properties-gtk sudo software-properties-gtk sudo apt update sudo apt upgrade edge浏览器 https://www.microsoft.com/zh-cn/edge 下载之后在终端中输入如下命令,然后将下载的文件拖到命令

  • EF-Core 简单使用2022-06-24 00:34:29

    一:DBFirst 的使用: 1.引入程序包 Install-Package Microsoft.EntityFrameworkCore Install-Package Microsoft.EntityFrameworkCore.SqlServer Install-Package Microsoft.EntityFrameworkCore.Tools Install-Package Microsoft.EntityFrameworkCore.SqlServer.Design 命令执行: Sc

  • Ubantu18.04.4:依赖: g++-7 (>= 7.3.0-12~) 但是它将不会被安装2022-06-23 21:35:20

    {   https://blog.csdn.net/qq_41608919/article/details/104748719 }   sudo apt-get install aptitude sudo aptitude install g++ 此处选择n,之后提示 此处根据我的情况我选择将这些都进行降级,同时它也会给你安装上g++ -7,若此处选择n的话会给你提供其他方案。当然根据自身情

  • [转]PIP安装模块包时,MODULENOTFOUNDERROR: NO MODULE NAMED ‘_CTYPES‘ 报错的解决方法2022-06-23 21:32:03

    python setup.py install python3 setup.py install     错误原因 Python3中有个内置模块叫ctypes,它是Python3的外部函数库模块,它提供兼容C语言的数据类型,并通过它调用Linux系统下的共享库(Shared library),此模块需要使用CentOS7系统中外部函数库(Foreign function library)的

  • 【TcaplusDB知识库】Tmonitor后台一键安装介绍(一)2022-06-23 11:34:18

    【TcaplusDB知识库】Tmonitor后台一键安装介绍(一) 一键安装脚本修改 Tmonitor一键安装脚本默认是为TcaplusDB业务编写的,对于其他业务,安装步骤同"Tmonitor单机安装指引",安装前要对以下脚本进行修改: 1.修改init_some_tables.sql。 \2. 修改脚本的gen_dcsvr_conf()函数。 两个Tmonit

  • 在OpenCloudOS使用snap安装.NET 62022-06-23 08:32:01

    开源操作系统社区 OpenCloudOS 由腾讯与合作伙伴共同倡议发起,是完全中立、全面开放、安全稳定、高性能的操作系统及生态。OpenCloudOS 沉淀了多家厂商在软件和开源生态的优势,继承了腾讯在操作系统和内核层面超过10年的技术积累,在云原生、稳定性、性能、硬件支持等方面均有坚实支撑

  • SonarQube install2022-06-22 23:03:25

    .... 参考文档: https://docs.sonarqube.org/latest/setup/get-started-2-minutes/ sonarqube Action: https://github.com/kitabisa/sonarqube-action

  • packaging python project by setuptools - basic usage2022-06-22 21:31:36

    packaging python project by setuptools - basic usage setuptools fully-featured, actively-maintained, python-package-manager commonly used tool installation python -m pip install setuptools can also install build using pip python -m pip install build u

  • wsl debian安装apisix2022-06-22 17:33:32

    https://gitee.com/landylee007/apisix#/landylee007/apisix/blob/master/docs/en/latest/install-dependencies.md 可能缺少的依赖 sudo apt-get install lua5.1 liblua5.1 sudo apt-get install libpcre3 libpcre3-dev

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

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

ICode9版权所有