上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 29 下一页
摘要: 关闭: pasv_promiscuous=YES 阅读全文
posted @ 2020-03-26 13:39 看不见的R 阅读(501) 评论(0) 推荐(0)
摘要: 1. 下载软件包 下载mysql 5.7.27 linux 通用软件包 aria2c https://downloads.mysql.com/archives/get/p/23/file/mysql-5.7.27-linux-glibc2.12-x86_64.tar.gz 2. 清理环境 查找命令 阅读全文
posted @ 2020-03-25 14:45 看不见的R 阅读(2734) 评论(0) 推荐(0)
摘要: 重新设置下各编译工具的环境变量,与kit 阅读全文
posted @ 2020-03-12 12:53 看不见的R 阅读(473) 评论(0) 推荐(0)
摘要: qlineseries.clear() 清空曲线中的点再重新添加即可。 阅读全文
posted @ 2020-03-11 21:01 看不见的R 阅读(1935) 评论(0) 推荐(0)
摘要: 买了个win平板,配置实在是太低了,个人也不是太喜欢 用win,干脆安装linux,从我最熟悉的archlinux开始。 一、 准备工作 从win中用dism++备份出触屏驱动。 从github下载工具 https://github.com/onitake/gsl-firmware 二、 安装lin 阅读全文
posted @ 2020-03-10 15:38 看不见的R 阅读(1734) 评论(0) 推荐(0)
摘要: #不与vi兼容 set nocompatible #语法高亮 syntax on #底部显示当前模式 set showmode #显示键入命令 set showcmd #支持鼠标 set mouse=a #使用utf8编码 set encoding=utf-8 #启用256色 set t_Co=25 阅读全文
posted @ 2020-03-08 04:15 看不见的R 阅读(130) 评论(0) 推荐(0)
摘要: 一、 makefile格式 1. makefile的文件名可以是makefile也可以是Makefile。 2. 定义变量 <变量名> = <内容> 3. 使用变量 $(<变量名>) 例如: CC = gcc $(CC) main.c 4. 标准makefile格式。 target : prereq 阅读全文
posted @ 2020-03-08 00:28 看不见的R 阅读(420) 评论(0) 推荐(0)
摘要: QDoubleValidator* lineDouble = new QDoubleValidator(0, 100000, 3, nullptr); ui->lineEdit_engRatedPower->setValidator(lineDouble); QIntValidator 阅读全文
posted @ 2020-03-07 23:33 看不见的R 阅读(1660) 评论(0) 推荐(0)
摘要: $ sudo mv /usr/bin/baloo_file_extractor /usr/bin/baloo_file_extractor.bak $ sudo ln -s /bin/true /usr/bin/baloo_file_extractor $ sudo mv /bin/baloo_fi 阅读全文
posted @ 2020-03-07 20:30 看不见的R 阅读(273) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/8edee8b72b2b 阅读全文
posted @ 2020-03-05 22:57 看不见的R 阅读(419) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 29 下一页