文章搜索我现在使用的是mysql的模糊查询like搜索标题关键字。 之前也有用全文索引,但是全文索引的效率比较低,所以,后期就没有在对文章内容进行匹配。 后来接触到中文分词器,感觉他刚好能解决我的问题:目前比较好的支持PHP的分词器大概有solr(基于Java开发),sphinx(基于C++开发) ...
分类:
其他好文 时间:
2021-01-11 10:52:57
阅读次数:
0
6.1.1 LAMP架构介绍 LAMP是linux、apache、mysql、php的网站架构缩写,是基于linux系统的最基础的网站架构模式,linux系统可选择centos7,web服务用apache的httpd,mysql用来存储数据,php应用程序提供前后端服务。该架构常用在一些简单的展示网 ...
分类:
Web程序 时间:
2021-01-07 12:00:42
阅读次数:
0
python的一些模块可以用pip来进行安装,相当于linux下的yum命令很方便,模块不需要手动去编译安装 如果不嫌麻烦可以按照下面的步骤进行安装。个人建议干脆装更高的比方 2.7.15 自动就安装了,没必要自己单独安装 2.7.15 pip tool在这个目录下 C:\Python27\Scri ...
lamp简介 所谓lamp,其实就是由Linux+Apache+Mysql/MariaDB+Php/Perl/Python的一组动态网站或者服务器的开源软件,除Linux外其它各部件本身都是各自独立的程序,但是因为经常被放在一起使用,拥有了越来越高的兼容度,共同组成了一个强大的Web应用程序平台。 ...
分类:
其他好文 时间:
2021-01-06 12:26:46
阅读次数:
0
torch.numel(input) → int Returns the total number of elements in the input tensor. Document torch.from_numpy(ndarray) → Tensor Creates a Tensor from a ...
安装redis 源码编译安装redis 4.0 1.首先下载软件包;到服务器中 [root@deeam ~]# tar xf redis-4.0.9.tar.gz [root@deeam ~]# cd redis-4.0.9 [root@deeam redis-4.0.9]# make [root@ ...
分类:
其他好文 时间:
2021-01-04 10:45:03
阅读次数:
0
一、常用的监控方案 开源监控软件:cacti、nagios、zabbix、smokeping、open-falcon等 1、Cacti 官方网站:https://www.cacti.net/ https://github.com/Cacti/cacti Cacti是基于LAMP平台展现的网络流量监测 ...
分类:
其他好文 时间:
2021-01-02 11:32:07
阅读次数:
0
准备编译环境 yum -y install gcc gcc-c++ make autoconf bzip2 bzip2-devel libpng libpng-devel freetype-devel gmp-devel readline-devel curl-devel libxml2-devel ...
分类:
Web程序 时间:
2021-01-02 11:27:46
阅读次数:
0
一、编译部署Nginx 1.12 安装配置: [root@localhost ~]# groupadd nginx [root@localhost ~]# useradd -s /sbin/nologin -g nginx -M nginx [root@localhost ~]# systemctl ...
分类:
其他好文 时间:
2020-12-28 10:59:10
阅读次数:
0
一、所需源码包:1.httpd-2.4.43.tar.gz2.apr-1.7.tar.gz3.apr-util-1.6.1.tar.gz4.pcre-8.44.tar.gz5.php-7.2.31.tar6.mysql-5.7.30.tar.gz二、准备环境:yuminstall-ymakegccgcc-c++opensslopenssl-develexpat-devel三、将下载的包解压到/us
分类:
其他好文 时间:
2020-12-25 12:35:52
阅读次数:
0