①多行文字只显示一行,其它隐藏并显示为.. .text { font-size: 13px; line-height: 1.5; white-space: nowrap; //不换行 text-overflow: ellipsis; //超出部分以省略号显示 overflow: hidden; // ...
分类:
其他好文 时间:
2020-07-25 23:21:50
阅读次数:
97
1.部署linux环境,关闭防火墙[root@chaogelinux ~]# iptables -F[root@chaogelinux ~]# systemctl stop firewalld[root@chaogelinux ~]# systemctl disable firewalld[root ...
分类:
其他好文 时间:
2020-07-24 09:40:29
阅读次数:
79
1 Hadoop 源码编译支持 Snappy 压缩 1.1 资源准备 1.CentOS 联网 配置 CentOS 能连接外网。Linux 虚拟机 ping www.baidu.com 是畅通的 注意:采用 root 角色编译,减少文件夹权限出现问题 2.jar 包准备(hadoop 源码、JDK8 ...
分类:
其他好文 时间:
2020-07-23 22:32:44
阅读次数:
73
宽度不固定,超出宽度则以省略号“...”来表示。 /*规定段落中的文本不进行换行:*/ white-space: nowrap; overflow: hidden; /* text-overflow属性表示规定当文本溢出包含元素时发生的事情; ellipsis表示显示省略符号来代表被修剪的文本。*/ ...
分类:
Web程序 时间:
2020-07-19 11:51:01
阅读次数:
106
1、系统版本信息[root@linux/]#cat/etc/redhat-releaseCentOSLinuxrelease7.4.1708(Core)[root@linux/]#uname-r3.10.0-693.el7.x86_642、源码编译安装apache服务后,设置开机自启动报错信息################systemctl设置开机自启动报错################[ro
分类:
Web程序 时间:
2020-07-19 11:27:10
阅读次数:
143
在官网下载源码包 https://mirrors.edge.kernel.org/pub/software/scm/git/ 编译安装,此处演示2.27.0版本。 tar xf git-2.27.0.tar.gz cd git-2.27.0 yum install gcc zlib-devel.x8 ...
分类:
其他好文 时间:
2020-07-18 22:34:06
阅读次数:
133
After you replace ABS ECU or yaw rate/G sensor for Toyota,it will get C1210A trouble code.It will ask you to program yaw rate sensor.So here i want to ...
分类:
其他好文 时间:
2020-07-18 22:15:43
阅读次数:
104
源码编译安装 http://nginx.org/en/download.html 到官网下载,然后用XFTP上传到root目录 把文件解压出来 tar -zxvf nginx-1.16.0.tar.gz 然后用yum安装依赖项 yum install gcc pcre-devel zlib-deve ...
分类:
其他好文 时间:
2020-07-17 09:27:00
阅读次数:
72
官网下载:https://www.elastic.co/cn/downloads/elasticsearch 下载解压后,运行bin文件夹下的 elasticsearch.bat 看到started说明启动成功,打开浏览器测试一下,如下图 http://localhost:9200 然后可以添加IK ...
分类:
其他好文 时间:
2020-07-12 20:30:45
阅读次数:
152
系统环境要求 centos7,yum源正常使用,ip设置为:192.168.8.201; LAMP环境配置 ###软件环境设置systemctl disable firewalld;systemctl stop firewalld;systemctl status firewalldsetenfor ...
分类:
Web程序 时间:
2020-07-12 16:54:30
阅读次数:
66