一、用brew install redis 二、启动 redis-cli 弹出Could not connect to Redis at 127.0.0.1:6379: Connection refused 三、redis-server 首先cd到redis.conf文件所在的文件夹,redis.c ...
分类:
系统相关 时间:
2019-01-29 18:15:04
阅读次数:
525
Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules: The Sudoku board could be parti ...
分类:
其他好文 时间:
2019-01-29 10:50:07
阅读次数:
194
初学nodejs安装cnpm一直报错 npm ERR! network tunneling socket could not be established, cause=connect ECONNREFUSED 127.0.0.1:8080 npm ERR! network This is most ...
分类:
Web程序 时间:
2019-01-28 14:09:54
阅读次数:
281
今天程序烧录后,进行调试时keil提示:Could not stop Cortex-M device! please check the JTAG cable 如图: 于是我在网上搜了一下,发现与stm32的三种启动方式有关(我听信别人,如果使用swd下载程序,则boot0就可以悬空,才导致出现fl ...
分类:
其他好文 时间:
2019-01-27 19:14:59
阅读次数:
1514
Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. A mapping of digit to le ...
分类:
其他好文 时间:
2019-01-26 12:30:21
阅读次数:
104
算法描述: Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. A mapping of digit ...
分类:
其他好文 时间:
2019-01-25 13:45:12
阅读次数:
146
算法描述: Given a linked list, remove the n-th node from the end of list and return its head. Example: Given linked list: 1->2->3->4->5, and n = 2. After ...
分类:
其他好文 时间:
2019-01-25 13:42:02
阅读次数:
169
find命令在工作中用的是相当多的,下面总结下find命令的常见用法: 1.查找文件或者路径: [root@hexel ~/shell]#find /etc -name ifcfg-eth2 /etc/sysconfig/network-scripts/ifcfg-eth2 /etc/sysconf ...
分类:
其他好文 时间:
2019-01-23 21:34:50
阅读次数:
217
安装openwebmail openwebmail提供了可视化的邮件管理系统,它运行在Apache环境下。 1、安装必备软件 [root@localhost ~]# yum install –y perl-TextIconv perl-CGI perl-CPAN perl-suidper perl- ...
分类:
Web程序 时间:
2019-01-23 10:42:19
阅读次数:
345