01 2022 档案

摘要:action('index/index/upload',['参数' => '参数值']); //第一种 controller('index/index')->upload('参数'); //第二种 阅读全文
posted @ 2022-01-25 09:27 赵瑛 阅读(580) 评论(0) 推荐(0)
摘要:#!/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客户 阅读全文
posted @ 2022-01-18 10:48 赵瑛 阅读(183) 评论(0) 推荐(0)
摘要:<script> $(function (){ $('#content img').each(function() { var strA = "<a href='" + $(this).attr('src') + "' target='_blank'></a>"; $(this).wrapAll(s 阅读全文
posted @ 2022-01-14 22:41 赵瑛 阅读(166) 评论(0) 推荐(0)
摘要:$ClientBuilder = new ClientBuilder(); $esClient = $ClientBuilder->create()->setHosts([config('search_host')])->build(); $params['index'] = config('sea 阅读全文
posted @ 2022-01-07 08:20 赵瑛 阅读(1249) 评论(0) 推荐(0)

版权所有 © 2025 沅来是澧

如果有程序开发、网站建设等需求的请联系我,QQ:47419233