12 2019 档案

摘要:通常情况下,推荐使用 docker-machine ssh default 进行登录,不需要输入密码。default 是默认的 machine 名字。 在 boot2docker 中,默认的用户名和密码是: user: dockerpass: tcuser 登录方法: $ ssh docker@lo 阅读全文

posted @ 2019-12-29 08:05 刘应杰 阅读(1419) 评论(0) 推荐(0)

摘要:eslint Cannot read property 'range' of null错误 手动添加的配置,2个项目OK,还个项目 运行报错 Cannot read property 'range' of null TypeError: Cannot read property 'range' of 阅读全文

posted @ 2019-12-28 00:38 刘应杰 阅读(1114) 评论(0) 推荐(0)

摘要:不知是不是选用了 zfs 文件系统的缘故。反正解决了以下两个问题: 1、蓝牙鼠标间歇性罢工 2、经常性开机失败(必须硬关机几次才会正常) 阅读全文

posted @ 2019-12-27 09:25 刘应杰 阅读(499) 评论(0) 推荐(0)

摘要:ESXI常用命令 1、简介 VMware vSphere ESXi6.0常用命令使用,对于一些个人认为比较常用的命令进行总结,如果读者需要了解更多请访问VMware官网下载文档,链接如下:https://www.vmware.com/support/developer/vcli/。 ESXi命令行获 阅读全文

posted @ 2019-12-26 00:55 刘应杰 阅读(1725) 评论(0) 推荐(0)

摘要:$ sudo apt-get install $ sudo apt-get install gnupg2 pass 问题解决! 阅读全文

posted @ 2019-12-23 23:45 刘应杰 阅读(396) 评论(0) 推荐(0)

摘要:Vue中使用matomo进行访问流量统计 原文链接 前言 之前做到了一个页面及接口访问流量统计的需求, 然后在网上找了很多帖子,发现有些有的但是写的都不是很详细,所以今天就整理了一下 正文 第一步 首先自然是引入matomo npm i vue-matomo 复制代码 第二步 在main.js中注册 阅读全文

posted @ 2019-12-23 12:35 刘应杰 阅读(2911) 评论(1) 推荐(0)

摘要:eslint Cannot read property 'range' of null错误 手动添加的配置,2个项目OK,还个项目 运行报错 Cannot read property 'range' of null TypeError: Cannot read property 'range' of 阅读全文

posted @ 2019-12-21 15:33 刘应杰 阅读(8045) 评论(0) 推荐(0)

摘要:laravel使用手札——使用PHPStorm提升开发速度 phpstormphplaravel 阅读约 4 分钟 PHPStorm安装 PHPStorm 使用手札——安装看这里 代码自动提示支持 laravel引入laravel-ide-helper能为PHPStorm提供相应支持 compose 阅读全文

posted @ 2019-12-20 20:52 刘应杰 阅读(419) 评论(0) 推荐(0)

摘要:Can't generate API documentation in l5-swagger Ask Question Asked 3 months ago Active 1 month ago Viewed 286 times 0 I'm starting to study swagger. I' 阅读全文

posted @ 2019-12-20 19:07 刘应杰 阅读(2121) 评论(0) 推荐(0)

摘要:RESTful API Design: 13 Best Practices to Make Your Users Happy First step to the RESTful way: make sure errors don't come back as 200 OK. Architect at 阅读全文

posted @ 2019-12-20 18:13 刘应杰 阅读(238) 评论(0) 推荐(0)

摘要:Web API design 28 minutes to read Most modern web applications expose APIs that clients can use to interact with the application. A well-designed web 阅读全文

posted @ 2019-12-20 18:12 刘应杰 阅读(442) 评论(0) 推荐(0)

摘要:How to Close Frozen Applications in macOS By Zeeshan Akram - February 18, 2019 0 436 Oftenly, you might have experienced that sometimes a program in W 阅读全文

posted @ 2019-12-19 20:00 刘应杰 阅读(311) 评论(0) 推荐(0)

