会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
PlainText
博客园
首页
新随笔
联系
订阅
管理
2025年10月20日
Android Studio Archive | Android Studio 归档下载
摘要: 打开魔法访问 访问 https://developer.android.com/studio/archive 右上角语言选英文(不然协议页面加载不出来) 同意协议后选择归档版本进行下载。 下面是Koala的最新版本 Installers ChromeOS: android-studio-2024.1
阅读全文
posted @ 2025-10-20 10:20 PlainText
阅读(327)
评论(0)
推荐(0)
2025年9月10日
Android开发中 Button 背景控制选择器
摘要: 方式一:使用纯色背景(color) 如果你只需要在不同状态下改变按钮的颜色,这是最简单的方法。 在 res/color 目录下创建 XML 文件: 例如,创建一个名为 button_background_selector.xml 的文件。 <?xml version="1.0" encoding="
阅读全文
posted @ 2025-09-10 14:16 PlainText
阅读(19)
评论(0)
推荐(0)
2025年3月22日
typecho伪静态
摘要: 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)
Typecho修改Gravater镜像地址
摘要: 国内速度还行的地址 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)
nginx设置文件缓存时间
摘要: 在网站的配置文件中找到这个,可以修改和设置。 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)
2025年3月19日
NPM切换华为源
摘要: 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)
公告