人生就是一次旅行,生活就是艺术,人人都是手艺人.
发布时间:2017-12-29 14:24:09
#include<iostream>#include "stdlib.h"using namespace std;int main() { int k; printf("乘法口诀:C/C++版本 by jacklin@shouyiren.net \r\n"); printf("-------------------------------------------------------------------------------------\r\n"); for (int i = 1; i <= 9; i++) { for (int j=1;.........【阅读全文】
发布时间:2017-11-14 14:31:03
与4核心8G的服务器配置为例:nginx配置:keepalive_timeout 0;php配置:zend_extension=opcache.soopcache.enable=1opcache.enable_cli=1opcache.huge_code_pages=1opcache.file_cache=/tmp php-fpm配置:pm = dynamicpm.max_children = 1200pm.start_servers = 20pm.min_spare_servers = 10pm.ma.........【阅读全文】
发布时间:2017-11-09 14:42:05
经常遇到使用Vagrant up 后提示如下: default: SSH address: 127.0.0.1:2222 default: SSH username: vagrant default: SSH auth method: private key default: Warning: Remote connection disconnect. Retrying... default: Warning: Authentication f.........【阅读全文】
发布时间:2017-11-07 10:06:34
Vagrant was unable to mount VirtualBox shared folders. This is usuallybecause the filesystem "vboxsf" is not available. This filesystem ismade available via the VirtualBox Guest Additions and kernel module.Please verify that these guest additions are properly installed in theguest. This is not a.........【阅读全文】
发布时间:2017-11-07 10:06:30
Vagrant was unable to mount VirtualBox shared folders. This is usuallybecause the filesystem "vboxsf" is not available. This filesystem ismade available via the VirtualBox Guest Additions and kernel module.Please verify that these guest additions are properly installed in theguest. This is not a.........【阅读全文】