摘要:
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... 阅读全文
摘要:
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 >= ... 阅读全文
摘要:
由于项目中对一些默认值设置问题,以及种种原因,mysql数据库需要使用非严格模式开发(mysql最近的版本默认是开启严格模式的)。 linux下mysql服务下操作步骤是: 1、进入mysql服务 2、执行set操作修改,我们项目是直接设置为'' mysql> set global sql_mode 阅读全文
摘要:
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 阅读全文
摘要:
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... 阅读全文