随笔分类 -  VB

摘要:下载你需要的redis版本,下载地址:http://download.redis.io/releases/ 打开cmd,redis安装指令:redis-server redis.windows.conf,部署到服务自启动命令:service-install redis.windows.conf 打开 阅读全文
posted @ 2020-12-17 13:11 芈璐 阅读(108) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-06-06 16:23 芈璐 阅读(172) 评论(0) 推荐(0)
摘要:公共Modules定义: Forms中引用: 阅读全文
posted @ 2017-05-31 10:33 芈璐 阅读(724) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2017-05-31 10:31 芈璐 阅读(1086) 评论(0) 推荐(0)