摘要:
报错信息如下: [10036] 30 Dec 10:23:49.616 # Creating Server TCP listening socket 127.0.0.1:6379: bind: No error[8660] 30 Dec 10:23:57.132 # Creating Server 阅读全文
posted @ 2019-12-20 20:42
小破孩楼主
阅读(1182)
评论(0)
推荐(0)
redis启动错误: Warning: no config file specified, using the default config. In order to specify a config
摘要:
redis启动错误: Warning: no config file specified, using the default config. In order to specify a config windows下redis启动时遇到错误: D:\redis>redis-server.exe[1 阅读全文
posted @ 2019-12-20 20:38
小破孩楼主
阅读(7936)
评论(0)
推荐(0)
摘要:
今天在使用Redis的时候出现以下错误: QForkMasterInit: system error caught. error code=0x000005af, message=VirtualAllocEx failed. 主要原因是磁盘吃紧。 具体解决方法是: redis的conf文件设置参数m 阅读全文
posted @ 2019-12-20 19:50
小破孩楼主
阅读(1803)
评论(1)
推荐(1)
摘要:
import java.util.List; import java.util.Map; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import redis.clients. 阅读全文
posted @ 2019-12-20 19:26
小破孩楼主
阅读(424)
评论(0)
推荐(0)
摘要:
Jedis对Redis的常用命令操作 本篇主要总结一些Jedis对Redis的常用命令操作: 1.对key操作命令 2.对String操作命令 3.对List操作命令 4.对Set操作命令 5.对Hash操作命令 6.排序操作指令 一、项目中添加redis和junit的依赖。 <dependency 阅读全文
posted @ 2019-12-20 18:00
小破孩楼主
阅读(462)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/qq_31142553/article/details/86439950 阅读全文
posted @ 2019-12-20 16:47
小破孩楼主
阅读(226)
评论(0)
推荐(0)
摘要:
https://www.cnblogs.com/cxuanBlog/p/11179439.html 阅读全文
posted @ 2019-12-20 16:06
小破孩楼主
阅读(381)
评论(0)
推荐(0)
摘要:
$('tr:even'). //选中所有偶数行 odd 奇数 $('tr:eq(2)') //(下标从0开始) $('tr:nth-child(2)')选择器匹配属于其父元素的第 N 个子元素,不论元素的类型 (n 可以是数字、关键词或公式。) eg1、:nth-child() 关键字 p:nth- 阅读全文
posted @ 2019-12-20 11:33
小破孩楼主
阅读(512)
评论(0)
推荐(0)
摘要:
MySql--三种注释写法 #这是注释/*注释内容*/ -- 注释 (--与注释内容之间必须加空格) 阅读全文
posted @ 2019-12-20 11:11
小破孩楼主
阅读(1361)
评论(0)
推荐(0)
摘要:
前者循环的是属性,后者循环的才是数组。 若项目中对数组属性进行了扩展,那切记不能使用前者,否则在循环数组时扩展的函数体也会被当做数据返回。 var data = { p1:1, p2:"b" }; for (var i in data){ alert(eval("data." + i)); } fo 阅读全文
posted @ 2019-12-20 09:42
小破孩楼主
阅读(1326)
评论(0)
推荐(0)
浙公网安备 33010602011771号