上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: https://terryz.gitee.io/vue/#/selectpage <v-selectpage data="/api/intrusionevent/lists" v-model="temp.event_id" key-field="id" show-field="description 阅读全文
posted @ 2024-01-18 16:32 _迷途 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 以下是我在项目中常用的.gitignore文件: # 目录 /.idea/ /.vscode/ /vendor/ /runtime/ /thinkphp/ /public/uploads/ /public/upload/ /__MACOSX/ public/.well-known/ # 文件 Thu 阅读全文
posted @ 2024-01-03 15:27 _迷途 阅读(256) 评论(0) 推荐(0) 编辑
摘要: http://music.163.com/api/song/media?id=1417093533 阅读全文
posted @ 2023-06-19 17:02 _迷途 阅读(84) 评论(0) 推荐(0) 编辑
摘要: import { createRouter, createWebHistory } from 'vue-router' import Home from '@/view/Home.vue'; import Login from '@/view/Login.vue' const routes = [ 阅读全文
posted @ 2023-04-27 22:36 _迷途 阅读(172) 评论(0) 推荐(0) 编辑
摘要: import asyncio import datetime import time import aiohttp from aiohttp.client_exceptions import ClientConnectorError # 替换链接地址list urls = [ ] async def 阅读全文
posted @ 2023-04-17 16:44 _迷途 阅读(209) 评论(0) 推荐(0) 编辑
摘要: ^(0|[1-9]\d*)(\.\d*[1-9])?$ 阅读全文
posted @ 2023-04-14 14:01 _迷途 阅读(3) 评论(0) 推荐(0) 编辑
摘要: putenv('HTTPS_PROXY=127.0.0.1:10809'); putenv('HTTP_PROXY=127.0.0.1:10809'); 阅读全文
posted @ 2023-04-11 16:46 _迷途 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 1.添加支持库依赖项:在 build.gradle 文件中添加以下行以添加 SwipeRefreshLayout 支持库: implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' 2.在布局文件中添加 SwipeRe 阅读全文
posted @ 2023-04-06 12:35 _迷途 阅读(427) 评论(0) 推荐(1) 编辑
摘要: 我的PHP版本是7.4,起他版本没有试过 下载composer.zip 解压,把里面的composer文件复制这个文件到容器里的这个路径:/usr/local/bin/ 赋权限chmod 775 composer 如果composer install速度太慢,换源,我用的是阿里云镜像 compose 阅读全文
posted @ 2023-03-31 01:39 _迷途 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 来源:https://stackoverflow.com/questions/1361925/how-to-enable-socket-in-php 执行: docker-php-ext-install 扩展 docker-php-ext-configure: This command allows 阅读全文
posted @ 2023-03-31 01:16 _迷途 阅读(34) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页
点击右上角即可分享
微信分享提示