6.10

centos 6.10 安装 qtCreator6.0.2

centos 6.10 安装 qtCreator6.0.2 在 centos 6.10 上源码编译安装 qtCreator6.0.2 下载地址 下载后解压 然后执行下面命令 cd qt-creator-opensource-src-6.0.2 mkdir build && cd build cmak ......
qtCreator6 qtCreator centos 6.10 0.2

【Linux】CentOS 6.10 内存分配

确定centos系统采用的是lvm分区格式 从vg_ran02-lv_home分区取出512G的空间添加到根目录vg_ran02-lv_root分区上 卸载vg_ran02-lv_home分区 umount /home 如有提示则按如下方式进行:先查看当前/home被哪个进程占用;再杀死该进程即可; ......
内存 CentOS Linux 6.10 10

centos 6.10 编译 zstd 库

centos 6.10 编译 zstd 库 从 github 上下载最新的源码。下载链接 进入到 zstd-dev 目录下 执行下面命令 cd /build/cmake mkdir build && cd build cmake .. make 我遇到了报错: timefn.c:(.text+0x5 ......
centos 6.10 zstd 10

centos 6.10 安装 readline 6.2.0

centos 6.10 安装 readline 6.2.0 下载地址 解压文件 cd readline-6.2 ./configure -prefix /usr/local/readline-6.2 make && make install 安装完成 ......
readline centos 6.10 10

centos 6.10 安装 boost 1.78.0

centos 6.10 安装 boost 1.78.0 下载地址 找到对应的版本,下载源码,而不是二进制文件。 解压文件 cd boost_1_78_0 ./bootstrap.sh ./b2 install -perfix /usr/local/boost1.78.0/ ......
centos boost 6.10 10 78

centos 6.10 安装 swig 4.0.2

centos 6.10 安装swig 4.0.2 下载地址 解压文件。 执行下面命令 cd swig-4.0.2 ./configure --prefix=/usr/local/swig-4.0.2 make && make install ......
centos 6.10 swig 10

centos 6.10 安装 qtCreator6.0.2

centos 6.10 安装 qtCreator6.0.2 在 centos 6.10 上源码编译安装 qtCreator6.0.2 下载地址 下载后解压 然后执行下面命令 cd qt-creator-opensource-src-6.0.2 mkdir build && cd build cmak ......
qtCreator6 qtCreator centos 6.10 0.2

centOs 6.10 编译 qt 5.15.11.

centOs 6.10 编译 qt 5.15.11 安装依赖库 xcb 依赖库 qt xcb 需要的依赖 如何要用 x11, 就要在编译的时候加上 -xcb 选项,就要安装 xcb 相关的库。 到时可以在 config.log 文件查看,缺少哪个库就安装哪个。 下面是我手动安装的库和对应版本: xc ......
centOs 6.10 10 15 11

centos 6.10 安装 python3.10.5 和 openssl1.1.1

centos 6.10 安装 python3.10.5 和 openssl1.1.1 安装 openssl centos 6.10 自带的 openssl 版本太老了,要安装 1.0.2以上的版本。 如果不安装 openssl,python 的 pip 无法联网。 下载 wget https://l ......
openssl1 python3 openssl centos python

centos 6.10 安装 gcc9.4

centos 6.10 安装 gcc 9.4 下载 gcc 9.4 下载地址:https://mirrors.tripadvisor.com/gnu/gcc/gcc-9.4.0/ 选择 gcc-9.4.0.tar.xz 下载 解压下载的文件 进入 gcc-9.4.0 文件夹, 运行: ./contr ......
centos 6.10 gcc9 gcc 10

6.10学习总结

Java ArrayList Java 集合框架 ArrayList 类是一个可以动态修改的数组,与普通数组的区别就是它是没有固定大小的限制,我们可以添加或删除元素。 ArrayList 继承了 AbstractList ,并实现了 List 接口。 ArrayList 类位于 java.util ......
6.10 10

6.10 闲话

今天和昨天都被dp真实了,得好好补补dp了。一个式子能推我一天,我真服辣。 # 下面说正事 昨天打入门赛了,感觉出题人对"她"是........ 当时我读题就感觉看到了自己,但人家比我好啊...... 我还真应了我的名字 Jokest (但其实我是因为这事才取的Jokest的名字) 我真的有很多话想 ......
6.10 10

6.10 对象数组

### demo1 ``` class Person { private String name; private int age; public Person(String name,int age){ this.name = name; this.age = age; } public Stri ......
数组 对象 6.10 10

centos(linux):yum报错:removing mirrorlist with no valid mirrors的处理(centos 6.10)

一,报错 [root@osc ~]# yum install -y python3-pip Loaded plugins: fastestmirror, security Setting up Install Process Determining fastest mirrors YumRepo E ......
centos mirrorlist removing mirrors linux
共14篇  :1/1页 首页上一页1下一页尾页