摘要:
确认Redis服务器的认证设置 打开Redis的配置文件(一般是redis.conf),查找以下行: requirepass yourpassword 如果前面有#,表示被注释掉了,表示认证是关闭的。否则需要提供密码。 重启redis服务。再次执行keys *命令,显示正常 阅读全文
posted @ 2025-11-16 12:22
le.li
阅读(0)
评论(0)
推荐(0)
摘要:
现象: 删除C盘中的idea缓存文件。再重启idea就好使了。 注意,删除idea缓存文件后,idea注册信息/打开工程的历史纪录也会丢失 C:\Users\Administrator\AppData\Roaming\JetBrains\IntelliJIdea2023.2 阅读全文
posted @ 2025-11-16 11:40
le.li
阅读(1)
评论(0)
推荐(0)
摘要:
Button button = (Button) findViewById(R.id.button); button.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { 阅读全文
posted @ 2025-11-16 10:27
le.li
阅读(2)
评论(0)
推荐(0)
浙公网安备 33010602011771号