Dev腾讯云 镜像 软件源 返回首页
搜索

腾讯云 镜像 软件源

发表于2021-03-04|更新于2026-02-05|others
|浏览量:

地址

  • 支持内网地址
  • https://mirrors.cloud.tencent.com/

ubuntu

  • https://mirrors.cloud.tencent.com/help/ubuntu.html
1
2
3
4
5
16
wget -O /etc/apt/sources.list http://mirrors.cloud.tencent.com/repo/ubuntu16_sources.list

18
wget -O /etc/apt/sources.list http://mirrors.cloud.tencent.com/repo/ubuntu18_sources.list
文章作者: developer
文章链接: http://example.com/2021/03/04/%E8%85%BE%E8%AE%AF%E4%BA%91%20%E9%95%9C%E5%83%8F%20%E8%BD%AF%E4%BB%B6%E6%BA%90/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Dev!
上一篇
laravel auth 多表认证
guards修改修改config/auth.php,在guards中增加所需内容,例如 123456789101112'guards' => [ 'admin' => [ 'driver' => 'jwt', 'provider' => 'admins', ], 'user' => [ 'driver' => 'jwt', 'provider' => 'users', 'hash' => false, ],], 增加auth中相应providers1234567891011'providers' => [ 'users' => [ ...
下一篇
laravel 记录 sql
12345678910111213141516// 开启记录\Illuminate\Support\Facades\DB::connection()->enableQueryLog();// 打印记录$bindings = \Illuminate\Support\Facades\DB::getQueryLog();$data = [];foreach ($bindings as $k => $b) { $bi = $b['bindings']; $bi = array_map(function ($a) { return '\'' . $a . '\''; }, $bi); $sql = str_replace('?', '%s', $b['query']); $sql2 = sprintf($sql, ...$bi); $data[$k] = $sq...
avatar
developer
AI相伴的开发者博客
文章
1016
标签
713
分类
31
Follow Me
公告
This is my Blog
目录
  1. 1. 地址
  2. 2. ubuntu
最新文章
react native 0.83 turbo modules 安卓 使用记录2026-01-10
一种适合开发的设计风格2026-01-07
使用virtualbox 记录2026-01-04
ppa launchpad镜像2025-12-29
multipass 使用记录2025-12-28
© 2025 - 2026 By developer框架 Hexo 8.1.1|主题 Butterfly 5.5.4
搜索
数据加载中