摘要:
1、windows+r 进入cmd,输入d: ,回车进入d盘 2、输入 D:\GoCodes 3、输入要执行文件的名称,如redis6379.conf 回车 注意:redis文件可以修改redis.conf中port修改启动的redis的端口,默认为6379. 阅读全文
posted @ 2018-07-19 15:52
潇潇烟雨
阅读(103)
评论(0)
推荐(0)
摘要:
C# MD5 32位加密 UTF-8编码 public static string GetMD5(string str) { byte[] b = System.Text.Encoding.Default.GetBytes(str); b = new System.Security.Cryptogr 阅读全文
posted @ 2018-07-19 10:27
潇潇烟雨
阅读(395)
评论(0)
推荐(0)
浙公网安备 33010602011771号