1.开通阿里云服务器(ESC) 详见博客,一下略过... https://www.刘竹.cn/290.html 2.安装运行环境 使用LAMP来搭建(Ubnutu16.04 Apache Php7.1) Linux + Apache + Httpd + Mysql + PHP 在镜像中选择LAMP环 ...
                            
                            
                                分类:
其他好文   时间:
2020-08-07 21:42:42   
                                阅读次数:
75
                             
                    
                        
                            
                            
                                ①多行文字只显示一行,其它隐藏并显示为.. .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
                             
                    
                        
                            
                            
                                    宽度不固定,超出宽度则以省略号“...”来表示。 /*规定段落中的文本不进行换行:*/ white-space: nowrap; overflow: hidden; /* text-overflow属性表示规定当文本溢出包含元素时发生的事情; ellipsis表示显示省略符号来代表被修剪的文本。*/ ...
                            
                            
                                分类:
Web程序   时间:
2020-07-19 11:51:01   
                                阅读次数:
106
                             
                    
                        
                            
                            
                                    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
                             
                    
                        
                            
                            
                                    官网下载: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
                             
                    
                        
                            
                            
                                    一、单行 <div class="div">这是一段中文这是一段中文这是一段中文这是一段中文这是一段中文这是一段中文</div> .div { background-color: green; width: 100px; overflow: hidden; text-overflow: ellips ...
                            
                            
                                分类:
Web程序   时间:
2020-07-10 12:55:11   
                                阅读次数:
83
                             
                    
                        
                            
                            
                                    1、LAMP 环境搭建 1.1 、安装 apache 安装 pcre tar -zxvf pcre-8.41.tar.gz cd pcre-8.41 ./configure --prefix=/home/pcre make make install 安装 apr tar -zxvf apr-1.6. ...
                            
                            
                                分类:
其他好文   时间:
2020-07-08 21:26:11   
                                阅读次数:
65
                             
                    
                        
                            
                            
                                https://www.jianshu.com/p/dbc585a35061 系统版本:CentOS7.6; 基于LAMP环境安装 一、环境配置 1、安装环境 [root@jiahao ~]# yum install -y httpd mariadb-server mariadb php php-m ...
                            
                            
                                分类:
其他好文   时间:
2020-07-04 15:07:12   
                                阅读次数:
75