01 2022 档案
摘要:action('index/index/upload',['参数' => '参数值']); //第一种 controller('index/index')->upload('参数'); //第二种
阅读全文
摘要:#!/bin/bash ftp -n<<! open 192.168.1.2 #ftp上传地址 user ftp_username ftp_userpass #ftp帐号和密码 binary hash cd / #ftp服务端存储目录 lcd /home/backup/database #ftp客户
阅读全文
摘要:<script> $(function (){ $('#content img').each(function() { var strA = "<a href='" + $(this).attr('src') + "' target='_blank'></a>"; $(this).wrapAll(s
阅读全文
摘要:$ClientBuilder = new ClientBuilder(); $esClient = $ClientBuilder->create()->setHosts([config('search_host')])->build(); $params['index'] = config('sea
阅读全文

浙公网安备 33010602011771号