网站首页 站内搜索

搜索结果

查询Tags标签: 64,共有 919条记录
  • linux使用iptable做网关

    首先在能上外网的机器上增加一块网卡 我这里两块网卡配置如下 [[email protected] ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0 外网卡 DEVICE=eth0 TYPE=Ethernet ONBOOT=yes NM_CONTROLLED=yes BOOTPROTO=none IPADDR=192.168.56.100 NETMASK=255.255.255.0 GA…

    2022/8/22 5:52:44 人评论 次浏览
  • x86_64汇编基础:Basics

    参考https://cs61.seas.harvard.edu/site/2018/Asm1/正文 Registers Registers are the fastest kind of memory available in the machine. x86-64 has 14 general-purpose registers and several special-purpose registers. This table gives all the basic registers,…

    2022/8/20 14:24:37 人评论 次浏览
  • Linux安装docker

    官方安装文档 步骤 1、卸载旧版本旧版本的Docker被称为docker或docker-engine。如果安装了这些,请卸载它们以及相关的依赖项。$ sudo yum remove docker \docker-client \docker-client-latest \docker-common \docker-latest \docker-latest-logrotate \docker-logrotat…

    2022/8/16 5:23:07 人评论 次浏览
  • centos7安装kettle 资源库问题的解决方案

    wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/matthewdva:/build:/EPEL:/el7/RHEL_7/x86_64/webkitgtk-2.4.9-1.el7.x86_64.rpm yum install webkitgtk-2.4.9-1.el7.x86_64.rpm yum install -y redhat-lsb https://blog.csdn.net/m0_37…

    2022/8/15 5:22:47 人评论 次浏览
  • [CentOS7]更换内核

    1. 添加repo库 yum -y install https://www.elrepo.org/elrepo-release-7.el7.elrepo.noarch.rpm2. 导入签名 rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org3. 差看长期支持版本 [[email protected] ~]# yum --disablerepo="*" --enablerepo=&qu…

    2022/8/15 5:22:46 人评论 次浏览
  • DPI-1047: Cannot locate a 64-bit Oracle Client library: "The specified module could not be foun

    DPI-1047: Cannot locate a 64-bit Oracle Client library: "The specified module could not be found". See https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html for help 下载instant-client 解压 将 oci.dll oraociei.dll 放入pytho…

    2022/8/14 2:25:27 人评论 次浏览
  • qemu运行欧拉/鸿蒙

    qemu运行openeuler-riscv64 参考[https://zhuanlan.zhihu.com/p/440896294]运行了qemu-openeuler 导出容器(可以不看这里)docker export导出的是容器的快照,不会保存元数据,所以,如果你想让其他人也使用也就需要使用docker save,docker save是针对镜像的,所以我们需要…

    2022/8/13 6:23:03 人评论 次浏览
  • Linux之错误解决Error: Failed to download metadata for repo 'appstream': Cannot prepare interna

    [[email protected] ~]# docker pull centos Using default tag: latest latest: Pulling from library/centos a1d0c7532777: Pull complete Digest: sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177 Status: Downloaded newer image for cent…

    2022/8/13 5:22:57 人评论 次浏览
  • 初试twinbasic

    以前玩了蛮久的vba,最近关注了一下twinbasic这门语言。今天来尝试一下。虽然目前还有很多不完善的地方,但作者更新很频繁。而且用用还能做点东西出来。 作者是用webview2来开发ide的,说实话,反应不是那么快,但是看起来还是比较炫。首先我们来看一下整个界面: 整个窗口布…

    2022/8/12 23:26:32 人评论 次浏览
  • linux安装mysql

    1.下载wget http://dev.mysql.com/get/mysql-5.7.26-1.el7.x86_64.rpm-bundle.tar 2.解压tar -xvf mysql-5.7.26-1.el7.x86_64.rpm-bundle.tar -C ../software/ 3.删除mariadb 4.执行yum install libaio 5.将文件移动之前解压出现问题 6.依次执行进入mysql目录下执行rpm…

    2022/8/12 2:23:14 人评论 次浏览
  • CentOS7 内核升级

    CentOS7 内核升级背景:修复服务器内核漏洞 当安装了一个发行版,它包含了一个特定版本的内核,如下这台服务器内核则为:Linux 3.10.0-1160.el7.x86_64# uname -sr Linux 3.10.0-1160.el7.x86_64内核升级操作步骤如下: 安装elrepo# 载入公钥,安装eprepo源(网址:http:…

    2022/8/11 5:22:57 人评论 次浏览
  • Linux uname 命令

    Linux uname 命令 Linux uname(英文全拼:unix name)命令用于显示系统信息。 uname 可显示电脑以及操作系统的相关信息。 语法 uname [-amnrsv][--help][--version]参数说明:-a或--all  显示全部的信息。 -m或--machine  显示电脑类型。 -n或--nodename  显示在网络…

    2022/8/9 5:23:10 人评论 次浏览
  • 计算机基础

    32位和64位 64位也能装32位的应用,最多可以有128G内存 32位最多4GB 字节 位bit 计算机 内部数据储存的最小单位 例如11001100是一个八位 二进制数 字节byte 处理数据的基本单位 一般用大写B表示 1B= 8bit 字符 计算机中的字母 数字 字 符号 1024B= 1KB 1024KB= 1M 1024M=…

    2022/8/8 23:23:07 人评论 次浏览
  • 机器学习之前的环境准备

    Conda 安装 清华镜像无脑下一步即可 创建遇到的问题以及解决办法HTTP 000 问题 进入“C:\Users\Administrator”文件夹找到“.condarc”文件,修改内容为ssl_verify: true show_channel_urls: truechannels:- http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/win…

    2022/8/8 6:23:05 人评论 次浏览
  • LeetCode刷题15-内存资源分配

    package com.example.demo.leetcode.case202208;import java.util.*; import java.util.stream.Collectors;/*** 功能描述** @author ASUS* @version 1.0* @Date 2022/8/7*/ public class Main2022080701 {/*有一个简易内存池,内存按照大小粒度分类,每个粒度有若干个可用…

    2022/8/8 5:24:14 人评论 次浏览
扫一扫关注最新编程教程