随笔分类 - VB
摘要:下载你需要的redis版本,下载地址:http://download.redis.io/releases/ 打开cmd,redis安装指令:redis-server redis.windows.conf,部署到服务自启动命令:service-install redis.windows.conf 打开
阅读全文
摘要:strTypeEx = ReadIniFile("Type", "Type", App.Path & "\set.ini") strTypeEx = Split(strTypeEx, ";") For i = LBound(strTypeEx) To UBound(strTypeEx) CboType.AddItem Trim(strTypeEx(i)) Next i
阅读全文