上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 71 下一页

2018年9月7日

摘要: Vagrant WinNFSdManage and adds support for NFS on Windows.Supported PlatformsAs of version 1.0.6 or later Vagrant 1.5 is required. For Vagrant 1.4 please use the plugin version 1.0.5 or lower.Supporte... 阅读全文
posted @ 2018-09-07 20:48 刘应杰 阅读(699) 评论(0) 推荐(0)
摘要: Install We provide two installation methods:Bowerbower install jquery.countdownManualDownload the files and add a script to your html:RequirementsThe latest versions supports jQuery from 1.7 up to >= ... 阅读全文
posted @ 2018-09-07 13:21 刘应杰 阅读(215) 评论(0) 推荐(0)

2018年9月5日

摘要: 在开发 Web 应用的时候,消息系统是一个绕不过的话题,特别是在社交类的应用中。用户的点赞、评论、关注、回复等等,对于电商类的应用,还需要有公告等消息,而这些都需要把操作详情通知到对应的人,而且还要满足个性化的定制。 需求梳理 我们首先来看看关于消息这一块具体的业务形态是怎么样的:1.对于知乎的消息 阅读全文
posted @ 2018-09-05 15:51 刘应杰 阅读(1117) 评论(0) 推荐(0)

2018年9月4日

摘要: 由于项目中对一些默认值设置问题,以及种种原因,mysql数据库需要使用非严格模式开发(mysql最近的版本默认是开启严格模式的)。 linux下mysql服务下操作步骤是: 1、进入mysql服务 2、执行set操作修改,我们项目是直接设置为'' mysql> set global sql_mode 阅读全文
posted @ 2018-09-04 21:53 刘应杰 阅读(4030) 评论(0) 推荐(0)

2018年9月3日

摘要: 吾星喵 关注 2018.04.14 15:30 字数 214 阅读 202评论 0喜欢 1 Debian9开机运行Python脚本 Debian 9.x "stretch" 解决 /etc/rc.local 开机启动问题 由于某些软件并没有增加开启启动的服务,很多时候需要手工添加,一般我们都是推荐添 阅读全文
posted @ 2018-09-03 12:50 刘应杰 阅读(698) 评论(0) 推荐(0)

2018年8月31日

摘要: How Autofs Works Autofs is a client-side service that automatically mounts the appropriate file system. When a client attempts to access a file system 阅读全文
posted @ 2018-08-31 12:34 刘应杰 阅读(216) 评论(0) 推荐(0)
摘要: 目录 1、引言 2、OAuth2.0是什么 3、OAuth2.0怎么写 1、引言 本篇文章是介绍OAuth2.0中最经典最常用的一种授权模式:授权码模式 非常简单的一件事情,网上一堆神乎其神的讲解,让我不得不写一篇文章来终结它们。 一项新的技术,无非就是了解它是什么,为什么,怎么用。至于为什么,本篇 阅读全文
posted @ 2018-08-31 12:18 刘应杰 阅读(254) 评论(0) 推荐(0)
摘要: OAuth是一个关于授权(authorization)的开放网络标准,在全世界得到广泛应用,目前的版本是2.0版。 本文对OAuth 2.0的设计思路和运行流程,做一个简明通俗的解释,主要参考材料为RFC 6749。 一、应用场景 为了理解OAuth的适用场合,让我举一个假设的例子。 有一个"云冲印 阅读全文
posted @ 2018-08-31 12:04 刘应杰 阅读(129) 评论(0) 推荐(0)

2018年8月23日

摘要: Modify NGINX Configuration Filesudo nano /etc/nginx/nginx.confSearch for this variable: client_max_body_size. If you find it, just increase its size to 100M, for example. If it doesn’t exist, then you... 阅读全文
posted @ 2018-08-23 08:39 刘应杰 阅读(115) 评论(0) 推荐(0)

2018年8月22日

摘要: NFS:Network File System RPC:Remote Procedure Call 一、手动挂载 (mount -t nfs 服务端IP:/共享目录 /本地挂载点)客户端1.安装nfs:[root@localhost ~]# yum install nfs* portmap -y [root@localhost ~]# rpm -qa nfs* nfs-utils-lib-1.... 阅读全文
posted @ 2018-08-22 14:12 刘应杰 阅读(675) 评论(0) 推荐(0)
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 71 下一页

导航