上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 69 下一页

2021年3月29日

摘要: 现象: 执行 quasar create app 卡死在: Quasar downloading quasar starter kit... 分析: 由于 github.com 访问太慢,导致卡死。 下载到本地,避免从 github.com 上拉取。 解决: cd ~ git clone git@g 阅读全文
posted @ 2021-03-29 10:00 刘应杰 阅读(648) 评论(0) 推荐(0) 编辑

2021年3月28日

摘要: Uninstalling Node and Npm To completely uninstall node and npm follow the below steps. Open your terminal. Now, run the below command by hitting the e 阅读全文
posted @ 2021-03-28 21:49 刘应杰 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 用微前端的方式搭建类单页应用 2019-04-04阅读 4900 总第279篇 2018年 第71篇 前言 微前端由ThoughtWorks 2016年提出,将后端微服务的理念应用于浏览器端,即将 Web 应用由单一的单体应用转变为多个小型前端应用聚合为一的应用。 美团已经是一家拥有几万人规模的大型 阅读全文
posted @ 2021-03-28 21:03 刘应杰 阅读(281) 评论(0) 推荐(0) 编辑

2021年3月18日

摘要: On macOS Big Sur and later, use this command: sudo lsof -i -P | grep LISTEN or to just see just IPv4: sudo lsof -nP -i4TCP:$PORT | grep LISTEN 阅读全文
posted @ 2021-03-18 08:28 刘应杰 阅读(72) 评论(0) 推荐(0) 编辑

2021年3月16日

摘要: fish下使用alias(abbr) f饭饭f关注 0.0962019.03.29 20:10:18字数 119阅读 1,256 由于fish下没有办法使用source ~/.bashrc来加载配置,所以在其中设置的alias也没有办法使用。但是fish有自己的abbr以达到同样的效果进入fish全 阅读全文
posted @ 2021-03-16 09:03 刘应杰 阅读(582) 评论(0) 推荐(0) 编辑
摘要: 1、brew update 2、brew install fish 3、sudo vi /etc/shells 增加内容:/usr/local/bin/fish ##增加fish到shell环境变量 4、chsh -s /usr/local/bin/fish ##切换至fish 5、新开标签页/窗口 阅读全文
posted @ 2021-03-16 00:59 刘应杰 阅读(52) 评论(0) 推荐(0) 编辑

2021年3月15日

摘要: How to Change Your Default Shell on Linux with chsh DAVE MCKAY @thegurkha MAY 5, 2020, 8:00 AM EDT | 5 MIN READ Fatmawati Achmad Zaenuri/Shutterstock 阅读全文
posted @ 2021-03-15 09:47 刘应杰 阅读(175) 评论(0) 推荐(0) 编辑

2021年3月14日

摘要: 基于OAuth2的跨网站统一登录解决方案 黄军雷@云顶云技术团队 2020-03-18 1793浏览量 简介: 随着业务发展,一个企业开发、运营了多个网站,同时也产生了一些亟待解决的问题。本文旨在提供一套基于OAuth2的跨网站统一登录解决方案,从而提升用户注册与登录过程的体验,降低企业研发成本,为 阅读全文
posted @ 2021-03-14 18:35 刘应杰 阅读(2274) 评论(0) 推荐(1) 编辑

2021年3月13日

摘要: 问题 如果你用过svn,一定知道svn export,可以用来从代码库中导出一份干净的代码(没有.svn等)。git是否有类似功能呢? git archieve 可以用于将库中代码打包。 1. 基本用法: git archive --format tar.gz --output "./output. 阅读全文
posted @ 2021-03-13 19:50 刘应杰 阅读(563) 评论(0) 推荐(0) 编辑

2021年3月12日

摘要: 默认如果使用api请求创建或者获取如果使用了改模型的Request来验证的话,如果被rule挡掉,会返回404,而不会返回错误信息。修改后匹配所有api/*请求的返回: //app/Exceptions/Handler.php /** * Render an exception into an HT 阅读全文
posted @ 2021-03-12 15:29 刘应杰 阅读(276) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 69 下一页

导航