1. Units(单位) 配置大小单位,开头定义了一些基本的度量单位,只支持bytes,不支持bit 大小写不敏感 # Note on units: when memory size is needed, it is possible to specify # it in the usual for ...
分类:
其他好文 时间:
2021-06-13 10:22:30
阅读次数:
0
###TP5.1 下载安装Redis 配置redis信息 <?php namespace app\common\redis; class RedisHandler { public $provider; //创建实例子 private static $_instance = null; //创建re ...
分类:
其他好文 时间:
2021-06-13 10:19:59
阅读次数:
0
1. String(字符串) 1.1 简介 String是Redis最基本的类型,一个key对应一个value。 String类型是二进制安全的。意味着Redis的string可以包含任何数据。比如jpg图片或者序列化的对象。 String类型是Redis最基本的数据类型,一个Redis中字符串va ...
分类:
其他好文 时间:
2021-06-13 10:17:51
阅读次数:
0
Linux 1.常用命令 # Linux中最顶级目录是根目录:/ # ~ :在linux当中指的是当前用户的家目录([用户名@主机名 当前所在的目录]) 1.touch 文件名 # 创建文件(默认创建在当前用户文件夹下) touch /路径 文件名 # 指定文件夹下创建文件 2.ls # 查看文件夹 ...
分类:
系统相关 时间:
2021-06-13 10:14:21
阅读次数:
0
nginx.conf配置 #user nobody; user www www; worker_processes 8; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log in ...
分类:
其他好文 时间:
2021-06-13 09:55:40
阅读次数:
0
In Dev mode, 1 你想利用CLI的Hot reload features 和快速Rebuild application bundles in memory. 2.和发请求给Rest Server.那么,你需要配置代理来来改善你的开发体验。 实现步骤:1.新建 proxy-conf.jso ...
分类:
移动开发 时间:
2021-06-13 09:48:05
阅读次数:
0
1.提示“python找不到或者环境不对” npm config set python C:\Python27\python.exe 2.执行npm rebuild node-sass 重构一下3.再重新执行npm install就OK啦 4.输入: npm install @ionic/app-s ...
分类:
其他好文 时间:
2021-06-13 09:42:49
阅读次数:
0
1. 修改/etc/systemd/system.conf sudo vim /etc/systemd/system.conf 2. 找到一下两行 #DefaultTimeoutStartSec=90s #DefaultTimeoutStopSec=90s 3. 取消注释并修改为 DefaultTi ...
分类:
系统相关 时间:
2021-06-13 09:31:35
阅读次数:
0
1、去官网https://redis.io/下载对应的nginx包,推荐使用稳定版,上传到centos系统 /home/software/ 解压 tar -zxvf redis-5.0.5.tar.gz 或 使用linux wget命令:wget http://download.redis.io/r ...
分类:
其他好文 时间:
2021-06-13 09:30:04
阅读次数:
0
Rsync+Notify: yum install make gcc gcc-c++ 客户端启动rsync port:873/usr/local/rsync/bin/rsync --daemon --config=/usr/local/rsync/rsync.conf Client:tar xf r ...
分类:
其他好文 时间:
2021-06-13 09:26:06
阅读次数:
0