摘要:
Redis 报错总结一 Invalid argument during startup: Failed to open the .conf file: redis.window.conf 【1】cmd运行redis-server.exe redis.windows.conf 报错:提示找不到配置文件 阅读全文
摘要:
JS进阶之JS对象 【一】、字符串对象 字符串创建(两种方式) 变量 = “字符串” 字串对象名称 = new String (字符串) var str1="hello world"; //推荐 var str1= new String("hello word"); // 字符串对象的操作 var 阅读全文