上一页 1 2 3 4 5 6 7 8 9 ··· 31 下一页
  2025年12月21日
摘要: minetest.conf name =管理员名称 default_privs = interact, shout, privs 阅读全文
posted @ 2025-12-21 00:53 小沙盒工作室 阅读(3) 评论(0) 推荐(0)
  2025年12月20日
摘要: 首先在顶层build.gradle加入 buildscript { repositories { google() jcenter() } dependencies { classpath "com.android.tools.build:gradle:7.2.1" // NOTE: Do not 阅读全文
posted @ 2025-12-20 17:01 小沙盒工作室 阅读(16) 评论(0) 推荐(0)
摘要: src/main/java/包名 右键,重构(refactor),rename build.gradle里的applicationId(包名)和res/values/strings(app名)也需要修改 阅读全文
posted @ 2025-12-20 16:33 小沙盒工作室 阅读(10) 评论(0) 推荐(0)
摘要: <script src="js/mammoth.browser.min.js"></script> <script> function showDocx(url) { console.log(url); const xhr = new XMLHttpRequest(); xhr.open("GET" 阅读全文
posted @ 2025-12-20 11:05 小沙盒工作室 阅读(5) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2025-12-20 09:26 小沙盒工作室 阅读(6) 评论(0) 推荐(0)
  2025年12月19日
摘要: 挺有用的 阅读全文
posted @ 2025-12-19 21:28 小沙盒工作室 阅读(7) 评论(0) 推荐(0)
摘要: https://www.bilibili.com/opus/1007502231334813700 阅读全文
posted @ 2025-12-19 15:57 小沙盒工作室 阅读(14) 评论(0) 推荐(0)
摘要: // 对"1","0"转换boolean private boolean stringToBoolean(String str) { return str.trim().equals("1"); } 阅读全文
posted @ 2025-12-19 13:12 小沙盒工作室 阅读(2) 评论(0) 推荐(0)
摘要: try (BufferedReader reader = new BufferedReader(new FileReader(verifyFile))) { String line; while ((line = reader.readLine()) != null) { System.out.pr 阅读全文
posted @ 2025-12-19 13:02 小沙盒工作室 阅读(2) 评论(0) 推荐(0)
摘要: private boolean requestStorage() { // Android 11 (API 30) 及以上版本的处理逻辑 if(Build.VERSION.SDK_INT >= 30) { if(!Environment.isExternalStorageManager()) { I 阅读全文
posted @ 2025-12-19 12:51 小沙盒工作室 阅读(21) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 31 下一页