随意记事
  • 首页
  • SERVER
  • PHP&Mysql
  • WEB前端
  • Larave

Ubuntu安装ssh代理上网

1、安装sssudo apt-get update sudo apt-get install python-gevent python-pip pip install shadowsocks 2、配置sshvim...

  •   SERVER
  •   2018-10-19
  •   讨论
  •   10198

centos7 安装php-ssh2插件

1、安装libssh2wget https://www.libssh2.org/download/libssh2-1.8.0.tar.gz tar xzvf libssh2-1.8.0.tar.gz cd libs...

  •   SERVER
  •   2018-09-06
  •   讨论
  •   562

laravel api 使用session时报错:Session store not set on request

今天在使用api路由进行登录时,接口报Session store not set on request错误,看网上很多朋友说加中间件web就可以,但是测试后还是发现不行。后面看到外网上有朋友修改了Kernel后可以...

  •   PHP&Mysql
  •   2018-08-30
  •   讨论
  •   546

JQuery获取from数据的两种方法

当from表单数据多时,我们再去一个一个的提取就比较麻烦了,这里介绍JQuery两种获取整个from数据的方法。1、serializeArray()console.log( $('form').serializeA...

  •   WEB前端
  •   2018-08-28
  •   讨论
  •   472

Laravel5.5配置email发送

laravel5.3后的mail发送使用的是Mailable。使用Mailable后使得邮件发送更加简单了。1、Mailable的发送是基于 Guzzle HTTP的,所以首先需要安装一下 composer req...

  •   PHP&Mysql
  •   2018-08-26
  •   讨论
  •   556

mac安装iterm2以及配置oh-my-zsh

1、 首先安装iterm2 地址:官方网址 下载完成后直接复制iterm.app至应用程序文件夹 安装完成 2、安装oh-my-zsh 地址官方网址 在iterm中执行 sh -c "$(wget http...

  •   SERVER
  •   2018-08-21
  •   讨论
  •   566

mac pro升级node

今天在安装cue-cli的时候需要环境node >= 8.9。所以记录一下升级过程,其实挺简单的。安装n模块npm install -g n 更新node到最新sudo n stable

  •   SERVER
  •   2018-08-17
  •   讨论
  •   447

php 时间戳strtotime增加指定时间

echo date('Y-m-d H:i:s',strtotime('now'));//当前时间戳 2017-01-09 21:04:11 echo date('Y-m-d H:i:s',strtotime('+1...

  •   PHP&Mysql
  •   2018-08-15
  •   讨论
  •   578

laravel配合scout使用elastic实现中文搜索

资料下载 laravel-scout-elasticlaravel/scout的安装可以参考Laravel 的搜索系统 Scout一、laravel-scout-elastic的安装composer require...

  •   PHP&Mysql
  •   2018-08-15
  •   讨论
  •   532

Centos 7 安装elasticsearch实现中文搜索

资料下载 elasticsearch中文git clone git://github.com/medcl/elasticsearch-rtf.git -b master --depth 1 cd elasticse...

  •   SERVER
  •   2018-08-15
  •   讨论
  •   481
  1. 后一页 »
CATEGORY
  • SERVER18
  • PHP&Mysql9
  • WEB前端1
  • Larave0
POPULAR POSTS
  • Ubuntu安装ssh代理上网 10,198 人看过
  • centos7.2 perl: warning: Setting locale failed.解决办法 627 人看过
  • Centos 7 开机使用指定用户执行指定命令 587 人看过
  • php 时间戳strtotime增加指定时间 578 人看过
  • mac安装iterm2以及配置oh-my-zsh 566 人看过
  • centos7 安装php-ssh2插件 562 人看过
  • Laravel5.5配置email发送 556 人看过
  • laravel api 使用session时报错:Session store not set on request 546 人看过
  • laravel配合scout使用elastic实现中文搜索 532 人看过
  • Centos 7 安装elasticsearch实现中文搜索 481 人看过
RECENT COMMENTS
© 2021 随意记事. 由 Typecho 强力驱动.Theme by 7TEC.CN..