摘要: 打开魔法访问 访问 https://developer.android.com/studio/archive 右上角语言选英文(不然协议页面加载不出来) 同意协议后选择归档版本进行下载。 下面是Koala的最新版本 Installers ChromeOS: android-studio-2024.1 阅读全文
posted @ 2025-10-20 10:20 PlainText 阅读(327) 评论(0) 推荐(0)
摘要: 方式一:使用纯色背景(color) 如果你只需要在不同状态下改变按钮的颜色,这是最简单的方法。 在 res/color 目录下创建 XML 文件: 例如,创建一个名为 button_background_selector.xml 的文件。 <?xml version="1.0" encoding=" 阅读全文
posted @ 2025-09-10 14:16 PlainText 阅读(19) 评论(0) 推荐(0)
摘要: nginx 配置.conf文件 if (-f $request_filename/index.html){ rewrite (.*) $1/index.html break; } if (-f $request_filename/index.php){ rewrite (.*) $1/index.p 阅读全文
posted @ 2025-03-22 13:15 PlainText 阅读(65) 评论(0) 推荐(0)
摘要: 国内速度还行的地址 https://gravatar.loli.net/avatar/ https://gravatar.webp.se/avatar/ https://cravatar.cn/avatar/ https://seccdn.libravatar.org/avatar/ https:/ 阅读全文
posted @ 2025-03-22 13:13 PlainText 阅读(29) 评论(0) 推荐(0)
摘要: 在网站的配置文件中找到这个,可以修改和设置。 location ~ .*\.(webp|svg|jpg|jpeg|gif|png|css|js)$ { expires 30d; access_log /dev/null; valid_referers 这里应该是你的网站域名; if ($invali 阅读全文
posted @ 2025-03-22 13:13 PlainText 阅读(30) 评论(0) 推荐(0)
摘要: NPM官方包开源组件,使用前请确保您已经安装node.js(或 io.js)和npm。 npm的配置文件为用户根目录下的: ~/.npmrc(Windows路径为:C:\Users\<UserName>\.npmrc) 您可以点击此处直接下载配置文件,或者运行如下命令设置: npm config s 阅读全文
posted @ 2025-03-19 10:52 PlainText 阅读(124) 评论(0) 推荐(0)