footable 插件使用技巧
今天在使用footable 插件的时候遇到了排序的问题折腾了好久网上也没找到文档所有在这里记录下来提供给有需要的同学参考一下:
写法:
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="1000" data-sorting="true"> <thead...
由于博客程序改版,且org域名无法备案。 故此博客不再更新,以转为新 站博文家。 https://www.32e.top
今天在使用footable 插件的时候遇到了排序的问题折腾了好久网上也没找到文档所有在这里记录下来提供给有需要的同学参考一下:
写法:
<table class="footable table table-stripped toggle-arrow-tiny" data-page-size="1000" data-sorting="true"> <thead...
yum install gc gcc gcc-c++ pcre-devel zlib-devel openssl-devel groupadd nginx useradd -s /sbin/nologin -g nginx -M nginx wget http://nginx.org/download/nginx-1.12.0.tar.gz tar -xzvf nginx-1.12.0.tar.g...
方案:使用开源的SS5( Socks Server 5 )
官网:http://ss5.sourceforge.net/ (点击左侧的Software在右侧的Server处进入下载地址)
CentOs版本:CentOS 6.9
以下操作如果没有特别指明,均在root目录下(/root)
1、从官网下载源码
wget https://nchc.dl.sourcefo...
<?php function search_word_from() { $referer = isset($_SERVER['HTTP_REFERER'])?$_SERVER['HTTP_REFERER']:''; if(strstr( $referer, 'baidu.com')){ //百度 preg_match( "|baid...
1,查看程序运行目录 一般在 /usr/local/mysql
ps aux | grep mysqld
2,查看配置文件位置 一般会返回 /etc/my.cnf /etc/mysql/my.cnf /usr/local/mysql/etc/my.cnf ~/.my.cnf
mysql –verbose –help | grep -A 1 'Defau...
原因,php默认使用了系统自带的低版本的curl 可以时候用curl -V 查看当前版本
解决方案:
升级你的curl
命令:
brew upgrade curl
根据提示如不行就重装
brew reinstall curl
然后重启php-fpm
sudo killall php-fpm
sudo php-...