上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 40 下一页
摘要: 1:新创一个桶名 2:下载SDK 3: 4: php编辑器 终端运行 5:阿里云复制代码 6:获取秘钥和毽 7: 控制器书写代码:切记引入oss namespac App\Http\Controllers\exam\exam20; use OSS\OssClient; use OSS\Core\Os 阅读全文
posted @ 2022-02-15 14:49 王越666 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 方式1: 1:找见域名列表 2: 主机记录 *,@,www 2:证书申请并下载 3: 4:宝塔网站ssl 参考博客: https://developer.aliyun.com/article/771441 方式2 1: 2:: 3: 4:访问: 5:如果HTTPS:无法访问,查看安全组443端口是否 阅读全文
posted @ 2022-02-15 10:25 王越666 阅读(345) 评论(0) 推荐(0) 编辑
摘要: <audio preload autoplay loop id="vd"> <source src="/static/audio/hua.mp3" type="audio/mpeg"> </audio> <script> {{-- 音乐--}} window.onload = function(){ 阅读全文
posted @ 2022-02-14 21:51 王越666 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1: <style> .item { width: 500px; height: 50px; margin: 0 auto; text-align: center; font-size: 30px; color: orange; } strong { background-color: orange 阅读全文
posted @ 2022-02-14 20:12 王越666 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-02-14 19:36 王越666 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 非框架中使用redis实例? 1.就是new出redis对象然后连接,然后键值操作即可 <?php $redis = new redis(); $redis->connect('127.0.0.1', 6379); $result = $redis->set('test',"11111111111" 阅读全文
posted @ 2022-02-14 09:42 王越666 阅读(287) 评论(0) 推荐(0) 编辑
摘要: js文件中进行计算var timestamp = Date.parse(new Date()); timestamp = timestamp / 1000; console.log(timestamp); 阅读全文
posted @ 2022-02-11 16:56 王越666 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 这里以域名为例子: 这样使用的目的是用于上线后系统维护 1:微信小程序新建目录config,新建config.js文件 const config={ // 域名 baseUrl:'http://local.tp5.com/', } //导出: export {config} 2:文件进行引用 //引 阅读全文
posted @ 2022-02-11 13:29 王越666 阅读(423) 评论(0) 推荐(0) 编辑
摘要: 一:建表 1:用户表 2:订单表 3:收货地址 4:秒杀的商品表: 二:库存预热: 模型代码 : 控制器代码: 我们要定时预热: 博客链接: public function start() { $last = time(); $task = [6 => $last, 10 => $last, 30 阅读全文
posted @ 2022-02-10 11:37 王越666 阅读(510) 评论(0) 推荐(0) 编辑
摘要: 框架网址https://www.rhaphp.com/ 开发手册网址:: https://www.kancloud.cn/langleigelang/rhaphp/588488 git 克隆,如果克隆不下来,可以将zip 下载至本地 并打包运行至宝塔 2:线上运行项目 请将 RhaPHP系统上传到你 阅读全文
posted @ 2022-02-08 15:28 王越666 阅读(255) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 40 下一页