12 2021 档案

摘要:1.伴生对象 package com.deng.scala object Test1 { def main(args: Array[String]): Unit = { val s1 = Student.newObj("ling",23) val s2 = Student("ling",23) pr 阅读全文
posted @ 2021-12-28 08:29 冰底熊 编辑
摘要:1. 安装 /* 注意: 如何安装不了,cmd窗口以管理员身份运行 npm install node-inspect -g // 浏览器无环境配置 cd 某个目录,安装 npm install vm2 -g //获取纯净v8环境,-g 全局安装 */ 2. 调试程序目录结构 3. 添加配置 4. 点 阅读全文
posted @ 2021-12-17 23:34 冰底熊 阅读(321) 评论(0) 推荐(0) 编辑
摘要:进阶的可以看:https://baijiahao.baidu.com/s?id=1725536000710059774&wfr=spider&for=pc 本文以 RPC 获取百度登录password加密值为例: 涉及的知识点有: 1.js调试,寻找加密代码 2. 浏览器本地代码替换 3. js自执 阅读全文
posted @ 2021-12-12 22:35 冰底熊 阅读(401) 评论(1) 推荐(0) 编辑
摘要:// hook debugger Function.prototype.constructor_= Function.prototype.constructor; Function.prototype.constructor=function(x){ if (x=="debugger"){ retu 阅读全文
posted @ 2021-12-05 22:44 冰底熊 编辑

点击右上角即可分享
微信分享提示