摘要:
(1)若出现如下提示,则说明未安装gcc,使用命令安装gcc:yum install gcc (2)若出现如下提示,则将make改为make MALLOC=libc,推测是因为编译库的问题。 5. 安装编译后的文件:make install,redis可执行文件将被复制到/usr/local/bin 阅读全文
posted @ 2018-09-05 19:55
沫小淘
阅读(8014)
评论(0)
推荐(1)
摘要:
在http 请求中,get 和 post 是最常用的。在 jquery 的 ajax 中, contentType都是默认的值:application/x-www-form-urlencoded,这种格式的特点就是,name/value 成为一组,每组之间用 & 联接,而 name与value 则是 阅读全文
posted @ 2018-09-05 14:58
沫小淘
阅读(845)
评论(0)
推荐(0)
浙公网安备 33010602011771号