AlexScofield

Results 2 issues of AlexScofield

1: var hash = redis.GetDictionary("vm") as RedisHash; var idic = new VmModel { Id = Guid.NewGuid(), Name = "VM1" }.ToDictionary(); hash.HMSet(idic); var dic = hash.GetAll(); //throw exception " System.Exception: 已到达字符串结尾"....

判断当前运行的程序或者当前是否全屏