会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
多啦C梦
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
7
下一页
2020年2月20日
npm install --registry=https://registry.npm.taobao.org
摘要: npm install --registry=https://registry.npm.taobao.org
阅读全文
posted @ 2020-02-20 16:15 多啦C梦
阅读(15830)
评论(0)
推荐(2)
2020年1月3日
github/gitee码云 You do not have permission to pull from the repository
摘要: github/gitee码云 You do not have permission to pull from the repository https://blog.csdn.net/hj960511/article/details/83046103 git报错:You do not have pe
阅读全文
posted @ 2020-01-03 11:55 多啦C梦
阅读(606)
评论(0)
推荐(0)
2019年12月30日
laravel-excel maatwebsite/excel 新版中文文档
摘要: laravel-excel maatwebsite/excel 新版中文文档 原文https://blog.csdn.net/chenqiang088/article/details/88827179 项目从 5.2 升级到了 5.7,Excel 的导入导出,使用的 maatwebsite/exce
阅读全文
posted @ 2019-12-30 18:05 多啦C梦
阅读(12252)
评论(1)
推荐(1)
laravel-excel.com官网英文站
摘要: laravel-excel.com官网英文站网址 https://docs.laravel-excel.com/3.1/exports/
阅读全文
posted @ 2019-12-30 18:04 多啦C梦
阅读(228)
评论(0)
推荐(0)
composer查看镜像地址
摘要: composer查看全局设置: composer config -gl1设置composer镜像为国内镜像: composer config -g repo.packagist composer https://packagist.phpcomposer.com1上面地址前几天崩了,可以用下面这个:
阅读全文
posted @ 2019-12-30 16:10 多啦C梦
阅读(2023)
评论(0)
推荐(0)
2019年12月18日
Navicat Premium 通过ssh 连接服务器
摘要: 配置ssh,并重启 具体百度搜索
阅读全文
posted @ 2019-12-18 15:14 多啦C梦
阅读(1170)
评论(0)
推荐(0)
2019年10月27日
Centos7 yum 出现could not retrieve mirrorlist 最终解决方案
摘要: 在尝试过很多方法不管用之后,下面是终极解决方案,需要root用户或者sudo执行 1. $ sudo vim /etc/sysconfig/network-scripts/ifcfg-ens33 2. 将ONBOOT改为yes,wq!保存退出 3. 重新启动网络 $ service network
阅读全文
posted @ 2019-10-27 09:44 多啦C梦
阅读(18924)
评论(0)
推荐(0)
2019年10月14日
php 获取随机字符串算法
摘要: function get_rand_str($randLength=6,$addtime=1,$includenumber=0){ if ($includenumber){ $chars='abcdefghijklmnopqrstuvwxyzABCDEFGHJKLMNPQEST123456789'; }else { $chars='abcdefghijklmnopqrstuvwxyz'; } $l
阅读全文
posted @ 2019-10-14 21:30 多啦C梦
阅读(299)
评论(0)
推荐(0)
apache 配置多域名访问的方法
摘要: C:\phpStudy\PHPTutorial\Apache\conf 里面的 vhosts.conf 配置多域名访问 <VirtualHost *:80> DocumentRoot "C:/phpStudy/PHPTutorial/WWW/ams/public/" ServerName ams E
阅读全文
posted @ 2019-10-14 14:37 多啦C梦
阅读(906)
评论(0)
推荐(0)
2019年10月8日
laravel 配置多域名最简单的方法
摘要: web.php Route::group(['domain' => 'www.a.com'], function () { Route::any('/','\App\Http\Controllers\IndexController@index'); }); Route::group(['domain
阅读全文
posted @ 2019-10-08 15:25 多啦C梦
阅读(2486)
评论(0)
推荐(0)
1
2
3
4
5
···
7
下一页
公告