09 2023 档案

摘要:斗地主案例 排序每张扑克 //二分法 public static void main(String[] args) { // 二分法 int[] arr1 = {1, 2, 3, 5, 5, 7, 8, 9}; ps1(arr1,9); // 递归 ps2(arr1, 6, 0, arr1.leng 阅读全文
posted @ 2023-09-25 12:23 inks 阅读(11) 评论(0) 推荐(0)
摘要:点选花式真多 支持4款 交换坐标的 等会看看 五子棋 阅读全文
posted @ 2023-09-15 22:04 inks 阅读(65) 评论(0) 推荐(0)
摘要:// 数组 浅拷贝 let arr = [7, 2, 3] let cparr = []; arr.forEach((v, index) => { cparr[index] = v }) cparr[1] = 12 console.log(cparr, arr); let cparr2 = arr. 阅读全文
posted @ 2023-09-09 22:22 inks 阅读(17) 评论(0) 推荐(0)
摘要:思路 先找到 提交步数的接口 (我老妈总是查我的微信步数) 这里我网上随便找了一个 https://apis.jxcxin.cn/doc/mi.html 挺好用的 第二步就是获取 当前步数了(个人技术原因 不能直接在) 只能依靠小程序 抓到请求接口 当然是有加密啦 逆向代码 核心 扣取下来分析 很简 阅读全文
posted @ 2023-09-08 18:05 inks 阅读(953) 评论(0) 推荐(0)
摘要:看了下 没什么操作可言 20行代码的事 阅读全文
posted @ 2023-09-04 11:54 inks 阅读(22) 评论(0) 推荐(0)
摘要:function postveri() { let o = +new Date, W = "xm_" + o.toString(36) + Math.random().toString(36).substr(2, 6); return { 'bpId': '139', 'sessionId': W, 阅读全文
posted @ 2023-09-03 22:25 inks 阅读(63) 评论(0) 推荐(0)
摘要:可以看到混乱了 还原 挺简单的 注意 发现xy轴 已经在里面了 阅读全文
posted @ 2023-09-03 21:02 inks 阅读(12) 评论(0) 推荐(0)
摘要:瑞数4 阅读全文
posted @ 2023-09-01 00:25 inks 阅读(106) 评论(0) 推荐(0)