会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
迷途
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
9
下一页
2024年1月18日
vue2中使用v-selectpage插件 搜索并分页
摘要: 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 _迷途
阅读(449)
评论(0)
推荐(0)
2024年1月3日
thinkphp项目gitignore文件
摘要: 以下是我在项目中常用的.gitignore文件: # 目录 /.idea/ /.vscode/ /vendor/ /runtime/ /thinkphp/ /public/uploads/ /public/upload/ /__MACOSX/ public/.well-known/ # 文件 Thu
阅读全文
posted @ 2024-01-03 15:27 _迷途
阅读(374)
评论(0)
推荐(0)
2023年6月19日
获取网易云音乐歌词
摘要: http://music.163.com/api/song/media?id=1417093533
阅读全文
posted @ 2023-06-19 17:02 _迷途
阅读(130)
评论(0)
推荐(0)
2023年4月27日
Vue3路由正确写法
摘要: 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 _迷途
阅读(200)
评论(0)
推荐(0)
2023年4月17日
Python通过aiohttp多线程下载文件
摘要: import asyncio import datetime import time import aiohttp from aiohttp.client_exceptions import ClientConnectorError # 替换链接地址list urls = [ ] async def
阅读全文
posted @ 2023-04-17 16:44 _迷途
阅读(274)
评论(0)
推荐(0)
2023年4月14日
正整数或者小数正则
摘要: ^(0|[1-9]\d*)(\.\d*[1-9])?$
阅读全文
posted @ 2023-04-14 14:01 _迷途
阅读(18)
评论(0)
推荐(0)
2023年4月11日
PHP使用代理
摘要: putenv('HTTPS_PROXY=127.0.0.1:10809'); putenv('HTTP_PROXY=127.0.0.1:10809');
阅读全文
posted @ 2023-04-11 16:46 _迷途
阅读(37)
评论(0)
推荐(0)
2023年4月6日
在Android编程中,下拉刷新Webview
摘要: 1.添加支持库依赖项:在 build.gradle 文件中添加以下行以添加 SwipeRefreshLayout 支持库: implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' 2.在布局文件中添加 SwipeRe
阅读全文
posted @ 2023-04-06 12:35 _迷途
阅读(539)
评论(0)
推荐(1)
2023年3月31日
如何在Docker环境下使用composer
摘要: 我的PHP版本是7.4,起他版本没有试过 下载composer.zip 解压,把里面的composer文件复制这个文件到容器里的这个路径:/usr/local/bin/ 赋权限chmod 775 composer 如果composer install速度太慢,换源,我用的是阿里云镜像 compose
阅读全文
posted @ 2023-03-31 01:39 _迷途
阅读(176)
评论(0)
推荐(0)
Docker环境下如何启用扩展
摘要: 来源: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 _迷途
阅读(62)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
9
下一页
公告