摘要:使用Quasar设计Material和IOS风格的响应式网站 栏目: CSS · 发布时间: 8个月前 来源: segmentfault.com 本文转载自:https://segmentfault.com/a/1190000018332068,本站转载出于传递更多信息之目的,版权归原作者或者来源机 阅读全文

posted @ 2019-12-17 19:19 刘应杰 阅读(2221) 评论(0) 推荐(0)

摘要:1.在连接服务器后,操作mysql系统数据库 命令为: mysql -u root -p use mysql; 查询用户表命令:select User,authentication_string,Host from user 这里也可以看出host默认都是localhost访问权限 接下来就是最重要 阅读全文

posted @ 2019-12-16 20:50 刘应杰 阅读(1089) 评论(0) 推荐(0)

摘要:撸了快 3 年的 Laravel 了,尽量这周分享本人使用的多台服务器集群部署方案 1188544 博客 / Laravel / 1个月前 / 6803 / 44 / 更新于 1个月前 1、rsync+sersync 自动同步差异化文件CentOS7 下使用 rsync+sersync 配置文件自动 阅读全文

posted @ 2019-12-16 19:46 刘应杰 阅读(23733) 评论(4) 推荐(3)

摘要:How to change hostname on Debian 10 Linux last updated July 13, 2019 in CategoriesDebian / Ubuntu, Linux How do I change the hostname of a Debian Linu 阅读全文

posted @ 2019-12-16 19:09 刘应杰 阅读(394) 评论(0) 推荐(0)

摘要:laravel-nestedset:多级无限分类正确姿势 laravel-nestedset是一个关系型数据库遍历树的larvel4-5的插件包 目录: Nested Sets Model简介 安装要求 安装 开始使用 迁移文件 插入节点 获取节点 删除节点 一致性检查和修复 作用域 Nested 阅读全文

posted @ 2019-12-13 00:23 刘应杰 阅读(1564) 评论(0) 推荐(0)

摘要:Nginx正向代理与反向代理 一、介绍 实践中客户端无法直接跟服务端发起请求的时候,我们就需要代理服务。代理可以实现客户端与服务端之间的通信,我们的Nginx也可以实现相应的代理服务。代理分为正向代理和反向代理,此文就来演示一下Nginx配置正向代理和反向代理的场景。 二、正向代理和反向代理的区别 阅读全文

posted @ 2019-12-12 23:16 刘应杰 阅读(563) 评论(0) 推荐(1)

摘要:作为软件开发人员,我们大多数人在日常生活中使用或构建 REST api。API 是系统之间的默认通信方式。亚马逊是如何有效地使用 api 进行通信的最佳例子。 在这篇文章中,我将讨论如何更好地设计 RESTful api 以避免常见错误。 Jeff Bezos’ (成功的关键) 的指令 你们中的一些 阅读全文

posted @ 2019-12-07 21:57 刘应杰 阅读(546) 评论(0) 推荐(0)

摘要:git submodule 使用小结 原文链接 http://blog.gezhiqiang.com/2017/03/08/git-submodule/###### Git Submodule 允许一个git仓库,作为另一个git仓库的子目录,并且保持父项目和子项目相互独立。 添加子仓库 $ git 阅读全文

posted @ 2019-12-07 16:19 刘应杰 阅读(6063) 评论(0) 推荐(0)

摘要:git 在 A 项目中引用 B 项目 场景: 需要在项目calcDLL(http://XXX/XXXA.git) 中 引用 项目libindex(http://XXX/XXXB.git)。 解决方法: 使用 Git 子模块(https://git-scm.com/book/zh/v1/Git-%E5 阅读全文

posted @ 2019-12-01 13:26 刘应杰 阅读(683) 评论(0) 推荐(0)

摘要:Error Permission denied when running brew cleanup When I try to run `brew cleanup` I get: Warning: Skipping atk: most recent version 2.34.1 not instal 阅读全文

posted @ 2019-12-01 02:24 刘应杰 阅读(2193) 评论(0) 推荐(0)

导航