注意事项: 源码安装分为配置(configure)、编译(make)、安装(make install)。 安装httpd时,如果需要进行指定安装,用到./configure --prefix ./configure --prefix=/usr/local/apache configure --pre ...
                            
                            
                                分类:
Web程序   时间:
2020-05-07 13:59:07   
                                阅读次数:
84
                             
                         
                    
                        
                            
                            
                                    <!DOCTYPE html> <html> <head> <title> How to make a Pagination using HTML and CSS ? </title> </head> <body> <center> <!-- Header and Slogan --> <h1>Ge ...
                            
                            
                                分类:
Web程序   时间:
2020-05-07 13:49:30   
                                阅读次数:
80
                             
                         
                    
                        
                            
                            
                                Toast.makeText(Context context, CharSequence text, @Duration int duration) 参数说明: + 上下文 + 消息内容 + 停留时间 + 短时间:Toast.LENGTH_SHORTT + 长时间:Toast.LENGTH_LONG ...
                            
                            
                                分类:
移动开发   时间:
2020-05-06 21:20:28   
                                阅读次数:
74
                             
                         
                    
                        
                            
                            
                                1 概述 本文章主要讲述了如何从源码编译安装MySQL社区版8.0.20,首先会介绍一些编译安装的相关知识,然后开始编译安装 2 源码编译安装的相关知识 2.1 make与configure make是一个编译的命令,会在当前的目录下寻找Makefile这个文件,Makefile文件记录了源代码如何 ...
                            
                            
                                分类:
数据库   时间:
2020-05-06 19:48:56   
                                阅读次数:
70
                             
                         
                    
                        
                            
                            
                                    (1)numpy以及matplotlib的学习总结及应用 NumPy是Python语言的一个扩充程序库。支持高级大量的维度数组与矩阵运算,此外也针对数组运算提供大量的数学函数库。Numpy内部解除了CPython的GIL(全局解释器锁),运行效率极好,是大量机器学习框架的基础库! NumPy的全名为 ...
                            
                            
                                分类:
其他好文   时间:
2020-05-06 19:34:37   
                                阅读次数:
83
                             
                         
                    
                        
                            
                            
                                    a.下载redis压缩包(linux版),有内网就上传,没内网就用yum b.创建目录/usr/local/redis,把压缩包移进去并解压 c.切换目录并安装 cd redis-4.0.6 make make install d.进入bin目录创建myredis文件并复制redis.conf到该文 ...
                            
                            
                                分类:
其他好文   时间:
2020-05-06 18:13:54   
                                阅读次数:
118
                             
                         
                    
                        
                            
                            
                                    有点难的一场。 题目链接:http://codeforces.com/gym/101964 B: solver:czq C: solver: czq、zyh E: solver:czq ...
                            
                            
                                分类:
其他好文   时间:
2020-05-05 20:17:14   
                                阅读次数:
83
                             
                         
                    
                        
                            
                            
                                安装以下依赖包 yum install pcre-devel yum install zlib zlib-devel yum install openssl openssl-devel //也可用一条命令代替 yum install pcre-devel zlib zlib-devel openss ...
                            
                            
                                分类:
其他好文   时间:
2020-05-05 19:56:15   
                                阅读次数:
441
                             
                         
                    
                        
                            
                            
                                    常用关键字介绍 Add Port 参数:【port_locator | open=True | make_current=False | **kwargs】 说明:添加端口 Port_locator:端口号 Open:默认为True表示激活状态,False表示禁用状态 Make_current:默认 ...
                            
                            
                                分类:
其他好文   时间:
2020-05-05 16:20:58   
                                阅读次数:
168
                             
                         
                    
                        
                            
                            
                                    In package.json file: "prepare": "npm run build", "postpublish": "git push --tags", "prepare": make sure we don't forget to run build before publish t ...
                            
                            
                                分类:
其他好文   时间:
2020-05-04 19:24:31   
                                阅读次数:
49